aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtor-browser5
1 files changed, 3 insertions, 2 deletions
diff --git a/tor-browser b/tor-browser
index d447191..c6c1a31 100755
--- a/tor-browser
+++ b/tor-browser
@@ -19,9 +19,10 @@ if which torbrowser-launcher &> /dev/null; then
)
fi
- # Launch the other wrapper
+ # Launch the other wrapper, forcing default locale to avoid any issues like
+ # lack of localized tor browser package.
mkdir -p $FOLDER/Logs
- torbrowser-launcher &> $FOLDER/Logs/torbrowser-launcher.log &
+ LC_ALL=C torbrowser-launcher &> $FOLDER/Logs/torbrowser-launcher.log &
else
# Classic mode
ARCH="`uname -m`"