Summary: | Widgets in the System Tray can no longer be disabled by default (via the main.xml file) | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | The Feren OS Dev <ferenosdev> |
Component: | System Tray widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | materka, nate |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 5.19.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/14695957a18af530d0b07026d0058b858264f3a3 | Version Fixed In: | 5.19.3 |
Sentry Crash Report: |
Description
The Feren OS Dev
2020-06-26 20:56:35 UTC
Correction* org.kde.plasma.private.systemtray/contents/config/main.xml Update: I managed to use a bit of scripting and file editing to get around this issue, however I've also come to find out that this issue also affects ANY widget in the System Tray that can be disabled in configurations. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/125 That was kind of undocumented feature... Anyway, I created Merge Request with a fix. Git commit 14695957a18af530d0b07026d0058b858264f3a3 by Konrad Materka. Committed on 30/06/2020 at 08:32. Pushed by kmaterka into branch 'Plasma/5.19'. [applet/systemtray] Load config defaults from main.xml It is possible to assign default values in main.xml, but these are not used for extraItems and knownItems. Add support for default values. FIXED-IN: 5.19.3 M +5 -3 applets/systemtray/systemtray.cpp https://invent.kde.org/plasma/plasma-workspace/commit/14695957a18af530d0b07026d0058b858264f3a3 |