Created attachment 181604 [details] Video with demonstration of the bug SUMMARY Plasma ignores all input when Advanced Options Dialog in Application Properties Dialog (opened from Plasma, not from other apps) is open. STEPS TO REPRODUCE 1. Get any .desktop file on Plasma Desktop. 2. Open its properties. 3. Switch to Application tab. 4. Click Advanced Options. OBSERVED RESULT Plasma stops registering any input events. EXPECTED RESULT Plasma should work as normal. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.12.29-1-lts (64-bit) Graphics Platform: Wayland Processors: 12 × 12th Gen Intel® Core™ i5-1235U Memory: 15.4 GiB of RAM Graphics Processor: Intel® Graphics ADDITIONAL INFORMATION See video in attachment with demonstration
Get same bug: Operating System: CachyOS Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.14.7-2-cachyos (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 8700F 8-Core Processor Memory: 30.9 ГиБ of RAM Graphics Processor: NVIDIA GeForce RTX 2060 SUPER Manufacturer: Micro-Star International Co., Ltd. Product Name: MS-7E24 System Version: 1.0
Can confirm. It's because that's a modal dialog, which blocks all its parent windows, and in this case its final parent window is Plasmashell!
(In reply to Nate Graham from comment #2) > Can confirm. It's because that's a modal dialog, which blocks all its parent > windows, and in this case its final parent window is Plasmashell! More like is it. I can use keys-modificates or use commands for kwin (cube and others) but not click in others windows. Problem think in focusing.
Same happens with Advanced Permissions dialog
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1901
Git commit 9143fc2a5962d190e36f6e99d9ca1c02506097a5 by Akseli Lahtinen. Committed on 22/05/2025 at 14:35. Pushed by akselmo into branch 'master'. Fix dialog modality settings By default all dialogs are ApplicationModal, thus they block clicking on any other app while the dialog is open. Set them to WindowModal so they only block the parent window. M +2 -0 src/widgets/kpropertiesdialogbuiltin_p.cpp https://invent.kde.org/frameworks/kio/-/commit/9143fc2a5962d190e36f6e99d9ca1c02506097a5
*** Bug 487240 has been marked as a duplicate of this bug. ***
(In reply to Roke Julian Lockhart Beedell from comment #7) Although https://bugs.kde.org/show_bug.cgi?id=487240 was first to be reported, I thought it was correct to mark it as a duplicate of this, since this issue is where the development occurred. Apologies if I got it the wrong way around.
Nope, that's just fine!