Fix opening files starting on dashes
fastiv is a bright exception to the sad rule now.
This commit is contained in:
parent
047e49051b
commit
64fd216409
|
@ -3,7 +3,7 @@ Type=Application
|
||||||
Name=fastiv
|
Name=fastiv
|
||||||
GenericName=File Browser
|
GenericName=File Browser
|
||||||
Icon=fastiv
|
Icon=fastiv
|
||||||
Exec=fastiv --browse %f
|
Exec=fastiv --browse -- %f
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
||||||
Name=fastiv
|
Name=fastiv
|
||||||
GenericName=Image Viewer
|
GenericName=Image Viewer
|
||||||
Icon=fastiv
|
Icon=fastiv
|
||||||
Exec=fastiv %f
|
Exec=fastiv -- %f
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=Graphics;2DGraphics;Viewer;
|
Categories=Graphics;2DGraphics;Viewer;
|
||||||
|
|
Loading…
Reference in New Issue