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
How to get a complete explorer listing related to a file used to launch an associated app in Windows?
To explain let me jump straight to an example. If you double-click a jpeg it should open the photo viewer app on Windows. So far that seems like a simple file association. However with the arrow keys ...
David
Votes: 0
Answers: 0
Deleting the icon associated with the file extension from the registry in C#
I use a method like this to associate the file extension with the icon:
public static void Associate(string extension, string progID, string description, string icon, string application)
{
Registr...
Quince
Votes: 0
Answers: 1