From 38c51d505c88004a32a7d3e3e913dbb811930099 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Jun 2019 18:30:16 -0400 Subject: irfanview 4.53-2: fix #7 invocation problem for rpm Probably due to /bin/sh -> dash on devuan, my Irfanview invocation has been failing. This commit fixes it, and reduces the dependency on /usr/bin/winepath (however it still uses the actual wine winepath.exe which is a part of the wine binary release anyway in Fedora) The architecture of the invocation script has been split into common and arch-specific. --- irfanview/irfanview.desktop | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'irfanview/irfanview.desktop') diff --git a/irfanview/irfanview.desktop b/irfanview/irfanview.desktop index 4a4fcfc..8a601fc 100644 --- a/irfanview/irfanview.desktop +++ b/irfanview/irfanview.desktop @@ -1,13 +1,13 @@ [Desktop Entry] -Version=1.0 -Name=Irfanview -GenericName=Graphics Viewer +Categories=Graphics;Viewer; Comment=View graphics Exec=/usr/bin/irfanview %F +GenericName=Graphics Viewer Icon=irfanview -Terminal=false -Type=Application +Keywords=irfan;graphics;image;viewer;batch; MimeType=x-content/image-dcf;image/png;image/gif;image/jpeg;image/jpg;image/bmp;image/tiff;image/ico;image/vnd.adobe.photoshop; +Name=Irfanview StartupNotify=true -Categories=Graphics;Viewer; -Keywords=irfan;graphics;image;viewer;batch; +Terminal=false +Type=Application +Version=1.0 -- cgit