https://bugs.kde.org/show_bug.cgi?id=516756
Bug ID: 516756
Summary: Global Menu applet causes desktop icons to disappear;
QML error activeActions.visible on null
Classification: Plasma
Product: plasmashell
Version First 6.6.1
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Global Menu widget
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: 1.0
Description
After upgrading from Plasma 6.5 to 6.6, adding the Global Menu plasmoid to a
panel causes desktop icons/files/folders (Folder View desktop) to disappear.
If I remove the Global Menu widget, desktop icons immediately come back and
work normally.
The issue is reproducible and tied to the presence of org.kde.plasma.appmenu in
panel applets.
Steps to reproduce
Use Plasma 6.6.1 with Folder View desktop icons enabled.
Add Global Menu widget (org.kde.plasma.appmenu) to panel.
Observe desktop icons/files on desktop.
Expected result
Desktop icons remain visible and functional.
Actual result
Desktop icons disappear (or stop rendering correctly) while Global Menu widget
is present.
Removing the widget restores normal desktop icon display.
Logs
journalctl --user -b repeatedly shows:
qrc:/qt/qml/plasma/applet/org/kde/plasma/appmenu/main.qml:126: TypeError:
Cannot read property 'visible' of null
The referenced line in appmenu QML is:
visible: text !== "" && activeActions.visible
This suggests activeActions can become null, causing repeated runtime QML
errors in plasmashell.
Additional context
Plasma version: plasmashell 6.6.1
Frameworks: kcoreaddons 6.23.0-1
Workaround: remove Global Menu plasmoid from panel (org.kde.plasma.appmenu) →
desktop icons return.
--
You are receiving this mail because:
You are watching all bug changes.