Linux:
<install>/linux/prism/extensions/prism-runtime\@developer.mozilla.org/defaults/preferences/preferences.
js
Windows:
<install>/win32/prism/extensions/prism-runtime@developer.mozilla.org/defaults/preferences/preferences.
js
Mac:
<install>/macos/prism/Prism.app/Contents/Resources/extensions/prism-runtime\@developer.mozilla.org/defaults/preferences/preferences.
js
Where <install> is typically:
Linux - /home/user/zimbra/zdesktop
Win - drive:\zimbra\zdesktop\ if you started out on an earlier version, or the %USERPROFILE% enviromental variable on later versions.
Vista drive:\Users\username\AppData(hidden folder)\Local\Zimbra\zdesktop
XP drive:\Documents and Settings\username\Application Data\Zimbra\zdesktop
Mac - /users/user/zimbra/zdesktop
Quote:
pref("app.update.enabled", true); //enables or disables the background update checker; default=true
pref("app.update.auto", false); //enables background download of updates according to the policy described by app.update.mode; default=true
pref("app.update.mode", 2); //defines the policy by which background downloads are done; 0=download all; 1=download compatible; 2=download minor and prompt for major; default=1
pref("app.update.silent", false); //disables all notification UI for updates; default=false
|
You want it all off so adjust the app.update.enabled to false.
(For others: We actually have background downloading off at the moment - only the prompt is on - see
Bug 34944 - tweak background downloading of minor updates)