blob: e075a56773334cb1017e2af8c578885315e32aa7 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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=nsxiv.desktop;
image/png=nsxiv.desktop;
image/jpeg=nsxiv.desktop;
application/pdf=okularApplication_pdf.desktop;
|