View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#29
Originally Posted by jojop2 View Post
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?
Well, you can just install the icon in /usr/share/pixmaps/ and change the path accordingly, or just change it to /opt/n900ftp/resource/folder.xpm