Como alterar o manipulador de ímã uri no Google Chrome?

2

Eu removi o cliente Transmission BitTorrent do meu Ubuntu e instalei o Deluge. Agora magnet URIs não funcionam mais. Como dizer ao Chrome para iniciar o novo aplicativo?

    
por Jader Dias 03.09.2011 / 01:36

1 resposta

1

Tente o seguinte:

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

Altere /usr/bin/deluge para o local correto do seu sistema.

    
por 14.09.2011 / 02:25