Bug 12447 - Can not display app icon on menu, just maemo default icon
: Can not display app icon on menu, just maemo default icon
Status: RESOLVED FIXED
Product: Miniature
General
: 0.4.x
: N900 Maemo
: Unspecified minor (vote)
: ---
Assigned To: unassigned
: general
:
:
:
:
  Show dependency tree
 
Reported: 2011-09-30 10:47 UTC by Jonathan
Modified: 2011-11-14 16:46 UTC (History)
3 users (show)

See Also:


Attachments
Icon for N900 menu (2.63 KB, image/png)
2011-10-08 13:10 UTC, Gabriel Böhme
Details
a patch to resolve the problem (337 bytes, patch)
2011-11-04 09:22 UTC, Jonathan
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description Jonathan (reporter) 2011-09-30 10:47:23 UTC
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:
Comment 1 Gabriel Böhme 2011-10-08 12:57:21 UTC
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?
Comment 2 Gabriel Böhme 2011-10-08 13:10:39 UTC
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! ;)
Comment 3 Quim Gil 2011-10-09 09:22:39 UTC
CCing mikhas since he is the package-master.
Comment 4 Jonathan (reporter) 2011-11-04 09:22:42 UTC
Created an attachment (id=3431) [details]
a patch to resolve the problem
Comment 5 Jonathan (reporter) 2011-11-04 09:24:23 UTC
just uploaded a patch to resolve the problem.

i don't know how to submit a patch in https://gitorious.org/miniature...
Comment 6 Michael Hasselmann 2011-11-04 09:39:45 UTC
Applied Jon's patch with commit db25abdcbff419771e444114ff47c2fd2899e729
Comment 7 Michael Hasselmann 2011-11-11 21:22:02 UTC
I forgot a trailing slash, qmake I love you.
Comment 8 Jonathan (reporter) 2011-11-12 06:57:06 UTC
(In reply to comment #7)
> I forgot a trailing slash, qmake I love you.

sorry to forget this when I submit the patch.. :-(
Comment 9 Jonathan (reporter) 2011-11-14 16:46:08 UTC
0.5 fixed this issu