When I launch Tor-Browser, it first launches Vidalia, then a special version of Firefox bundled with the Tor Browser package. If I try to download a (legal!) torrent in the Tor Browser version of Firefox, it launches Transmission to do so.
IF I launch Transmission from within the Tor Browser, it will remember my current torrents. This persists from one Tor Browser session to the next, including logouts, shutdowns, etc.
If, however, I try to launch Transmission from its location (usr/bin/transmission-gtk), it starts Transmission "fresh" without remembering any torrents or other settings.
I assume Transmission is somehow loading another version of itself for Firefox -- the one that remembers things -- that isn't somewhere I can find it.
Only one transmission-gtk executable appears when I search my file system... the one in usr/bin.
What's going on? How can I open Transmission and have it "remember" things without having to start a torrent on Tor-Browser first?
Warning: Under no circumstances is it safe to use BitTorrent and Tor together. As an alternative, a VPN will be "safe" if you trust the VPN (in many countries, ISP's are required to log while VPN's are not), or you could use an anonymising network that was designed for file-sharing, such as I2P.
Proceed at your own risk.
How Tor-Browser uses Transmission
There is only one copy of the actual program, in
/usr/bin/
as you noted. What Tor-browser does is start Transmission with a separate profile, so that torrents will be downloaded over Tor (this is usually slower). If you wish to download the torrent normally instead, start the normal Transmission, and then either save a torrent from Tor-browser and load it, or copy-and-paste the link from Tor-browser. The alternative is to simply browse using regular Firefox and click on the.torrent
link, which should open normal Transmission.Use one common profile for Tor-Transmission and regular Transmission
If you want Transmission to use a common profile for both normal and Tor-browser torrents, you can do the following: (step-by-step not given because it is very easy to lose all currently downloading/paused torrents when you do this!)
$HOME/.config/transmission
tor-browser_en-US/.config/transmission
ln -s
; of the two profiles, remove the transmission folder (rm -rf
) of the one which is least used or contains fewer torrents (you will lose these); then recreate it as a symlink to the other transmission directory.