Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
ac810130
Commit
ac810130
authored
Jul 03, 2018
by
intrigeri
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use existing function instead of rewriting half of it.
parent
0d22683e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
config/chroot_local-includes/usr/local/lib/tails-shell-library/tor-browser.sh
...includes/usr/local/lib/tails-shell-library/tor-browser.sh
+3
-2
No files found.
config/chroot_local-includes/usr/local/lib/tails-shell-library/tor-browser.sh
View file @
ac810130
...
@@ -89,8 +89,9 @@ configure_xulrunner_app_locale() {
...
@@ -89,8 +89,9 @@ configure_xulrunner_app_locale() {
profile
=
"
${
1
}
"
profile
=
"
${
1
}
"
locale
=
"
${
2
}
"
locale
=
"
${
2
}
"
mkdir
-p
"
${
profile
}
"
/preferences
mkdir
-p
"
${
profile
}
"
/preferences
echo
"user_pref(
\"
intl.locale.requested
\"
,
\"
${
locale
}
\"
);"
>
\
set_mozilla_pref
"
${
profile
}
"
/prefs.js
\
"
${
profile
}
"
/prefs.js
"intl.locale.requested"
"
\"
${
locale
}
\"
"
\
"user_pref"
}
}
configure_best_tor_browser_locale
()
{
configure_best_tor_browser_locale
()
{
...
...
intrigeri
@intrigeri
mentioned in issue
#15023 (closed)
·
May 14, 2020
mentioned in issue
#15023 (closed)
mentioned in issue #15023
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment