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
|
||||
GenericName=File Browser
|
||||
Icon=fastiv
|
||||
Exec=fastiv --browse %f
|
||||
Exec=fastiv --browse -- %f
|
||||
NoDisplay=true
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue