Skip to content
Snippets Groups Projects
Unverified Commit 4e682a90 authored by cypherpunks's avatar cypherpunks Committed by boklm
Browse files

Bug 27903: Isolate Tor Browser from dconf-service

parent 215aed39
No related branches found
No related tags found
No related merge requests found
......@@ -346,6 +346,9 @@ setControlPortPasswd ${TOR_CONTROL_PASSWD:='"secret"'}
export FONTCONFIG_PATH="${HOME}/TorBrowser/Data/fontconfig"
export FONTCONFIG_FILE="fonts.conf"
# Avoid overwriting user's dconf values. Fixes #27903.
export GSETTINGS_BACKEND=memory
cd "${HOME}"
# We pass all additional command-line arguments we get to Firefox.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment