GNOME Bugzilla – Bug 328584
trivial fix for .desktop file
Last modified: 2006-01-25 16:33:14 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
Created attachment 58095 [details] [review] trivial .desktop file fix for fd.o compliance
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).