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 328584 - trivial fix for .desktop file
trivial fix for .desktop file
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: logview
trunk
Other Linux
: Normal trivial
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-25 14:05 UTC by Stephane Loeuillet
Modified: 2006-01-25 16:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
trivial .desktop file fix for fd.o compliance (737 bytes, patch)
2006-01-25 14:05 UTC, Stephane Loeuillet
none Details | Review

Description Stephane Loeuillet 2006-01-25 14:05:28 UTC
file : logview/gnome-system-log.desktop.in

problem : 'Categories:' line lacks the ending ';' (mandary per .desktop spec)

trivial fix attached, please apply

-----

what could be good is : adding a X-Bugzilla-Version=... to every .desktop file
only problem : to do it, you have to process it in 2 times :
  - .desktop.in.in => .desktop.in (via Makefile.am), replaces @VERSION@ by its value
  - .desktop.in => .desktop : (via intltool), translations for Name and Comment

but hey, it's another bug so let's not mix the 2 bugs
Comment 1 Stephane Loeuillet 2006-01-25 14:05:59 UTC
Created attachment 58095 [details] [review]
trivial .desktop file fix for fd.o compliance
Comment 2 Emmanuele Bassi (:ebassi) 2006-01-25 16:33:14 UTC
Fixed in HEAD.

Feel free to add a bug for the gnome-utils product about the X-Bugzilla-Version, even though I can't promise to have it going before 2.14, due to the CVS surgery needed for moving the CVS history of the .desktop.in files to the new .desktop.in.in.

2006-01-25  Emmanuele Bassi  <ebassi@cvs.gnome.org>

	* gnome-system-log.desktop.in: fix the Category key, by adding ';'
	at the end (closes bug #328584).