https://bugs.kde.org/show_bug.cgi?id=401103
--- Comment #28 from Alexander Ewering <[email protected]> --- (In reply to Till Schäfer from comment #27) > (In reply to Alexander Ewering from comment #26) > > I'm not sure if this is related, but I remember that I had the general > > problem that KDE applications would randomly revert to launching maximized, > > no matter how many window rules I defined for them. > > > > I fixed it by running the following script one a minute from Cron: > > > > cd /home/intrr/.config > > sed -i 's/^Window-Maximized.*true//' konsolerc dolphinrc systemsettingsrc > > okularrc gwenviewrc kolourpaintrc kwriterc kdialogrc > > that analysis would fit my case Okay... so this is odd then. Of course, user-defined window rules should always have priority over anything the app itself decides. I know, I'm probably missing technical details (sorry!), but yeah... in essence, that should be the outcome. From what I understand, some apps change the window size very quickly after launch, but unfortunately also AFTER the "Apply initially" rules have been applied. So, a classical race condition then. -- You are receiving this mail because: You are watching all bug changes.
