python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do you make xdg-utils detect a file association for my application from a distribution package?
I am building a distribution package for xnec2c and I want .nec files to associate with xnec2c and also display the associated icon.
(This question is different than the many xdg-utils answers out the...

KJ7LNW
Votes: 0
Answers: 1
How do you remove an xdg-mime default association?
So xdgmime default foo.desktop application/x-foo will associate a mime type in ~/.local/share/applications/mimeapps.list like this:
[Default Applications]
...
application/x-foo=foo.desktop
What is th...

KJ7LNW
Votes: 0
Answers: 0
Copying all .desktop files to ~/.local/share/applications/
I'm trying to write a bash script to copy all .desktop files under /nix/store to ~/.local/share/applications/. I'm not particular good with bash, so I would like assistance. I used the find command to...

MrBear
Votes: 0
Answers: 3