Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is it normal that all settings (bookmarks/search engines etc.) are lost after update to version 10? #505

Closed
mark0100 opened this issue Sep 24, 2020 · 6 comments

Comments

@mark0100
Copy link

I updated to version 10 yesterday on Ubuntu 20.04 and had problems with the signing key.
I installed the patched torbrowser-launcher (see #491) and also had the version check problem (see #498), so now i start the new 10 browser with:
~/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/start-tor-browser --verbose

It starts fine this way but i noticed that all my bookmarks and added search engines (and probably some more settings) are gone.
Is this expected behaviour or does it have to do with the way i start the browser now?

@AsciiWolf
Copy link
Collaborator

AsciiWolf commented Sep 24, 2020

Probably related to the #498 issue. torbrowser-launcher fails to detect the correct Tor Browser version, downloads and extracts the 10.0 tarball and probably wipes the old settings.

Anyway, I recommend you fixing torbrowser-launcher using patch from #499 instead of running Tor Browser directly.

@AsciiWolf
Copy link
Collaborator

AsciiWolf commented Sep 24, 2020

By the way, I am working on a torbrowser-launcher SRU for Ubuntu 20.04. I will update it to include the version comparison patch after it is in Debian. If this SRU will be accepted/sponsored, torbrowser-launcher will work out-of-box on Ubuntu 20.04.

@mark0100
Copy link
Author

mark0100 commented Sep 24, 2020

@AsciiWolf:
Ok that's probably it because the launcher said it was a new installation which struck me as odd.

How do i install the patched launcher from #499? With flatpak (as mentioned in #10)?? i.e.:
flatpak install --user https://dl.flathub.org/build-repo/27200/com.github.micahflee.torbrowser-launcher.flatpakref

@AsciiWolf
Copy link
Collaborator

The Flatpak has already been updated to include the fix. ;-)

@dmknght
Copy link

dmknght commented Sep 24, 2020

I think this problem comes from Firefox backend: they changed the profile management functions so everything was lost.

@mark0100
Copy link
Author

@AsciiWolf: It turns out that installing the patched launcher from #499 with flatpak has a dependency on the complete kde environment, but i am on Gnome. Installing kde is a bit too much clutter for me so i think i wait for the launcher to become available here i.e. install it with:

wget -v 'https://github.com/sysrqb/torbrowser-launcher/raw/develop/share/torbrowser-launcher/tor-browser-developers.asc'
sudo mv ~/tor-browser-developers.asc /usr/share/torbrowser-launcher/ ; torbrowser-launcher ; echo "DONE"

@davidbaumann davidbaumann closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants