Associating your torrent client with Firefox in Ubuntu (Transmission)
So in switching to Ubuntu for my main OS, as I seem to run about 4 different OS's currently. It has been really straight forward. One thing that is hard is working out all the little things.
Now I use torrent for a lot of things, and no, torrents are not ALL pirate downloads. A great example is : http://vodo.net/pioneerone
So, I like to click the magnet links, they are just easy.
To set this up in FireFox, you need to adjust things a bit:
First lets find the value of the program we want to use. I am using Transmission but maybe you are using Azureus or something.
You can open up terminal and type:
which transmission
Replace "transmission" with the name of the program you want to use.
It will then return the location of the program that we will use as a value in FireFox:
/usr/bin/transmission
In the URL type:
about:config
Then right click | New | Boolean:
network.protocol-handler.external.magnet
Value set to:
true
Then right click | New | String:
network.protocol-handler.app.magnet
For the value we need to take what we found before with the command "which" in terminal.
/usr/bin/transmission
Then last lets check and make sure that:
network.protocol-handler.expose-all
Is set to "true".
From now on, you should be all good and have a window that pops up with the option to use transmission for magnet links.

Category
- Alethia (1)
- CCK (0)
- Command Line (2)
- Conditional Field (0)
- Drupal (7)
- Drush (2)
- E-Commerce (7)
- Hacks (1)
- Japan (4)
- MediaFront (0)
- Mercury (0)
- Online Media (1)
- Open Source (1)
- Pantheon (0)
- SSL (1)
- Screen-cast (1)
- Tutorial (3)
- Ubercart (2)
- Ubuntu (3)
- VPS.net (0)
- Yen (1)
- Zen-Cart (4)
- cPanel (1)
- i18n (1)
- iPhone (1)
- Free College (0)
twitter/srw2d
- @nicwn It was good this year too http://t.co/69RYMcA9 — 10 weeks 3 days ago
- Being in ubuntu + terminal to Cat Rats by Skrillex just feels so right. — 10 weeks 6 days ago
- Drupal Meetup in Tokyo Tomorrow Night! http://t.co/M6ctJt8A #drupal #japan #allyoucaneatdrink — 10 weeks 6 days ago
- Just got my Drupal T-Shirt, did you get yours? http://t.co/4PpfETpA — 11 weeks 5 days ago
- Drupal Social Event in Tokyo hope to see everyone out there that can come. http://t.co/z83asRRg — 12 weeks 3 days ago
- 1 of 53
- ››
Recent
- 1 of 2
- ››




Comments
Easier Way
An easier way in 11.04 is to just:
Edit-> Preferences -> Applications, search for magnet, then from the drop down navigate to /usr/bin/ and select transmission-gtk
Post new comment