Skip to content

backgroundManager: Always emit 'loaded' signal

Florian Müllner requested to merge fmuellner/gnome-shell:bg-loaded into master

As backgrounds are cached, it is possible that we never emit the 'loaded' signal added in commit f386103b. We are relying on the signal though, so do the same as Background and emit the signal from an idle if the background was already loaded.

Fixes #3009 (closed)

Edited by Florian Müllner

Merge request reports