You are not logged in.
Ye baby!
I installed Arch 64 bit with Gnome 3.
I installed the AUR helper packer.
I installed qbittorrent from the AUR via packer.
When I want to open the destination folder for a torrent (aka double click on it or right click and choose "Open destination folder") it opens the import window for the Anjuta IDE. I don't know where to look so I can change it to the expected application, which is Files.
You peeps know?
Offline
Edit ~/.local/share/applications/defaults.list and add this:
[Default Applications]
x-directory/normal=Thunar.desktop
Replace Thunar.desktop with your default filemanager.
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
Yep.
That did it. Much appreciatet.
Small hints for future "searchers".
I didn't have a defaults.list but I had a mimeapps.list with the same style of content. Adding the text in that file, under [Default Applications], works.
For Gnome 3 I added this to get Files to appear:
[Default Applications]
x-directory/normal=nautilus.desktop
Thank you Rexilion
Offline
I have the same issue with gvfs, it opens qmmp when I want to open a share. So I might try this as well sometime. Good thing it worked
.
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
In gnome 3.16, just append to the file:
~/.local/share/applications/mimeapps.listthis content:
x-directory/normal=org.gnome.Nautilus.desktopThis helped me out! thanks.
Offline
On Gnome 44 or later, follow this steps:
echo "inode/directory=org.gnome.Nautilus.desktop" >> ~/.config/mimeapps.listLast edited by tarcisiomiranda (2023-09-01 14:53:16)
Offline