<div dir="ltr">Package: torbrowser-launcher<br>Version: 0.3.2-2<br><br>When my locale is something other than en_US, torbrowser-launcher always downloads the en_US version of TBB. Note that the 'force_en-US' setting is set to False. <div><br></div><div>I suspect that this is due to the following Debian patch: <a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/blob/debian/sid/debian/patches/0008-Revert-Properly-detect-the-system-s-locale.patch">https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/blob/debian/sid/debian/patches/0008-Revert-Properly-detect-the-system-s-locale.patch</a>, which uses <i>locale.getlocale(locale.LC_MESSAGES)[0] </i>to grab the locale. The issue is that this will return <i>(None, None) </i>since it was never set in the application<i>.  </i></div><div><br></div><div>A potential fix would be to set the Python locale in the application using <i>locale.setlocale(locale.LC_MESSAGES, '')</i>, as per the following Github issue: <a href="https://github.com/micahflee/torbrowser-launcher/issues/361">https://github.com/micahflee/torbrowser-launcher/issues/361</a>. </div><div><br></div><div>I am using Debian GNU/Linux 4.19, kernel 4.19.67-2+deb10u1~bpo9+1 and libc6 2.24.<br></div></div>