Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #4851

Closed
Open
Opened Jan 06, 2012 by Arturo Filasto@art

Tor Browser Bundle does not start from shell in debug mode on OSX

Tor Browser Bundle on OSX does not start in debug mode on Mac OS X.

When I invoke it I get this:

./TorBrowser_en-US.app/Contents/MacOS/TorBrowserBundle --debug

Debug enabled.

Starting Vidalia now

Launching Vidalia from: /Users/y/Documents/code/Tor/tbb-dmg/TorBrowser_en-US.app

./TorBrowser_en-US.app/Contents/MacOS/TorBrowserBundle: line 38: ./Contents/MacOS/Vidalia: No such file or directory

This patch will fix it:

diff ./TorBrowser_en-US.app/Contents/MacOS/TorBrowserBundle /Applications/TorBrowser_en-US.app/Contents/MacOS/TorBrowserBundle 

38c38

< 	./Contents/MacOS/Vidalia --loglevel debug --logfile vidalia-debug-log \

---

> 	./Contents/MacOS/Vidalia.app/Contents/MacOS/Vidalia --loglevel debug --logfile vidalia-debug-log \
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#4851