| Summary: | KMainWindow saves auto settings too often: this can freeze applications | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | Amaury Pouly <amaury.pouly> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | a.samirh78, nate, pollux66 |
| Priority: | NOR | ||
| Version First Reported In: | 5.94.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/kxmlgui/-/commit/e4eb1a15f3d83916e5b6e395ebc5b25292fa7a7d | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | example code to reproduce | ||
|
Description
Amaury Pouly
2022-07-01 11:47:52 UTC
The link in your post is to a source file in kdelibs, which was split into multiple repos many years ago, kmainwindow.cpp is now in KXmlGui; do you see this problem with recent KF5 versions? Yes, the problem occurs on my machine with KDE framework 5.94.0. Here is the link of the kmainwindow file that still contains the same code: https://github.com/KDE/kxmlgui/blob/master/src/kmainwindow.cpp A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/268 Git commit e4eb1a15f3d83916e5b6e395ebc5b25292fa7a7d by Christoph Cullmann. Committed on 26/01/2025 at 17:18. Pushed by cullmann into branch 'master'. don't trigger sync of config always at same time to avoid clashes if x instances are running M +5 -2 src/kmainwindow.cpp https://invent.kde.org/frameworks/kxmlgui/-/commit/e4eb1a15f3d83916e5b6e395ebc5b25292fa7a7d *** Bug 497846 has been marked as a duplicate of this bug. *** *** Bug 451059 has been marked as a duplicate of this bug. *** |