Fix sxiv .desktop file (#648)
Would previously error out as such: Opening "<file>" with Image viewer (image/jpeg) sxiv: file://<filepath> sxiv: No valid image file given, aborting
This commit is contained in:
parent
99a7d1dd98
commit
dbfb6705a7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Image viewer
|
||||
Exec=/usr/bin/sxiv -a %u
|
||||
Exec=/usr/bin/sxiv -a %f
|
||||
|
|
Loading…
Reference in a new issue