You are not logged in.
Hi,
The problem is that I have setup a shortcut to open the home folder in GNOME and everytime I call it Visual Studio code loads up and opens the home folder as a workspace instead of being opened by Files. I have checked the default apps and VS code is not there.
P.D. I have noticed that if I search for something (when pressing the super key) and a folder is shown in the list, if I click on it, vscode gets opened too instead of Files.
Any tip would be appreciated.
Thanks!
Last edited by hexdump (2023-10-08 14:17:38)
Offline
Offline
Thanks you put me on the right track.
If I use the open with option when rightclicking the folder and then select files it just works for that time. To make it permanent one can use:
gio mime inode/directory org.gnome.Nautilus.desktop
Thanks!
Offline
This worked fine for me. I haven't tried gio.
xdg-mime default org.gnome.Nautilus.desktop inode/directory
Offline