summaryrefslogtreecommitdiff
path: root/irfanview/irfanview.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-16 18:30:16 -0400
committerB Stack <bgstack15@gmail.com>2019-06-16 18:30:16 -0400
commit38c51d505c88004a32a7d3e3e913dbb811930099 (patch)
tree55b3542dbfbbb0aa414f88d3e29ecb770ffd398f /irfanview/irfanview.desktop
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-38c51d505c88004a32a7d3e3e913dbb811930099.tar.gz
stackrpms-38c51d505c88004a32a7d3e3e913dbb811930099.tar.bz2
stackrpms-38c51d505c88004a32a7d3e3e913dbb811930099.zip
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.
Diffstat (limited to 'irfanview/irfanview.desktop')
-rw-r--r--irfanview/irfanview.desktop14
1 files changed, 7 insertions, 7 deletions
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
bgstack15