Tor browser not starting

It seems the torbrowser-launcher in /usr/bin/ fails due to the new tor browser version update.

details:

└──╼ $torbrowser-launcher
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.8
hxxps://github.com/micahflee/torbrowser-launcher
Refreshing local keyring…
Keyring refreshed successfully…
No key updates for key: EF6E286DDA85EA2A4BA7DE684E2C6E8793298290
Traceback (most recent call last):
File “/usr/bin/torbrowser-launcher”, line 30, in
torbrowser_launcher.main()
File “/usr/lib/python2.7/dist-packages/torbrowser_launcher/init.py”, line 62, in main
app = Launcher(common, url_list)
File “/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py”, line 91, in init
if not self.common.settings[‘installed’] or not self.check_min_version():
File “/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py”, line 603, in check_min_version
for line in open(self.common.paths[‘tbb’][‘versions’]).readlines():
IOError: [Errno 2] No such file or directory: ‘/home/user/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions’

Tor Launcher Settings in the Parrot Menu will reinstall a new version of the browser, but its the launcher that is causing the error.

a workaround one quick fix is to

launch start-tor-browser in the /.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser directory.

or

start-tor-browser.desktop in ~/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/

Edit-

Github issue raised.

1 Like