Missed in previous.

This commit is contained in:
ajacoutot 2022-11-10 15:10:16 +00:00
parent 0090d16257
commit 7e24665ba5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ COMMENT= next generation GNOME shell
GNOME_PROJECT= gnome-shell
# sync with meta/gnome "V" variable
GNOME_VERSION= 43.1
REVISION= 2
REVISION= 3
# GPLv2+
PERMIT_PACKAGE= Yes

View File

@ -56,7 +56,7 @@ Index: js/misc/loginManager.js
+ return this._currentSession;
+
+ try {
+ const [objectPath] = await this._proxy.GetCurrentSessionAsync(sessionId);
+ const [objectPath] = await this._proxy.GetCurrentSessionAsync();
+ this._currentSession = new ConsoleKitSession(Gio.DBus.system,
+ 'org.freedesktop.ConsoleKit', objectPath);
+ return this._currentSession;