mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
e5272c84d7
commit
fdac0602db
1 changed files with 2 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ var Background = GObject.registerClass({
|
|||
this.set_color(color);
|
||||
else
|
||||
this.set_gradient(shadingType, color, secondColor);
|
||||
|
||||
this._setLoaded();
|
||||
}
|
||||
|
||||
_watchFile(file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue