Stéphane GAUDICHE <stephane.gaudi...@esc-rennes.fr> a écrit :

Le 10/02/2012 15:10, Alessio Fattorini a écrit :
Hi Alessio,
Good question, i think that the only way is
* update thunderbird
how do you push Tb10ESR? Manually?

// Configure Thunderbird update
// https://wiki.mozilla.org/Software_Update
force_bool_pref("app.update.silent", true);
force_bool_pref("app.update.enabled", true);
force_bool_pref("app.update.auto", true);
force_int_pref("app.update.mode", 1);
force_char_pref("app.update.url.override","http://sogo.${domain}/thunderbird/updates.php?version=%VERSION%&target=%BUILD_TARGET%&lang=%LOCALE%";);
force_bool_pref("app.update.cert.requireBuiltIn", false);

* disable old inverse addons
It's done automatically as far I've already seen it.

// https://developer.mozilla.org/en/Installing_extensions
force_int_pref("extensions.autoDisableScopes", 0);
force_bool_pref("app.update.silent", false);
force_bool_pref("extensions.shownSelectionUI", true);

* lightning should update itself automatically
and the best for the end:

Same as above

* install "manually" new sogo-integrator (required i think)
* auto-install integrator.
Howto get that, smoothly!

Same as above


The users who updated(derived) from Tb3.1 to ... Tb10 are "safe" but
it's wired and unstable
cause it's works but with restriction [Calendar ok, mainly use, but no
button].
I was thinking for my Tb3.1+light+integrator migration's user that we
had to find a way
to provide a connector version fully compatible with Tb3.1 and Tb10esr.
This holy connector should able to push the information to Tb3.1 client
to get the right update of Tb10 (THE esr one!)
Maybe located on the sogo server, same place as the plugins folder?
i.e: https:webmail.mydomain.com/*plugins/* or  ../*Tb10esr/* (just to
allowed migration phase)

My others users  (new users in TB10ESR) are, just, waiting for the moment!

Other question: is it possible to ask to the integrator or connector to
make Tb switch to Tb10 to Tb10ESR?

You need to set this 'app.update.url.override' however the sogo extension can override any settings via 'defaults/preferences/site.js' You can push any other extension via 'chrome/content/extensions.rdf' both from the sogo-integrator extension.

I search on canal keyword but Google doesn't help me (2010 posts or blogs)
--
Stéphane
--
users@sogo.nu
https://inverse.ca/sogo/lists

Please feedback.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to