Autopackage & gnome icons
"Gabriele Greco" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
I've a problem with a pair of applications I'm trying to autopackage. I've compiled a desktop file that seems ok, I've added to the default.apspecthe correct section and the icon is copied in the correct place, but I don't see my png icon in my menu entry. Here there are some more details... ggmud.desktop: [...] Icon=ggmud.png [...] default.apspec: [...] [BuildPrepare] mkdir -p $build_root/share/icons/hicolor/48x48/apps cp ggmud.png $build_root/share/icons/hicolor/48x48/apps [...] [Install] installIcon share/icons/hicolor installMenuItem "Games" ggmud.desktop [...] > file /usr/share/icons/hicolor/48x48/apps/ggmud.png /usr/share/icons/hicolor/48x48/apps/ggmud.png: PNG image data, 48 x 48, 8-bit/color RGBA, non-interlaced Someone can explain me what I did wrong? -- Bye, Gabry