nongnu: zotero: Skip office suite integration popup on first-launch

* nongnu/packages/productivity.scm(zotero):
Set `extensions.zoteroOpenOfficeIntegration.skipInstallation`
This commit is contained in:
antlers 2024-11-01 20:51:12 -07:00
parent f1930bdad1
commit 01a1fa8039
No known key found for this signature in database
GPG Key ID: C31015D96620A955

View File

@ -145,7 +145,9 @@ synchronization.")
(("pref\\(\"app.update.enabled\", true\\)")
"pref(\"app.update.enabled\", false)")
(("pref\\(\"app.update.auto\", true\\)")
"pref(\"app.update.auto\", false)"))
"pref(\"app.update.auto\", false)")
(("pref\\(\"extensions.zoteroOpenOfficeIntegration.skipInstallation\", false\\)")
"pref(\"extensions.zoteroOpenOfficeIntegration.skipInstallation\", true)"))
(invoke (string-append #$zip "/bin/zip") "-mf" "app/omni.ja"
"defaults/preferences/zotero.js")
(rmdir "defaults/preferences")