Fix opening files starting on dashes

fastiv is a bright exception to the sad rule now.
This commit is contained in:
Přemysl Eric Janouch 2021-11-22 20:39:40 +01:00
parent 047e49051b
commit 64fd216409
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;