maemo.org Bugzilla – Bug 12447
Can not display app icon on menu, just maemo default icon
Last modified: 2011-11-14 16:46:08 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: (Settings > General > About product) 0.4.0+m5 EXACT STEPS LEADING TO PROBLEM: (Explain in detail what you do (e.g. tap on OK) and what you see (e.g. message Connection Failed appears)) 1. After install the app, see the maemo app menu I checked the dir (/usr/share/icons/hicolor/64x64/app), miniature-n9.png (according to desktop file) wasn't there. I found it on the dir: /usr/share/icons/hicolor/64x64 . I think this is the problem. the file was placed on the wrong dir. EXPECTED OUTCOME: Miniature App icon ACTUAL OUTCOME: maemo default icon REPRODUCIBILITY: (always, less than 1/10, 5/10, 9/10) always EXTRA SOFTWARE INSTALLED: OTHER COMMENTS:
For all my apps I was using, 48x48 pixel icons at the following path: /usr/share/icons/hicolor/48x48/hildon/<imagename.png> At the standard desktop-file you have to write only: Icon=cubetimerqml I will try it on my N900, so that I get an icon as expected. Is it possible to push N900 related changes to normal GIT?
Created an attachment (id=3429) [details] Icon for N900 menu This is the new 48x48 icon, it have to put to: /usr/share/icons/hicolor/48x48/hildon/ Thats it! ;)
CCing mikhas since he is the package-master.
Created an attachment (id=3431) [details] a patch to resolve the problem
just uploaded a patch to resolve the problem. i don't know how to submit a patch in https://gitorious.org/miniature...
Applied Jon's patch with commit db25abdcbff419771e444114ff47c2fd2899e729
I forgot a trailing slash, qmake I love you.
(In reply to comment #7) > I forgot a trailing slash, qmake I love you. sorry to forget this when I submit the patch.. :-(
0.5 fixed this issu