Summary: | Plasma settings dialogs: [Component] does not have a property called cfg_XYZ | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | postix <postix> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | ASSIGNED --- | ||
Severity: | minor | CC: | akselmo, bugs.kde.org, cwo.kde, istankovic, kde, materka, nate, nepnep, notmart, orblazer.minecraft+kde |
Priority: | NOR | ||
Version: | 6.2.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
postix
2024-10-10 12:23:31 UTC
Can confirm Operating System: Fedora Linux 40 KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.7.0 Qt Version: 6.7.2 Kernel Version: 6.10.12-200.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: AMD Radeon RX 6600 the only workaround would be defining all such properties in ConfigEntries. the architecture of the plasmoid configuration window is not great and doesn't really distinguish what page configures what property, so it 's trying to assign such properties to every sub-page of the config dialog it's opening, even tough some are in the general page, some are in the entries page. it's needed some change in architecture *** Bug 484272 has been marked as a duplicate of this bug. *** Does not only apply to system tray, but all plasmoid configuration. olib has a proposed fix here, but it still needs some work: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2619#note_1074215 This already has a duplicate marked and more recent activity, so I'm merging the older one in here, but see that one also for some discussion. *** Bug 484541 has been marked as a duplicate of this bug. *** *** Bug 500344 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2913 |