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.
This commit is contained in:
committed by
Bert Münnich
parent
47e6cd0669
commit
197945f287
@ -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
|
||||
|
Reference in New Issue
Block a user