1

Following the information seen here: I cannot associate magnet urls to open with qBittorent. I get this error:

Failed to load info for handler 'qBittorrent.desktop'
Jinzu
  • 330

2 Answers2

3

As of now, the new way of doing it is:

gio mime x-scheme-handler/magnet qbittorrent.desktop
Bjorn
  • 131
  • 4
0

I went here https://unix.stackexchange.com/questions/55214/how-to-override-the-gnome-3-ssh-handler/100736#100736

Opened terminal typed in

gvfs-mime --set x-scheme-handler/magnet qbittorrent.desktop
Jinzu
  • 330