mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dbusService: Queue shutdown check on startup
If something started the service, but crashed before managing to make a method call, we'd end up with the service running indefinitely. Fix this by queueing a shutdown check immediately on startup. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1372
This commit is contained in:
parent
20dcc8aa87
commit
73436b5276
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ var ServiceImplementation = class {
|
|||
|
||||
// subclasses may override this to disable automatic shutdown
|
||||
this._autoShutdown = true;
|
||||
|
||||
this._queueShutdownCheck();
|
||||
}
|
||||
|
||||
// subclasses may override this to own additional names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue