Bug 502901 - Kwin Debug Console can't be closed without window title
Summary: Kwin Debug Console can't be closed without window title
Status: CONFIRMED
Alias: None
Product: kwin
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-17 00:35 UTC by kde.slip812
Modified: 2025-05-26 06:23 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.