After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336498 - Remove png extension for Icon key in .desktop file
Remove png extension for Icon key in .desktop file
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-03-29 14:41 UTC by Luca Ferretti
Modified: 2006-03-29 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ferretti 2006-03-29 14:41:21 UTC
Please describe the problem:
Following fhe fd.o desktop entry specification, values for Icon keys in .desktop
file should be the filename of the icon, without any extensions.

In fact, without the extensions, theme designer and users will be able to use
differnt image formats (i.e. SVG).

Steps to reproduce:
1. Open gimp.desktop.in
2. Search "Icon" key
3. 


Actual results:
The value for Icon key is "gimp.png"

Expected results:
The value for Icon key should be "gimp"

Does this happen every time?


Other information:
I've CVS write access; if you like, I can fix it.
Comment 1 Sven Neumann 2006-03-29 20:58:25 UTC
2006-03-29  Sven Neumann  <sven@gimp.org>

	* desktop/gimp.desktop.in.in: dropped the extension from the icon
	name (bug #336498).