sxiv -> nsxiv

Apparently in edge sxiv has been retired, but there is still nsixv.
Fortunately, our code checks for *sxiv*, so changing this was pretty
simple.

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
This commit is contained in:
Peter John Hartman
2023-08-29 20:29:36 -05:00
committed by Willow Barraco
parent 788810268c
commit 22c3f178cd
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Name=sxiv Image Viewer
Exec=sxiv
Name=nsxiv Image Viewer
Exec=nsxiv
Terminal=false
Type=Application
MimeType=image/jpeg;image/png;image/gif

View File

@@ -1,7 +1,7 @@
[Default Applications]
image/jpeg=sxmo-sxiv.desktop
image/png=sxmo-sxiv.desktop
image/gif=sxmo-sxiv.desktop
image/jpeg=sxmo-nsxiv.desktop
image/png=sxmo-nsxiv.desktop
image/gif=sxmo-nsxiv.desktop
audio/x-m4a=sxmo-mpv-music.desktop
audio/mpeg=sxmo-mpv-music.desktop
audio/amr=sxmo-mpv-music.desktop