Feature #2392
RCP: 0.7.9, desactivate update on startup
Status: | New | Start date: | 06/07/2018 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Startup | Spent time: | - | |
Target version: | TXM 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
History
#1 Updated by Serge Heiden over 5 years ago
- Priority changed from Normal to High
#2 Updated by Sebastien Jacquot over 5 years ago
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 Updated by Sebastien Jacquot over 5 years ago
- Target version changed from TXM 0.8.0a (split/restructuration) to TXM 0.8.0
#4 Updated by Matthieu Decorde over 4 years ago
- Target version changed from TXM 0.8.0 to TXM X.X