Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 40263  / 2 Years ago, sat, october 15, 2022, 3:34:34

How can I open magnet links with firefox? I tried setting following values in about:config,



network.protocol-handler.app.magnet -> /usr/bin/deluge
network.protocol-handler.expose.magnet -> true
network.protocol-handler.external.magnet -> true


But firefox keeps on complaining about




Firefox doesn't know how to open this address, because the protocol (magnet) isn't associated with any program.




I am using repository version of firefox (5) and deluge (1.3.1 - gui+daemon mode) on ubuntu 11.04



Edit: I was told to set network.protocol-handler.expose.magnet to false and firefox would ask which application to use, but I see no box asking me something appearing.


More From » firefox

 Answers
0

as of firefox 3.6 network.protocol-handler.external.* seems to no longer work



in about:config



network.protocol-handler.expose.magnet -> false


and 'reset' all other values to do with magnet.



once you click a magnet link you will be prompted to choose an application, navigate to and select /usr/bin/deluge



You might also try



$ gconftool-2 -t string -s /desktop/gnome/url-handlers/magnet/command 'deluge "%s"'
$ gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/needs_terminal false
$ gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/enabled true

[#44229] Sunday, October 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tiowift

Total Points: 119
Total Questions: 113
Total Answers: 110

Location: South Sudan
Member since Sun, Jul 11, 2021
3 Years ago
;