Bug 502901

Summary: Kwin Debug Console can't be closed without window title
Product: [Plasma] kwin Reporter: kde.slip812
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: CONFIRMED ---    
Severity: minor CC: bugs.kde.org, nate, samimbr89
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description kde.slip812 2025-04-17 00:35:49 UTC
SUMMARY

Kwin Debug Console can't be closed with ESC nor any of the following Kwin shortcuts (Plasma Settings > Shortcuts > Kwin): Close Window: Quit Window: Kill Window. The only way to close it is by keeping its window titlebar enabled.

STEPS TO REPRODUCE
1. Plasma Settings > Window Decorations > Edit button on Breeze (Breeze Window Decoration) > Window Specific Overrides
2. Add and apply a window override: "Window Class Name" selected, regex to match: `.*`
3. Open Kwin Debug Console

WORKAROUND

Replace the regex `.*` with `^((?!Debug Console).)*$ ` to exclude the Kwin Debug Console.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Comment 1 Sami MBr 2025-05-09 20:06:15 UTC
++ 
kwin debug console is not a separate window nor a process and so we dont know how to close it via terminal or anything.