summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Hăloiu <vially.ichb@gmail.com>2015-01-05 23:07:21 +0100
committerBert Münnich <ber.t@posteo.de>2015-01-06 08:50:46 +0100
commit197945f28717002fe1fa83cb1ca812ce797c5709 (patch)
treea961bd070a2e3d455f8dd4da6b9b3a43a98e4bd9
parent47e6cd066902ec6e6295c6ae55245f8f4e53a56a (diff)
downloadnsxiv-197945f28717002fe1fa83cb1ca812ce797c5709.tar.zst
The Icon key should not contain extension
According to the official [Icon Theme Spec](http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup) the Icon key in the desktop entry file should not contain the file extension.
-rw-r--r--Makefile2
-rw-r--r--sxiv.desktop2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2fc53b8..9be999a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := git-20150105
+VERSION := git-20150106
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
diff --git a/sxiv.desktop b/sxiv.desktop
index f644e6e..1f052e4 100644
--- a/sxiv.desktop
+++ b/sxiv.desktop
@@ -5,4 +5,4 @@ GenericName=Image Viewer
Exec=sxiv %F
MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;
NoDisplay=true
-Icon=sxiv.png
+Icon=sxiv