我从 Ubuntu 中删除了 Transmission BitTorrent 客户端并安装了 Deluge。现在磁力 URI 不再起作用。如何告诉 Chrome 改为启动新应用?
答案1
请尝试以下操作:
gconftool-2 -t string -s /desktop/gnome/url-handlers/magnet/command "/usr/bin/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
更改/usr/bin/deluge
为您的系统的正确位置。