[tbb-bugs] #13975 [Tor Browser]: bug in tor-browser-linux64-4.0.2_en-US (wrong path)
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Dec 16 18:58:42 UTC 2014
#13975: bug in tor-browser-linux64-4.0.2_en-US (wrong path)
-------------------------------+--------------------------
Reporter: Sandro kensan | Owner: tbb-team
Type: defect | Status: new
Priority: blocker | Milestone:
Component: Tor Browser | Version:
Keywords: start-tor-browser | Actual Points:
Parent ID: | Points:
-------------------------------+--------------------------
Hi,
the packet tor-browser-linux64-4.0.2_en-US.tar.xz has the bash script that
launch firefox that has a little bug.
start-tor-browser is the bash script that launch firefox and inside there
are some little errors:
LD_LIBRARY_PATH="${HOME}/TorBrowser/Tor/" is wrong, the correct path is
LD_LIBRARY_PATH="${HOME}/Browser/TorBrowser/Tor/"
./firefox is wrong, the correct path is ./Browser/firefox
TORARCHITECTURE=$(expr "$(file TorBrowser/Tor/tor)" : '.*ELF
\([[:digit:]]*\)') is wrong -> TORARCHITECTURE=$(expr "$(file
Browser/TorBrowser/Tor/tor)" : '.*ELF \([[:digit:]]*\)')
So please correct the path in start-tor-browser.
Best regards.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13975>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list