https://bugs.kde.org/show_bug.cgi?id=399149
--- Comment #48 from Michail Vourlakos <mvourla...@gmail.com> --- (In reply to Alexandre Pereira from comment #47) > I think I solved it ( I can be wrong, as the history of this bug report > shows ) > > I think the latte-dock high cpu usage with when kwin is using a rule that > compares the title. > > So in the konsole test, i removed the title comparison rule and it stopped > using high cpu. Also with my custom wine app it did the same ! what is happening is that your app is changing too often its title with no reason (probably because of the time shown). Each time because the title is changes the kwin rule needs to recheck if the kwin rule criteria are still applied and this goes on forever until the app is closed. Latte cant do something about it, only way is if KWin blocks this or the app does not send all these signals all the time -- You are receiving this mail because: You are watching all bug changes.