[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 42438 (TB): Export the original $HOME on Linux.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Mar 7 09:43:29 UTC 2024



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/14d5ad272ef2065fb2cf8182e7adba854ee4a767

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/14d5ad272ef2065fb2cf8182e7adba854ee4a767
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240307/c5f385cb/attachment.htm>


More information about the tor-commits mailing list