Skip to content

WIP: overview: Treat desktop extensions the same as desktop windows

Daniel van Vugt requested to merge vanvugt/gnome-shell:new-fade-desktop into master

We don't have desktop windows anymore since those came from nautilus-desktop. But we can reuse the same function to return a desktop-style actor if one has been added by extension, like https://gitlab.gnome.org/World/ShellExtensions/desktop-icons

This allows the desktop icons to fade out and in with the overview, just like Nautilus used to, using the same logic written for Nautilus.

Fixes: https://bugs.launchpad.net/bugs/1847712

Edited by Daniel van Vugt

Merge request reports