SUMMARY Open the settings dialog for the tray. Click on the vertical tab categories like "Entries", "General", etc. Journalctl logs the following: Entries ``` plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml:0:1: QML ConfigEntries: Created graphical object was not placed in the graphics scene. plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_extraItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_hiddenItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_iconSpacing plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_iconSpacingDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_knownItems plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_knownItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_pin plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_pinDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_scaleIconsToFit plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_scaleIconsToFitDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_showAllItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml: Setting initial properties failed: ConfigEntries does not have a property called cfg_shownItemsDefault ``` General ``` plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml:15:1: QML ConfigGeneral: Created graphical object was not placed in the graphics scene. plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_extraItems plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_extraItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_hiddenItems plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_hiddenItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_iconSpacingDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_knownItems plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_knownItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_pin plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_pinDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_scaleIconsToFitDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_showAllItems plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_showAllItemsDefault plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_shownItems plasmashell: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml: Setting initial properties failed: ConfigGeneral does not have a property called cfg_shownItemsDefault ``` SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20241007 KDE Plasma Version: 6.2.0 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.3 Graphics Platform: Wayland
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. ***