https://bugs.kde.org/show_bug.cgi?id=440496
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/1d0e75bc5ceb | |8144b30386e549608b7d7b89190 | |e --- Comment #8 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 1d0e75bc5ceb8144b30386e549608b7d7b89190e by Fushan Wen. Committed on 16/12/2021 at 09:59. Pushed by fusionfuture into branch 'master'. x11client: Replace activityList with m_activityList KWin does not update activity status when setting `_KDE_NET_WM_ACTIVITIES` to nullUuid outside of KWin, which causes "All Activities" not working as expected for KWindowSystem. `X11Client::activityList` is not kept in sync with `AbstractClient::m_activityList`. Move `m_activityList` from private to protected, and use it in `X11Client::readActivities` M +2 -1 src/abstract_client.h M +5 -5 src/x11client.cpp M +0 -1 src/x11client.h https://invent.kde.org/plasma/kwin/commit/1d0e75bc5ceb8144b30386e549608b7d7b89190e -- You are receiving this mail because: You are watching all bug changes.