Package: thunderbird
Version: 1:91.4.1-1~deb9u1
Severity: normal

Dear Maintainer,

Since the upgrade to Thunderbird 91, custom configuration in 
"/etc/thunderbird/pref/" such as the attached file won't be read/applied.

Earlier versions did apply this configration.

I believe  the patch 
"Add-another-preferences-directory-for-applications-p.patch" to be faulty: the 
addtional directory is added inside an if-clause as well as inside an ifedf.
In my believe it should be added unconditionally (i.e. after the "#endif" 
instead of inside).

Thank you very much.

-- System Information:
Debian Release: 9.13
  APT prefers oldoldstable-debug
  APT policy: (500, 'oldoldstable-debug'), (500, 'oldoldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.221.wap (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils         4.8.1.1
ii  fontconfig          2.11.0-6.7+b1
ii  libatk1.0-0         2.22.0-1
ii  libbz2-1.0          1.0.6-8.1
ii  libc6               2.24-11+deb9u4-mi
ii  libcairo-gobject2   1.14.8-1+deb9u1
ii  libcairo2           1.14.8-1+deb9u1
ii  libdbus-1-3         1.10.32-0+deb9u1
ii  libdbus-glib-1-2    0.108-2
ii  libevent-2.0-5      2.0.21-stable-3
ii  libffi6             3.2.1-6
ii  libfontconfig1      2.11.0-6.7+b1
ii  libfreetype6        2.6.3-3.2+deb9u2
ii  libgcc1             1:6.3.0-18+deb9u1
ii  libgdk-pixbuf2.0-0  2.36.5-2+deb9u2
ii  libglib2.0-0        2.50.3-2+deb9u2
ii  libgtk-3-0          3.22.11-1
ii  libjson-c3          0.12.1-1.1+deb9u1
ii  libpango-1.0-0      1.40.5-1
ii  libx11-6            2:1.6.4-3+deb9u4
ii  libx11-xcb1         2:1.6.4-3+deb9u4
ii  libxcb-shm0         1.12-1
ii  libxcb1             1.12-1
ii  libxext6            2:1.3.3-1+b2
ii  libxrender1         1:0.9.10-1
ii  psmisc              22.21-2.1+b2
ii  x11-utils           7.7+3+b1
ii  zenity              3.22.0-1+b1
ii  zlib1g              1:1.2.8.dfsg-5

Versions of packages thunderbird recommends:
ii  hunspell-de-de [hunspell-dictionary]         20161207-1
ii  hunspell-en-gb [hunspell-dictionary]         1:5.2.5-1
ii  hunspell-en-us [hunspell-dictionary]         20070829-7
ii  hunspell-fr-classical [hunspell-dictionary]  1:5.7-1

Versions of packages thunderbird suggests:
pn  apparmor          <none>
ii  fonts-lyx         2.2.2-1
ii  libgssapi-krb5-2  1.15-1+deb9u3

-- Configuration Files:
/etc/thunderbird/pref/thunderbird.js changed:
// This is the Debian specific preferences file for Mozilla Thunderbird
// You can make any change in here, it is the purpose of this file.
// You can, with this file and all files present in the directory
//
//      /etc/thunderbird/pref directory
//
// override any preference that is present in the directory
//
//      /usr/lib/thunderbird/defaults/pref
//
// While your changes will be kept on upgrade if you modify files in
// /etc/thunderbird/pref, please note that they won't be kept if you
// do them in /usr/lib/thunderbird/defaults/pref.
/*
   use this if you have no access to gnome configuration
   as described on http://www.jwsdot.com/debian/faq.html#q9
   and don't care about debian default settings.
*/
// pref("network.protocol-handler.app.http","mozilla-firefox");
// pref("network.protocol-handler.app.https","mozilla-firefox");
// Use LANG environment variable to choose locale from system
// The old environment setting 'pref("intl.locale.matchOS", true);' is
// currently not working anymore. The new introduced setting
// 'intl.locale.requested' is now used for this. Setting an empty string is
// pulling the system locale into Thunderbird.
pref("intl.locale.requested", "");
/*
   uncomment this if you want your browser configured as
   your default by means of the debian alternatives mechanism
*/
// pref("network.protocol-handler.app.http","x-www-browser");
// pref("network.protocol-handler.app.https","x-www-browser");
// This setting is a workaround for some crashes inside the JS engine.
// By this Thunderbird will use more memory and acting slower as the sharing
// memory between interacting JS files is disabled.
pref ("javascript.options.baselinejit", false);
// Uncomment the follwing setting if you want to have a extra mail header field
// for X-Debbugs-Cc, only needed in case you have to work with the Debian
// Bug Tracking System more deeply
//pref("mail.compose.other.header", "X-Debbugs-Cc");
/*
   use this to tune your gtk2 mouse feeling
*/
// pref("widget.gtk2.dnd.threshold",25);
// pref("widget.gtk2.double_click_timeout", 300);
pref("intl.locale.requested", "");
//Auswahl, welche Addons zu aktivieren sind beim Start nicht zeigen
pref("extensions.shownSelectionUI", true);
//Mailprovider Auswahl abstellen
pref("mail.provider.enabled", false);
//Spamfilter-Deaktivieren
pref("mail.spam.logging.enabled", false);
// Disable default mail client check
pref("mail.shell.checkDefaultClient", false);
//HTML-Mail (default) ausgeschaltet
pref("mail.html_compose", false);
pref("mail.identity.default.html_compose", false);
//Automatische Proxy-Konfiguration
pref("network.proxy.type", 4);
//Drucker-Konfiguration
pref("print.postscript.enabled", true);
pref("print.postscript.cups.enabled", true);
pref("print.postscript.paper_size", "A4");
//Beim Drucken Standard-Skalierung auf 100 % gesetzt
pref("print.print_shrink_to_fit", false);
//UTF-8-Mails senden
pref("mailnews.send_default_charset", "UTF-8");
//Lernen Sie ihre Rechte kennen auf gelesen
pref("mail.rights.version", 1);
//Inline-Forward als default
pref("mail.forward_message_mode", 2);
//Auto Komprimieren aktiviert
pref("mail.prompt_purge_threshhold", true);
//Keine Performace Daten an Mozilla senden
pref("toolkit.telemetry.prompted", 2);
pref("toolkit.telemetry.rejected", true);
//Diese optionen fuer enigmail und mail redirect gibt es wohl nicht mehr, mit 
obiger option behoben.
//Enigmail
//pref("extensions.{847b3a00-7ab1-11d4-8f02-006008948af5}.update.enabled", 
false};
//Mail redirect
//pref("extensions.{CC3C233D-6668-41bc-AAEB-F3A1D1D594F5}.update.enabled", 
false};
//Menu per Alt-Tastendruck anzeigen koennen (wie bei Iceweasel)
pref("ui.key.menuAccessKeyFocuses", true);
//Beim Verfassen soll "Enter" eine neue Zeile und keinen neuen Paragraphen 
herstellen. Anders: Es soll "Choose a paragraph format" (direkt unter Subject 
beim Verfassen) auf "Body Text" und nicht "Paragraph" stehen.
pref("editor.CR_creates_new_p", false);
// eine externe Datei einlesen, wo man wieder lockPref setzen kann, ohne alles 
kaputt zu machen (in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827722 
wurde das gefixt, aber bei uns wurde das in der besagten Version kaputt gemacht)
pref("general.config.filename", "mozilla.cfg");
// obscure_value ist normalerweise auf 13 gesetzt, um extern geladene Dateien 
mit ROT13 zu verschleiern
pref("general.config.obscure_value", 0);
// neue nervige News-Seite abstellen
pref("mailnews.start_page.url", "");
// Rechtschreibeprüfung Workaround für 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944295
pref("spellchecker.dictionary_path", "/usr/share/hunspell");


-- no debconf information

Reply via email to