Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
There's no icon for gtkam in tke KDE menu, gtkam.desktop should provide one.
Created an attachment (id=62606) [details] proposed patch the patch is tested under kde-3.4.1, didn't tested under gnome
It should not include the path, just the icon name if it's in the default search path (which it is iirc).
(In reply to comment #2) > It should not include the path, just the icon name if it's in the default search > path (which it is iirc). Right, it works without the full path. The only thing needed is the following line: Icon=gtkam
Fixed in portage. Please test in about 2 hours.
It's not fixed, but correcting that should be easy. The line in gtkam.desktop should be Icon=gtkam but it's Image=gtkam.png After this change it works. If line starting with 'Image=' is needed by something else, 'Icon=' can be just added. Version info: gtkam: 0.1.12-r2 KDE: 3.5.0
Odd, I dont know what I did when creating this patch. Please sync and re-emerge in ~2 hours.
(In reply to comment #6) > Odd, I dont know what I did when creating this patch. Please sync and > re-emerge in ~2 hours. Now it's fixed. Thanks.
According to `desktop-file-validate`: $ desktop-file-validate /usr/share/applications/gtkam.desktop /usr/share/applications/gtkam.desktop: warning: non-standard key "Image" lacks the "X-" prefix Does Icon=gtkam.png not work in KDE? Image= doesn't seem to work with Xfce.
It should work, that was a PEBKAC. Please sync and re-emerge to fix that. Sorry for the trouble.