Mercurial > geeqie
annotate geeqie.desktop @ 1610:4a3fa267fb65
Fix geeqie.desktop to match spec. Patch by Michael Schwendt.
$ desktop-file-validate geeqie.desktop
geeqie.desktop: warning: value "Application;Graphics;Viewer;" for key
"Categories" in group "Desktop Entry" contains a deprecated value
"Application"
http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html
author | zas_ |
---|---|
date | Sat, 16 May 2009 08:48:21 +0000 |
parents | e7152966460a |
children | a57336c3b1cc |
rev | line source |
---|---|
197 | 1 [Desktop Entry] |
2 Name=Geeqie | |
3 GenericName=Image Viewer | |
4 GenericName[et]=Piltide vaatur | |
5 GenericName[tr]=Resim göstericisi | |
6 GenericName[fr]=Explorateur d'images | |
7 GenericName[hu]=Képnéző | |
8 GenericName[es]=Visor de imágenes | |
9 Comment=View and manage images | |
10 Comment[hu]=Képek megjelenítése és rendszerezése | |
11 Comment[es]=Visualiza y administra imágenes | |
12 Exec=geeqie -r %F | |
13 Icon=geeqie | |
14 Type=Application | |
15 Terminal=false | |
16 # Startup notification disabled, since the remote -r switch may not open a new window... | |
17 #StartupNotify=false | |
18 #StartupWMClass=geeqie | |
1280 | 19 NotShowIn=X-Geeqie; |
1610
4a3fa267fb65
Fix geeqie.desktop to match spec. Patch by Michael Schwendt.
zas_
parents:
1280
diff
changeset
|
20 Categories=Graphics;Viewer; |
197 | 21 MimeType=application/x-navi-animation;image/bmp;image/x-bmp;image/x-MS-bmp;image/gif;image/x-icon;image/jpeg;image/png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-cmu-raster;image/x-sun-raster;image/x-tga;image/tiff;image/vnd.wap.wbmp;image/x-xbitmap;image/x-xpixmap;image/svg;image/svg+xml;image/x-png;image/xpm;image/x-ico;image/x-pcx; |