Summary: | Add Chart as Desktop Widget on System Monitor Overview page does not do anything | ||
---|---|---|---|
Product: | [Applications] plasma-systemmonitor | Reporter: | Peter <sunspark> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahiemstra, kde, nate, plasma-bugs |
Priority: | HI | Keywords: | regression |
Version: | 5.27.10 | ||
Target Milestone: | --- | ||
Platform: | SteamOS | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/750c5f8e218db946469c991dc32910c283e85cd5 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 462335 |
Description
Peter
2024-11-27 19:32:57 UTC
Can confirm on current git master too. It works for me on on git master. Nate can you share logs of plasmashell maybe when it fails? Unfortunately there is no log output from plasmashell when it fails to create a widget in this manner. :/ Found the problem: it gets added to the wrong containment! Widgets gets added to my secondary containment. When I have two screens, the widgets are visible there. When I unplug the screen, the widgets remain there, and newly-created widgets get added there anyway despite the fact that the containment is not visible. peter, can you reproduce this? If you connect a second screen, do you find that it's full of system monitor widgets? A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/334 Git commit dda55879416db22205248806a8c684a7ea76b352 by David Redondo. Committed on 14/01/2025 at 10:22. Pushed by davidre into branch 'master'. Always add widget to the first screen desktopsForActivity can contain containments that are not active at the moment. Instead always add it to the containment of the first screen which is more predictable than the current behavior. FIXED-IN: 6.3 M +1 -2 src/page/WidgetExporter.cpp https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/dda55879416db22205248806a8c684a7ea76b352 Git commit 750c5f8e218db946469c991dc32910c283e85cd5 by David Redondo. Committed on 14/01/2025 at 10:31. Pushed by davidre into branch 'Plasma/6.3'. Always add widget to the first screen desktopsForActivity can contain containments that are not active at the moment. Instead always add it to the containment of the first screen which is more predictable than the current behavior. FIXED-IN: 6.3 (cherry picked from commit dda55879416db22205248806a8c684a7ea76b352) Co-authored-by: David Redondo <kde@david-redondo.de> M +1 -2 src/page/WidgetExporter.cpp https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/750c5f8e218db946469c991dc32910c283e85cd5 |