blob: 2ea6264cdd1978c776d120ee32e73a61e61ba250 (
plain)
1
2
3
4
5
6
7
|
# it seems there's no need to put sxiv.desktop into ~/.local/share/applications/ if there exist sxiv.desktop in /usr/share/applications
# but if you what to create new .desktop desktop entries with new name, you need to put it in ~/.local/share/applications/
[Default Applications]
image/gif=sxiv.desktop;
image/png=sxiv.desktop;
image/jpeg=sxiv.desktop;
|