Skip to content

core: Only trigger MetaWorkspace::window-* on toplevel window types

Carlos Garnacho requested to merge wip/carlosg/avoid-app-updates-2 into master

Popups and other override-redirect windows are irrelevant to all listeners of MetaWorkspace::window-*. Ignoring those windows will namely result in less activity on ShellWindowTracker, less ShellApp::windows-changed signal emissions and less AppMenuButton updates.

Reduces gnome-shell CPU activity while typing on the Epiphany addressbar, as the pop up animation there results in a number of xdg_popup being created and destroyed.

#556 (closed)

Merge request reports