- Visit about:config
- Create a new boolean (mouse right click -> new -> boolean)
- Enter this name: network.protocol-handler.expose.bitcoin
- Select the value: false
- Next time you click on a Bitcoin URI, a dialog will ask you to enter the path of your Bitcoin client. Make sure it is executable
Chrome:
To configure Chrome on Ubuntu 10.04 or maybe later versions to handle bitcoin URIs, do this first on the command-line:
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/bitcoin/command "/path/to/electrum.py %s"This tells Gnome what to do with bitcoin URLs, and Chrome picks that up from Gnome.
$ gconftool-2 -t bool -s /desktop/gnome/url-handlers/bitcoin/needs_terminal false
$ gconftool-2 -t bool -s /desktop/gnome/url-handlers/bitcoin/enabled true