]> git.pld-linux.org Git - packages/seamonkey.git/commitdiff
- rediffed enable-addons patch auto/th/seamonkey-2.53.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Mar 2021 17:01:30 +0000 (18:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Mar 2021 17:01:30 +0000 (18:01 +0100)
seamonkey-enable-addons.patch

index 09cdbc8233249b337eacc8c9d8a6929eab71ef0e..1cea7b3560848effbff5d23fa26c00a8d8468b5d 100644 (file)
@@ -1,14 +1,14 @@
---- seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js.old      2011-11-21 11:20:08.000000000 +0100
-+++ seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js  2011-12-14 12:40:24.074179826 +0100
-@@ -138,7 +138,7 @@ pref("extensions.update.autoUpdateDefaul
+--- seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js.orig     2021-03-06 17:28:54.001239823 +0100
++++ seamonkey-2.53.6/comm/mail/app/profile/all-thunderbird.js  2021-03-06 17:48:10.610717566 +0100
+@@ -148,7 +148,7 @@
  // Disable add-ons installed into the shared user and shared system areas by
  // default. This does not include the application directory. See the SCOPE
  // constants in AddonManager.jsm for values to use here
 -pref("extensions.autoDisableScopes", 15);
 +pref("extensions.autoDisableScopes", 0);
  
- // Preferences for AMO integration
- pref("extensions.getAddons.cache.enabled", true);
+ // Enable add-ons installed and owned by the application, like the default theme.
+ pref("extensions.startupScanScopes", 4);
 --- seamonkey-2.53.4/comm/suite/app/profile/suite-prefs.js.orig        2020-08-10 13:28:35.000000000 +0200
 +++ seamonkey-2.53.4/comm/suite/app/profile/suite-prefs.js     2020-10-09 07:09:53.453582063 +0200
 @@ -581,7 +581,7 @@
This page took 0.14366 seconds and 4 git commands to generate.