With vidalia 3.1-alpha, there is a new 'info message' or pop-up that occurs after tor bootstraps, but firefox hasn't started. there should be an option to disable/enable it.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Does this mean we can load the tbb plugin without restarting the firefox?
O.k. To reproduce the bug:
./start-tor-browser
wait until Firefox with the tbb plugin is loaded
stop TOR in the Vidalia menu
restart TOR in the Vidalia menu
see the message "firefox will start soon" although Firefox is already running
My proposal: either have an option to disable this info message or have a different info message saying something like "Firefox is already running. If the Tor network is reestablished, feel free to surf".
Trac: Username: sirop Owner: chiiph to sirop Status: needs_information to assigned
Now one can uncheck "Show tray notifications for Firefox".
However, if unchecked or checked, this new state is valid only after the Tor Browser Bundle is restarted.
If it is the very functionality needed, I can upload my tbb.js to gitorous.
The whole point of this is to find a solution, so if you've got a possible one, please show us.
You should create a branch named something like bug5352_notification with this fix, so I can check it out and merge if it's ok. Mark the ticket as needs_review when you propose a patch/branch with a fix, and I'll either close it and merge or mark it as needs_revision with some comments on what you should change. When those changes are done, you mark it as needs_review again pointing to the place where the changes are, and so on.
If I start TBB with DontShowTrayBox=false, then change it to true and I restart tor, I will still see the notification.
I cannot reproduce this error. Maybe, you've forgotten to Save under Plugins --> Browser Bundle Settings.
You have changed the way the settings behave, which is another issue, not this one.
Yes, my fault. Had to do it as firefox did not start otherwise. Will try to make up a ticket for
launchBrowserFromDirectory function these days.
launchBrowserFromDirectory() was also changed, although "it is a different issue".
I think, I formulated https://trac.torproject.org/projects/tor/ticket/5364 not clear enough,
but I'll try to correct this until 5 p.m. German time to-day.
Trac: Username: sirop Status: needs_revision to needs_review
Yes, bad indentation is still there. For the future, check the commit in github before posting it here, you'll see what I'm talking about (in case everything looks ok in your editor).
Why did you commented out this if(QDir(browserDirectory).isRelative()) ?
You should remove vdebugs like: vdebug(browserDirectory + " line 196, sirop");
Yes, bad indentation is still there. For the future, check the commit in github before posting it here, you'll see what I'm talking about (in case everything looks ok in your editor).
Why did you commented out this if(QDir(browserDirectory).isRelative()) ?