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
Description:   Opened: 2005-07-04 12:03 0000
There's no icon for gtkam in tke KDE menu, gtkam.desktop should provide one.

------- Comment #1 From Paweł Hajdan jr (ph) 2005-07-04 12:04:26 0000 -------
Created an attachment (id=62606) [details]
proposed patch

the patch is tested under kde-3.4.1, didn't tested under gnome

------- Comment #2 From foser (RETIRED) 2005-07-23 09:29:57 0000 -------
It should not include the path, just the icon name if it's in the default
search
path (which it is iirc).

------- Comment #3 From Paweł Hajdan jr (ph) 2005-07-31 10:08:17 0000 -------
(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

------- Comment #4 From Saleem Abdulrasool (RETIRED) 2006-01-07 12:40:22 0000 -------
Fixed in portage.  Please test in about 2 hours.

------- Comment #5 From Paweł Hajdan jr (ph) 2006-01-08 01:40:07 0000 -------
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

------- Comment #6 From Saleem Abdulrasool (RETIRED) 2006-01-08 10:22:46 0000 -------
Odd, I dont know what I did when creating this patch.  Please sync and
re-emerge in ~2 hours.

------- Comment #7 From Paweł Hajdan jr (ph) 2006-01-08 12:26:11 0000 -------
(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.

------- Comment #8 From Mark Lee 2006-01-08 21:54:46 0000 -------
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.

------- Comment #9 From Saleem Abdulrasool (RETIRED) 2006-01-09 14:14:40 0000 -------
It should work, that was a PEBKAC.  Please sync and re-emerge to fix that. 
Sorry for the trouble.