I've installed Thunar File Manager normally using apt
and I'd like to use it instead of Nautilus since Nautilus doesn't support entering file paths.
I've searched for ways to change the default file manager and followed tutorials and previous answers (like this tutorial), tried the command
xdg-mime default thunar.desktop inode/directory application/x-gnome-saved-search
and testing with xdg-open $HOME
worked, but any program that uses a file manager to select a file/folder like VS Code, Google Chrome, Discord still uses Nautilus.
What am I doing wrong? Or does Thunar not support this feature?