-
Notifications
You must be signed in to change notification settings - Fork 181
Description
Is your feature request related to a problem? Please describe.
Updating Linux is an easy-going and everyday task. However, during an update, Mint Update will repeatedly steal window focus. I don't understand why this is, as it could easily and harmlessly happen in the background, and it's hard to think of a situation which would actually demand my already-occupied attention, immediately, from Mint Update. An icon change in the task bar, which it already does, is already more than enough.
Describe the solution you'd like
It just doesn't need to steal window focus. Probably ever. If I'm either trying to watch a movie or play a game, or (in my case more often) working on a major multimedia project, it completely breaks my flow.
Describe alternatives you've considered
Additional context
Generally speaking, focus stealing (and modal windows) is a relic mistake from the early days of X; when, presumably, there might have been situations which required immediate attention, such as entering a password at the time. However, in today's world (including with passwords) there's never a justification for stealing control and flow from the user, and it can even be dangerous—what if a click is intercepted by this window, which was intended for the frame it's covering up? Stranger things have happened.