You are not logged in.
Pages: 1
For some reason, other apps are registering themselves as file managers, so upon opening paths its using the wrong application.
First VS Code, then Kitty, and now some URL launcher.
I can see from this command which program is trying to claim it:
xdg-mime query default inode/directoryI tried this, but it doesn't fix it, still opens in whatever claims it (default unchanged)
xdg-mime default nautilus.desktop inode/directoryHow can I override, force, or fix this?
Last edited by mrmonk (2023-10-03 14:51:40)
Offline
What tool are you using to launch things/open paths? That everything sets itself up as a handler for inode/directory is expected and wanted behaviour, but the default shouldn't change once explicitly overridden by the user with xdg-mime default, unless whatever you're using uses it's own database.
Offline
the filename nautilus.desktop is deprecated and probably doesn't exist anymore. Try
xdg-mime default org.gnome.Nautilus.desktop inode/directoryinstead
Offline
Pages: 1