diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 20:52:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 20:52:02 +0100 |
commit | 7b167c789fc5b8ed8329d23dbe23c83cb86838b1 (patch) | |
tree | 0b84418a5143ec2e72324a3144a774cfa96e6624 /share | |
parent | b660ca89c59ca34b348ea473810e58c71835e879 (diff) |
feh.desktop: Add NoDisplay=true to hide feh from app menu (closse #228)
Diffstat (limited to 'share')
-rw-r--r-- | share/applications/feh.pre | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/applications/feh.pre b/share/applications/feh.pre index 78a3824..90692de 100644 --- a/share/applications/feh.pre +++ b/share/applications/feh.pre @@ -1,5 +1,6 @@ [Desktop Entry] Name=Feh +Name[en_US]=feh GenericName=Image viewer GenericName[en_US]=Image viewer Comment=Fast Imlib2-based Image Viewer @@ -9,4 +10,4 @@ Type=Application Icon=$IMAGEDIR$/feh.png Categories=Graphics;2DGraphics;Viewer; MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap; -Name[en_US]=feh +NoDisplay=true |