Skip to content

shell/app-system: Retrack windows if necessary

Florian Müllner requested to merge fmuellner/gnome-shell:retrack-windows into main

We currently don't update running apps when the set of installed apps changes. However we should, as the change could mean that

  • the app got uninstalled, and the running app should become window-backed

  • a newly installed app got launched before the app cache was updated, and we replace the window-backed fallback with the proper app

Fixes #5664 (closed)

Merge request reports