Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 14d5ad27 by Pier Angelo Vendrame at 2024-03-06T18:47:08+00:00 Bug 42438 (TB): Export the original $HOME on Linux.
We need it for the migration wizard (e.g., to import bookmarks).
- - - - -
1 changed file:
- projects/browser/RelativeLink/start-browser
Changes:
===================================== projects/browser/RelativeLink/start-browser ===================================== @@ -254,6 +254,7 @@ if [ "$register_desktop_app" -eq -1 ]; then exit 0 fi
+export BB_ORIGINAL_HOME="$HOME" HOME="${PWD}" export HOME
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/14...
tbb-commits@lists.torproject.org