blob: f72013e0d6933f9e22e5801b32f96a2d2bb3f884 (
plain)
1
2
3
4
5
6
7
8
|
# it seems there's no need to put sxiv.desktop into ~/.local/share/applications/ if there exist sxiv.desktop in /usr/share/applications
# no need to use xdg-mime to install it if already exist?
# 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;
|