[tor-bugs] #5330 [Tor Browser]: closing tbb firefox brings up a dialog that does odd things

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Mar 20 15:50:03 UTC 2012


#5330: closing tbb firefox brings up a dialog that does odd things
-------------------------+--------------------------------------------------
 Reporter:  phobos       |          Owner:  mikeperry           
     Type:  defect       |         Status:  new                 
 Priority:  normal       |      Milestone:                      
Component:  Tor Browser  |        Version:  Vidalia: 0.3.1-alpha
 Keywords:               |         Parent:                      
   Points:               |   Actualpoints:                      
-------------------------+--------------------------------------------------
Changes (by chiiph):

  * owner:  chiiph => mikeperry
  * component:  Vidalia => Tor Browser


Comment:

 This is not a Vidalia bug, I've just bumped into this issue with Linux. It
 seems that if you start TBB with --debug, it will re launch Vidalia
 afterwards.

 {{{
 ...

 if [ "${debug}" ]; then
         printf "\nStarting Vidalia now\n"
         cd "${HOME}"
         printf "\nLaunching Vidalia from: `pwd`\n"
         # XXX Someday we should pass whatever command-line arguments we
 got
         # (probably filenames or URLs) to Firefox.
         ./App/vidalia --loglevel debug --logfile vidalia-debug-log \
         --datadir Data/Vidalia/
         printf "\nVidalia exited with the following return code: $?\n"
 fi

 # not in debug mode, run proceed normally
 printf "\nLaunching Tor Browser Bundle for Linux in ${HOME}\n"
 cd "${HOME}"
 # XXX Someday we should pass whatever command-line arguments we got
 # (probably filenames or URLs) to Firefox.
 ./App/vidalia --datadir Data/Vidalia/

 ...
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5330#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list