aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-22 20:39:40 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-22 20:40:48 +0100
commit64fd2164096b696753e4ea6dd959b9ae301d2d26 (patch)
tree83ef4de6f43da3bdae4650706a822cf5cfcd861d
parent047e49051b0824e621f04de6f420b559e1fe135c (diff)
downloadfiv-64fd2164096b696753e4ea6dd959b9ae301d2d26.tar.gz
fiv-64fd2164096b696753e4ea6dd959b9ae301d2d26.tar.xz
fiv-64fd2164096b696753e4ea6dd959b9ae301d2d26.zip
Fix opening files starting on dashes
fastiv is a bright exception to the sad rule now.
-rw-r--r--fastiv-browse.desktop2
-rw-r--r--fastiv.desktop2
2 files changed, 2 insertions, 2 deletions
diff --git a/fastiv-browse.desktop b/fastiv-browse.desktop
index bdf01dc..a381aee 100644
--- a/fastiv-browse.desktop
+++ b/fastiv-browse.desktop
@@ -3,7 +3,7 @@ Type=Application
Name=fastiv
GenericName=File Browser
Icon=fastiv
-Exec=fastiv --browse %f
+Exec=fastiv --browse -- %f
NoDisplay=true
Terminal=false
StartupNotify=true
diff --git a/fastiv.desktop b/fastiv.desktop
index c35f09a..cc92cb6 100644
--- a/fastiv.desktop
+++ b/fastiv.desktop
@@ -3,7 +3,7 @@ Type=Application
Name=fastiv
GenericName=Image Viewer
Icon=fastiv
-Exec=fastiv %f
+Exec=fastiv -- %f
Terminal=false
StartupNotify=true
Categories=Graphics;2DGraphics;Viewer;