-
Notifications
You must be signed in to change notification settings - Fork 736
Closed
Labels
Description
Please confirm these before moving forward.
- I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
- This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
- This improvement is not a bug. If you want to report a bug, please use this template.
Describe the improvement
Currently, the process looks like this:
- Suddenly, a random CMD window pops up, then closes after a few seconds.
- Next, an upgrade prompt pops up from UniGetUI.
- The user is forced to decide whether to install the new version or not.
- The new version installs.
The problem is that all this may happen at a random moment. For instance, just today I had the pop-ups show when I was in the middle of conducting a university class, which is not acceptable. As there is no way to control automatic upgrades, I'm basically forced to disable them.
I think the best way to prevent such issues would be to implement a fully silent automatic upgrade mechanism. Alternatively, automatic upgrades could occur only at a specific moment, e.g. on system start, and not in the middle of work.
Describe how this improvement could help users
Silent or predictable (e.g. on boot) upgrades would prevent pop-ups from showing randomly in the middle of important work, while delivering a presentation, etc.
Reactions are currently unavailable