Skip to content

layout: Show system background and animate on the same frame

Daniel van Vugt requested to merge vanvugt/gnome-shell:seamless-startup into master

Previously we'd show the system background and then wait till the main loop was idle before beginning the shell startup animation. This resulted in one initial frame that was always just the system background.

Now we try to get both the system background and the startup animation begun on the same first frame.

Edited by Daniel van Vugt

Merge request reports