background: Mark pattern backgrounds as loaded
Otherwise we don't let GNOME Shell startup to proceed. Noticed by accidentally running on the memory GSettings backend. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1381
This commit is contained in:
parent
98ab6ae70d
commit
c2ba11425c
@ -347,6 +347,8 @@ var Background = GObject.registerClass({
|
|||||||
this.set_color(color);
|
this.set_color(color);
|
||||||
else
|
else
|
||||||
this.set_gradient(shadingType, color, secondColor);
|
this.set_gradient(shadingType, color, secondColor);
|
||||||
|
|
||||||
|
this._setLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
_watchFile(file) {
|
_watchFile(file) {
|
||||||
|
Loading…
Reference in New Issue
Block a user