https://bugs.kde.org/show_bug.cgi?id=439027

tamim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from tamim <[email protected]> ---
Copy of my comment here
https://invent.kde.org/utilities/yakuake/-/merge_requests/42#note_288516


This happens because the `Qt::Tool` flag sets the
`Qt::WA_X11NetWmWindowTypeUtility` attribute. Making it an utility window which
messes with the focus handling.

I didn't test this,yet. But clearing the attribute by something like 
`setAttribute(Qt::WA_X11NetWmWindowTypeUtility, false);` should fix this, I
think.

Simply forcing the window type to "normal window" with a window rule fixes the
issue

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to