nongnu: zotero: Skip office suite integration popup on first-launch
* nongnu/packages/productivity.scm(zotero): Set `extensions.zoteroOpenOfficeIntegration.skipInstallation`
This commit is contained in:
parent
f1930bdad1
commit
01a1fa8039
|
@ -145,7 +145,9 @@ synchronization.")
|
||||||
(("pref\\(\"app.update.enabled\", true\\)")
|
(("pref\\(\"app.update.enabled\", true\\)")
|
||||||
"pref(\"app.update.enabled\", false)")
|
"pref(\"app.update.enabled\", false)")
|
||||||
(("pref\\(\"app.update.auto\", true\\)")
|
(("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"
|
(invoke (string-append #$zip "/bin/zip") "-mf" "app/omni.ja"
|
||||||
"defaults/preferences/zotero.js")
|
"defaults/preferences/zotero.js")
|
||||||
(rmdir "defaults/preferences")
|
(rmdir "defaults/preferences")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user