https://bugs.kde.org/show_bug.cgi?id=517076
Bug ID: 517076
Summary: Context menu wont open on right click
Classification: Plasma
Product: plasmashell
Version First master
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Desktop icons & Folder View widget
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
When right clicking desktop, context menu wont open.
STEPS TO REPRODUCE
1. Have two activities
2. Switch to other activity
3. Desktop context menu wont open on right click
SOFTWARE/OS VERSIONS
Operating System: KDE Linux 2026-03-04
KDE Plasma Version: 6.6.80
KDE Frameworks Version: 6.24.0
Qt Version: 6.10.2
Kernel Version: 6.18.13-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 16 GiB of RAM (15.5 GiB usable)
Graphics Processor: AMD Radeon RX 6600
ADDITIONAL INFORMATION
This seems to be some weird config issue.
I have narrowed it down to these two settings, in
`plasma-org.kde.plasma.desktop-appletsrc`
```
[ActionPlugins][0][RightButton;NoModifier]
_add panel=false
_context=true
_display_settings=true
_lock_screen=false
_logout=false
_open_terminal=false
_run_command=false
_sep1=true
_sep2=true
_sep3=true
_sep4=true
_wallpaper=true
add widgets=false
configure=true
configure shortcuts=false
desktop edit mode=true
manage activities=true
remove=true
[ActionPlugins][1]
RightButton;NoModifier=org.kde.contextmenu
```
If I change the `[0]` to `[1]`, it starts working again.
I have no idea what causes this, or why it creates one for `[0]` and confusing
it.
--
You are receiving this mail because:
You are watching all bug changes.