如何使用 Firefox 打开磁力链接?我尝试在 about:config 中设置以下值,
network.protocol-handler.app.magnet -> /usr/bin/deluge
network.protocol-handler.expose.magnet -> true
network.protocol-handler.external.magnet -> true
但 Firefox 一直抱怨
Firefox 不知道如何打开该地址,因为该协议(磁铁)未与任何程序关联。
我在 ubuntu 11.04 上使用 Firefox (5) 和 deluge (1.3.1 - gui+daemon 模式) 的存储库版本
编辑:我被告知将其设置network.protocol-handler.expose.magnet
为 false 并且 Firefox 会询问使用哪个应用程序,但我没有看到任何询问我某些内容的框出现。
答案1
从 Firefox 3.6 开始network.protocol-handler.external.*
似乎不再起作用
在about:config
network.protocol-handler.expose.magnet -> false
并“重置”所有与磁铁有关的其他值。
一旦您点击磁力链接,系统将提示您选择一个应用程序,导航到并选择 /usr/bin/deluge
您也可以尝试
$ 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
答案2
在 Firefox 中,转到“编辑/首选项/应用程序”,搜索 magnet 并设置 Deluge
答案3
不要点击 Firefox 中的磁力链接(这需要一些高级配置才能设置),而是右键单击链接并选择“复制链接位置”。然后,进入 Deluge 窗口,单击“添加 Torrent”(窗口左上角的“+”),然后单击“URL”按钮。
快乐地进行种子下载,记住要使用 3:1 的种子比例!
答案4
您真的安装了 deluge 吗?如果没有,请打开终端并输入此命令。sudo apt-get install deluge
完成后,它应该会显示在程序列表中。