Thread: PyPackager
View Single Post
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#13
Originally Posted by Khertan View Post
1) You need to add your icon to /usr/share/pixmaps/youricon.png and declare it in the /usr/share/applications/hildon/nedit.desktop take a look at the pypackager desktop file in /usr/share/applications/hildon/pypackager.desktop
Important: this explanation only suffices for GTK apps! If someone has a SDL or pure PyGame app, it won't work. See details in my previous post.

BUT: if you're already mentioning that icon... Could you add a feature to PyPackager that would automatically take this icon (or let me manually select an icon), then encode it in the debian package? This way, PyPackaged debs could have their proper icon instead of the default one

Thanks again!
-Tom