Just realized a problem after installation. The folder icons are not shown anymore. In this code I set the icon, which is available in the ressource folder Code: self.m_lw_remote.addItem(QListWidgetItem(QIcon("ressource/folder.xpm"), ftpItem.name(), self.m_lw_remote)) Does someone have a clue why it is not working after deb installation?
self.m_lw_remote.addItem(QListWidgetItem(QIcon("ressource/folder.xpm"), ftpItem.name(), self.m_lw_remote))