mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
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,4 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Image viewer
|
||||
Exec=/usr/bin/sxiv -a %u
|
||||
Exec=/usr/bin/sxiv -a %f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user