diff options
author | B Stack <bgstack15@gmail.com> | 2019-06-16 18:30:16 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-06-16 18:30:16 -0400 |
commit | 38c51d505c88004a32a7d3e3e913dbb811930099 (patch) | |
tree | 55b3542dbfbbb0aa414f88d3e29ecb770ffd398f /irfanview/irfanview.desktop | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
download | stackrpms-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.desktop | 14 |
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 |