https://bugs.kde.org/show_bug.cgi?id=447102
--- Comment #6 from Soren Stoutner <so...@stoutner.com> --- I just did a bit of testing with the following results (testing was done with a Debian testing installation, which is currently running KDE Plasma 5.26.0 and Konqueror 21.12.3). Konqueror does not open on every login when the following is true: Preload an instance after desktop startup: false Always try to have one preloaded instance: false Preload an instance after desktop startup: true Always try to have one preloaded instance: false Preload an instance after desktop startup: true Always try to have one preloaded instance: true Konqueror opens on every login when the following is true: Preload an instance after desktop startup: false Always try to have one preloaded instance: true In addition, there must be a running Konqueor instance when the user logged off (and KDE must be set to restore the last session). However--and this is the kicker that makes this feel like a bug--Konqueror does not need to have a visible window when the user logged off for this to be triggered because closing all of Konqueror's windows does not actually close Konqueror. So, my understanding of how this has happened. 1) The defaults for Konqueror are set to `Preload an instance after desktop startup: false` and `Always try to have one preloaded instance: true`. 2) A user is curious and opens Konqueror. They then close it, but by default it continues to run in the background. 3) Konqueror then opens up every time they log in going forward. They close it every time and it pops back up on the next login. They can't figure out why this is happening. If the user manually kills the Konqueror instance before logging off it won't pop up again the next time. Or, if a user unchecks `Always try to have one preloaded instance`, they can also get rid of this behavior. Either way, it seems that this represents unintentional behavior. I would assume that the default should be for `Always try to have one preloaded instance` to be false, as that is probably what the majority of users desire. -- You are receiving this mail because: You are watching all bug changes.