aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Brogi <guillaume.brogi@akheros.com>2015-11-12 12:33:48 +0100
committerGuillaume Brogi <guillaume.brogi@akheros.com>2015-11-12 12:33:48 +0100
commitef861fe43365944a57a2bcb7baa7c8d606aedba2 (patch)
tree0b708bfb760ef1871d378ab88f7c25315ed8af97
parentf2ce793d628e88825eff3364b293104cb0bdb582 (diff)
downloadimv-ef861fe43365944a57a2bcb7baa7c8d606aedba2.tar.gz
Add a imv.desktop file
-rw-r--r--Makefile1
-rw-r--r--files/imv.desktop11
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a30cd0a..98e976a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,4 @@ clean:
install: $(TARGET)
install -D -m 0755 $(TARGET) $(DESTDIR)$(prefix)/bin/$(TARGET)
install -D -m 0644 doc/imv.1 $(DESTDIR)$(prefix)/share/man/man1/imv.1
+ install -D -m 0644 files/imv.desktop $(DESTDIR)$(prefix)/share/applications/imv.desktop
diff --git a/files/imv.desktop b/files/imv.desktop
new file mode 100644
index 0000000..c491153
--- /dev/null
+++ b/files/imv.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=IMV
+GenericName=Image viewer
+GenericName[en_US]=Image viewer
+Comment=Fast freeimage-based Image Viewer
+Exec=imv %F
+Terminal=false
+Type=Application
+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]=imv