Re: Kate slowing down...
Alexander Neundorf <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <7807559.8GaELOXPNX@unknown0090f5ef9f13> |
Hi, On Dienstag, 8. März 2022 19:03:31 CET Sven Brauch wrote: > Hi, > > sorry, you need to chown it to your user before because it was written > as root: > > sudo chown alex perf.data ah, I should have seen this, sorry. From a quick look the results seem to point to qt_qFindChildren_helper(), which seems to be called from KAcceleratorManager::manage(). At least this seems to be related to key strokes, and the more open documents, the more Qt children there are I guess, so it could make sense. I'll look a bit more into this. Thanks for the help Alex