Installed EasyTag and now it launches when I insert a removable drive

I recently installed EasyTag on my Ubuntu-Unity 24.04.3LTS system, and now whenever I insert a removable drive it launches instead of Nemo (the file manager). How can I restore the correct behavior?

Hi,

It sounds like EasyTAG was set as the default application for handling removable media.

First, check the default file manager:

xdg-mime query default inode/directory

It should return something like nemo.desktop.

If not, you can reset it with:

xdg-mime default nemo.desktop inode/directory
1 Like

You may want to check Default Applications and make sure Nemo is set as the file manager.

Also review Removable Media and ensure inserted drives are set to open in Nemo, not EasyTAG.

1 Like

Perfect! That took care of it. Thank you very much

Glad to hear it worked — happy to help!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.