Skip to content

xcb: Update _NET_SUPPORTED when the window manager changes it

David Edmundson requested to merge (removed):5.15 into kde/5.15

In some cases, the application may start before the window manager, and in some window managers _NET_SUPPORTED may be changed. These situations will cause the _NET_SUPPORTED value obtained by Qt to be inconsistent with the window manager.

Fixes: QTBUG-91396 Change-Id: I63c6934ad2538cdb9f05926b3748216bd0dcf04e Reviewed-by: Tor Arne Vestbø tor.arne.vestbo@qt.io

(cherry picked from commit acb0065c)

Fixes KDE level bug: 449196

Merge request reports