Summary: | System Activity window doesn't remember it resized parameters | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | qkex |
Component: | Process Controller - krunner part | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, nate, plasma-bugs, popov895 |
Priority: | NOR | ||
Version: | 5.14.1 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/892c5a27b427b63b8faa4cd5f92141040fd0fcd1 | Version Fixed In: | 5.25 |
Sentry Crash Report: |
Description
qkex
2018-10-25 15:15:22 UTC
Same on Plasma 5.18.3 (KDE Neon 5.18, Frameworks 5.68.0, Qt 5.14.1, KWin) A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1430 Git commit 892c5a27b427b63b8faa4cd5f92141040fd0fcd1 by Nate Graham, on behalf of Eugene Popov. Committed on 03/03/2022 at 21:17. Pushed by ngraham into branch 'master'. SystemMonitor: Port to KMainWindow Currently, KSystemActivityDialog is derived from QDialog and therefore has several limitations: * it doesn't save and restore its size and position * it doesn't respect Window Placement settings (it always opens in the center) Porting it to KMainWindow removes these limitations and saves the user from creating window rules to get around them. FIXED-IN: 5.25 M +28 -33 systemmonitor/ksystemactivitydialog.cpp M +6 -9 systemmonitor/ksystemactivitydialog.h M +4 -2 systemmonitor/main.cpp https://invent.kde.org/plasma/plasma-workspace/commit/892c5a27b427b63b8faa4cd5f92141040fd0fcd1 |