Bug 97924 - media-gfx/gtkam no icon in the KDE menu
|
Bug#:
97924
|
Product: Gentoo Linux
|
Version: 2005.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome@gentoo.org
|
Reported By: phajdan.jr@gmail.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: media-gfx/gtkam no icon in the KDE menu
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-07-04 12:03 0000
|
There's no icon for gtkam in tke KDE menu, gtkam.desktop should provide one.
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.