What | Removed | Added |
---|---|---|
CC | statusinformatica13@gmail.com | |
Flags | needinfo?(statusinformatica13@gmail.com) |
(In reply to Edson Santos from comment #0) > Hey guys > > When trying to open Torbrowser-launcher through the terminal, it displays an > error message and does not open. > > Error message: > > edson@localhost:~> torbrowser-launcher > Lan���ador do Navegador Tor > Por Micah Lee, licenciado sob o MIT > vers���o 0.3.6 > https://github.com/micahflee/torbrowser-launcher > Traceback (most recent call last): > File "/usr/bin/torbrowser-launcher", line 30, in <module> > torbrowser_launcher.main() > File "/usr/lib/python3.10/site-packages/torbrowser_launcher/__init__.py", > line 76, in main > common = Common(tor_browser_launcher_version) > File "/usr/lib/python3.10/site-packages/torbrowser_launcher/common.py", > line 62, in __init__ > self.torbrowser12_rename_old_tbb() > File "/usr/lib/python3.10/site-packages/torbrowser_launcher/common.py", > line 185, in torbrowser12_rename_old_tbb > os.rename(abs_filename, self.paths["tbb"]["dir_tbb"]) > FileExistsError: [Errno 17] File exists: > '/home/edson/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US' -> > '/home/edson/.local/share/torbrowser/tbb/x86_64/tor-browser' > edson@localhost:~> This may be a conflict between your previous installation of torbrowser (perhaps directly from https://www.torproject.org/) with the torbrowser bundle that torbrowser-launcher is trying to install. You could try removing '/home/edson/.local/share/torbrowser' (after taking proper backups of course) and installing the browser using torbrowser-launcher once more. If that still does not work, please let me know where you get your torbrowser-launcher from, i.e. the output of the following two commands: * zypper se -si torbrowser-launcher * zypper lr -u Thanks for the bug report, and sorry for the delay in getting to this from my side.