Bug #16338
Tor Launcher is not localized
100%
Description
Regression introduced when migrating to Tor Browser 8.x in Tails 3.9~rc1 (Tails 3.8 with the last Tor Browser 7.5.x release is fine).
Subtasks
Related issues
Related to Tails - |
Resolved | 2018-03-08 | |
Has duplicate Tails - |
Duplicate | 2019-02-08 | |
Blocks Tails - |
Resolved | 2018-04-08 |
History
#1 Updated by anonym about 6 years ago
- blocks
Feature #15507: Core work 2019Q1: Foundations Team added
#2 Updated by anonym about 6 years ago
Here’s the fix:
--- a/config/chroot_local-includes/usr/local/bin/tor-launcher
+++ b/config/chroot_local-includes/usr/local/bin/tor-launcher
@@ -18,8 +18,11 @@ fi
PROFILE="${HOME}/.tor-launcher/profile.default"
if [ ! -d "${PROFILE}" ]; then
- mkdir -p "${PROFILE}"
- configure_best_tor_launcher_locale "${PROFILE}"
+ mkdir -p "${PROFILE}/extensions"
+ for ext in "${TBB_EXT}"/langpack-*.xpi; do
+ ln -s "${ext}" "${PROFILE}/extensions"
+ done
+ configure_best_tor_launcher_locale "${PROFILE}"
fi
exec_unconfined_firefox \
However, since we probably have to rework everything Tor Launcher-related (Bug #15709) we might want to hold off on this, and possibly just reject it.
#3 Updated by intrigeri about 6 years ago
> However, since we probably have to rework everything Tor Launcher-related (Bug #15709) we might want to hold off on this, and possibly just reject it.
My take on this is: batch this with the branch + build + test + QA for the Tor Browser upgrade in 3.12, so it’ll come almost for free. And if that’s not possible or does not work, reject.
#4 Updated by anonym about 6 years ago
- Status changed from Confirmed to In Progress
Applied in changeset commit:tails|4a32a5531a7134fea3434e4abd23ce5d3439f112.
#5 Updated by anonym about 6 years ago
Thanks, intri, that’s a great idea!
#6 Updated by anonym about 6 years ago
Wow, I was very confused and pushed this to the feature/16337-tor-browser-8.5+force-all-test
. Dropped from that branch + force-pushed, FWIW.
#7 Updated by anonym about 6 years ago
- Target version changed from Tails_3.12 to Tails_3.13
I failed (well, forgot) to do this. :/
#8 Updated by intrigeri about 6 years ago
- has duplicate
Feature #16444: tor-launcher is missing translations added
#9 Updated by anonym about 6 years ago
- % Done changed from 0 to 40
- QA Check set to Dev Needed
- Feature Branch set to bugfix/16338-tor-launcher-localization
#10 Updated by anonym about 6 years ago
- Category set to Internationalization
- Assignee deleted (
anonym) - % Done changed from 40 to 50
- QA Check changed from Dev Needed to Ready for QA
- Affected tool changed from Browser to Tor Launcher
Jenkins likes what is sees: https://jenkins.tails.boum.org/job/test_Tails_ISO_bugfix-16338-tor-launcher-localization/11/
#11 Updated by intrigeri about 6 years ago
- Assignee set to anonym
- QA Check changed from Ready for QA to Info Needed
Most (or even all?) tests that use Tor Launcher are fragile so please +force-all-tests
.
#12 Updated by anonym about 6 years ago
- QA Check changed from Info Needed to Ready for QA
- Feature Branch changed from bugfix/16338-tor-launcher-localization to bugfix/16338-tor-launcher-localization+force-all-tests
#13 Updated by intrigeri about 6 years ago
- related to
Bug #15388: Network Setting Wizard doesn't work in Swedish added
#14 Updated by intrigeri about 6 years ago
Can you please check that we don’t reintroduce Bug #15388 while fixing this bug?
#15 Updated by intrigeri about 6 years ago
- Assignee changed from anonym to intrigeri
I’ll at least check the status.
#16 Updated by intrigeri about 6 years ago
Code review passes modulo a comment needed updating (done: commit:d7fcf03aba7fdaf9d783fa30a7f870a0d43d3678). No related test failures on Jenkins but it only tests Tor Launcher in English (otherwise we would have spotted this very bug earlier).
Successfully tested manually in English, Spanish, French, Farsi, Swedish, and Chinese (that all have at least some degree of localization).
intrigeri wrote:
> Can you please check that we don’t reintroduce Bug #15388 while fixing this bug?
I did that and we’re good :)
⇒ Merging!
#17 Updated by intrigeri about 6 years ago
- Status changed from In Progress to Fix committed
- % Done changed from 50 to 100
Applied in changeset commit:tails|c3e4e2caf1b81d879857d6425a938abbcb82e4ed.
#18 Updated by intrigeri about 6 years ago
- Assignee deleted (
intrigeri) - QA Check changed from Ready for QA to Pass
#19 Updated by CyrilBrulebois about 6 years ago
- Status changed from Fix committed to Resolved