Carsten Schoenert писал 2022-01-03 23:02:
Hello Михаил,

Am 03.01.22 um 14:39 schrieb Михаил Миркин:
Package: thunderbird
Version: 1:91.4.1-1~deb10u1
Followup-For: Bug #997841

Dear Maintainer, please fix
'debian-hacks/Add-another-preferences-directory-for-applications-p.patch'.

this patch has nothing to do with the original issue of this bug report.
Or at least you need to explain what do you think is broken by the
patch you posted.

Hello, Carsten.

Let me expain.
Original patch inserts directive 'LoadDirIntoArray(mXULAppDir, kAppendSysPrefDir, directories);', that
appears inside the '#ifdef MOZ_BACKGROUNDTASKS' block.
Since no "--enable-backgroundtasks" flag in configuration, MOZ_BACKGROUNDTASKS is undefined. Therefore directory '/usr/share/thunderbird/defaults/syspref' (link to '/etc/thunderbird/pref') is not included, in particular, file /etc/thunderbird/pref/thunderbird.js is not included.
It is in this file that the necessary directive is located:
pref("intl.locale.requested", "");
I think that's why no pulling the system locale into Thunderbird.

Reply via email to