I removed the Transmission BitTorrent client from my Ubuntu and installed Deluge. Now magnet URIs don't work anymore. How to tell Chrome to launch the new app instead?

link|improve this question

I have found an entry in gconf-editor under /desktop/gnome/url-handlers/magnet but I changed it and it did not solve the problem – Jader Dias Sep 3 '11 at 17:33
feedback

1 Answer

up vote 1 down vote accepted

Try the following:

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

Change /usr/bin/deluge to the correct location for your system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.