Skip to content

Do not mess focuschain on manual session save

Roland Pallai requested to merge rpallai/kwin:focuschain-vs-sessionsave into master

It is an annoying little issue especially if session saving is non interactive (eg timer based). I have not found side-effects of this change (yet).

Backtrace:

  • X11Window::updateActivities
  • X11Window::setSessionActivityOverride
  • SessionManager::storeClient
  • Manager::storeSession

Merge request reports