You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
I run steam via steamvm, but notification windows are still unmanaged.
From kde System Settings - "Window Management" - "Window Rules" I press "Detect Window Properties" and click on a notification from steam. Then in Window Rules I see Error window saying: Could not detect window properties. The window is not managed by KWin.
The text was updated successfully, but these errors were encountered:
Setting of managed windows is done inside of name_changed function, but it is for some reason not invoked for notification windows. Probably, need to add additional condition for that case.
I have found out that following worked (notifications become managed windows).
In the INTERCEPT XChangeProperty function at line 276 add
name_changed(dpy, w, data, n);
So the name_changed function is called at every property change.
I run steam via steamvm, but notification windows are still unmanaged.
From kde System Settings - "Window Management" - "Window Rules" I press "Detect Window Properties" and click on a notification from steam. Then in Window Rules I see Error window saying: Could not detect window properties. The window is not managed by KWin.
The text was updated successfully, but these errors were encountered: