[patch] Put description in .desktop file
Hi,
Yes there is no specific standard for this, but the general consensus seems to be "Name Description" for non-core desktop apps.
Index: inkscape.desktop.in =================================================================== RCS file: /cvsroot/inkscape/inkscape/inkscape.desktop.in,v retrieving revision 1.2 diff -u -r1.2 inkscape.desktop.in --- inkscape.desktop.in 16 Nov 2003 23:16:13 -0000 1.2 +++ inkscape.desktop.in 28 Apr 2004 21:17:28 -0000 @@ -1,5 +1,5 @@ [Desktop Entry] -_Name=Inkscape +_Name=Inkscape SVG Vector Illustrator _Comment=SVG Vector Illustrator
Encoding=UTF-8
Hi,
Index: inkscape.desktop.in -_Name=Inkscape +_Name=Inkscape SVG Vector Illustrator _Comment=SVG Vector Illustrator
BTW, I guess those desktop comments could be localized. An example:
http://cvs.xmms.org/cvsweb.cgi/~checkout~/xmms/xmms/xmms.desktop?rev=1.10&am...
Since we have the exact same string ("SVG Vector Illustrator") in the PO files, those translations could be copied to .desktop. Any objections?
Arpad Biro
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
I think they are already being localized via intltool, actually. That's what the _ prefix is for.
thanks -mike
participants (2)
-
Arpad Biro
-
Mike Hearn