Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
79ae4be9
Commit
79ae4be9
authored
Oct 15, 2014
by
Tails developers
Browse files
Remove patch that was applied to Tails Greeter.
parent
1df9ce34
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-patches/tails-greeter_fix-browser-localization-path.patch
deleted
100644 → 0
View file @
1df9ce34
--- chroot.orig/etc/gdm3/PostLogin/Default 2014-10-09 23:57:25.319996058 +0000
+++ chroot/etc/gdm3/PostLogin/Default 2014-10-09 23:58:19.147993943 +0000
@@ -133,7 +133,7 @@
# Choose which browser language pack to use
LONG_LOCALE="$(echo ${TAILS_LOCALE_NAME} | sed -e 's/\..*$//' -e 's/_/-/')"
SHORT_LOCALE="$(echo ${LONG_LOCALE} | cut -d"-" -f1)"
-LANGPACK_DIR="/usr/local/lib/tor-browser/extensions"
+LANGPACK_DIR="/usr/local/share/tor-browser-extensions"
if [ -e "${LANGPACK_DIR}/langpack-${LONG_LOCALE}@firefox.mozilla.org.xpi" ]; then
BROWSER_LOCALE="${LONG_LOCALE}"
elif [ -e "${LANGPACK_DIR}/langpack-${SHORT_LOCALE}@firefox.mozilla.org.xpi" ]; then
Write
Preview
Supports
Markdown
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