From 64fd2164096b696753e4ea6dd959b9ae301d2d26 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Mon, 22 Nov 2021 20:39:40 +0100 Subject: Fix opening files starting on dashes fastiv is a bright exception to the sad rule now. --- fastiv-browse.desktop | 2 +- fastiv.desktop | 2 +- 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; -- cgit v1.2.3-54-g00ecf