Feature #2392
RCP: 0.7.9, desactivate update on startup
Statut: | New | Début: | 07/06/2018 | |
---|---|---|---|---|
Priorité: | High | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Startup | Temps passé: | - | |
Version cible: | TXM 0.X.X |
Description
Currently, TXM looks for updates at startup, this may lead to freezing, etc.
Solution 1¶
- remove the code launching update at startup
- +Eclipse option
Historique
#1 Mis à jour par Serge Heiden il y a plus de 7 ans
- Priorité changé de Normal à High
#2 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
See: http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application
and this type of preferences in plugin_customization.ini:
# check for updates on startup org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=true org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-startup # remind the user every 4 hours org.eclipse.equinox.p2.ui.sdk.scheduler/remindOnSchedule=true # see AutomaticUpdatesPopup, values can be "30 minutes", "Hour", "4 Hours" org.eclipse.equinox.p2.ui.sdk.scheduler/remindElapsedTime=4 Hours # download updates before notifying the user org.eclipse.equinox.p2.ui.sdk.scheduler/download=true
#3 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Version cible changé de TXM 0.8.0a (split/restructuration) à TXM 0.8.0
#4 Mis à jour par Matthieu Decorde il y a plus de 6 ans
- Version cible changé de TXM 0.8.0 à TXM 0.X.X