From 197945f28717002fe1fa83cb1ca812ce797c5709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20H=C4=83loiu?= Date: Tue, 6 Jan 2015 05:07:21 +0700 Subject: 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. --- sxiv.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sxiv.desktop') 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 -- cgit v1.2.3