diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-22 20:39:40 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-22 20:40:48 +0100 |
commit | 64fd2164096b696753e4ea6dd959b9ae301d2d26 (patch) | |
tree | 83ef4de6f43da3bdae4650706a822cf5cfcd861d /fastiv-browse.desktop | |
parent | 047e49051b0824e621f04de6f420b559e1fe135c (diff) | |
download | fiv-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.
Diffstat (limited to 'fastiv-browse.desktop')
-rw-r--r-- | fastiv-browse.desktop | 2 |
1 files changed, 1 insertions, 1 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 |