mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
main: register with session manager explicitly
Mutter now makes session registration an explicit required step. This is so we can tell the session manager when we're ready to move on to the next phase. This commit calls the new Meta.register_with_session() api after we're initialized. https://bugzilla.gnome.org/show_bug.cgi?id=694876
This commit is contained in:
parent
b394d184cc
commit
57eae1be43
1 changed files with 3 additions and 0 deletions
|
|
@ -168,6 +168,9 @@ function startSession() {
|
|||
// initiate logouts.
|
||||
EndSessionDialog.init();
|
||||
|
||||
// We're ready for the session manager to move to the next phase
|
||||
Meta.register_with_session();
|
||||
|
||||
_startDate = new Date();
|
||||
|
||||
log('GNOME Shell started at ' + _startDate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue