summaryrefslogtreecommitdiff
path: root/science/linux-zotero/files
diff options
context:
space:
mode:
Diffstat (limited to 'science/linux-zotero/files')
-rw-r--r--science/linux-zotero/files/patch-defaults_preferences_local-settings.js6
-rw-r--r--science/linux-zotero/files/patch-mozilla.cfg6
-rw-r--r--science/linux-zotero/files/zotero-wrapper.in3
3 files changed, 15 insertions, 0 deletions
diff --git a/science/linux-zotero/files/patch-defaults_preferences_local-settings.js b/science/linux-zotero/files/patch-defaults_preferences_local-settings.js
new file mode 100644
index 000000000000..04d675f3fcfa
--- /dev/null
+++ b/science/linux-zotero/files/patch-defaults_preferences_local-settings.js
@@ -0,0 +1,6 @@
+--- defaults/preferences/local-settings.js.orig 2021-11-03 15:32:28 UTC
++++ defaults/preferences/local-settings.js
+@@ -0,0 +1,3 @@
++// Disable automatic updates.
++pref("general.config.obscure_value", 0);
++pref("general.config.filename", "mozilla.cfg");
diff --git a/science/linux-zotero/files/patch-mozilla.cfg b/science/linux-zotero/files/patch-mozilla.cfg
new file mode 100644
index 000000000000..4737c528585d
--- /dev/null
+++ b/science/linux-zotero/files/patch-mozilla.cfg
@@ -0,0 +1,6 @@
+--- mozilla.cfg.orig 2021-11-03 15:33:11 UTC
++++ mozilla.cfg
+@@ -0,0 +1,3 @@
++//
++lockPref("app.update.enabled", false);
++lockPref("app.update.auto", false);
diff --git a/science/linux-zotero/files/zotero-wrapper.in b/science/linux-zotero/files/zotero-wrapper.in
new file mode 100644
index 000000000000..bc2880dc8e31
--- /dev/null
+++ b/science/linux-zotero/files/zotero-wrapper.in
@@ -0,0 +1,3 @@
+#! /bin/sh -
+
+exec %%LOCALBASE%%/bin/bash %%DATADIR%%/zotero "$@"