Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 19:53:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 221452] sysutils/consolekit2: session's active state lost when switching between virtual terminals
Message-ID:  <bug-221452-6497-nyRoIeFdf3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221452-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221452-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221452

--- Comment #29 from Olivier Duchateau <duchateau.olivier@gmail.com> ---
It's SSDM problem! I'm using Xfce with LightDM and session properties are f=
ine.

With Xorg session, I get

>gdbus introspect -y -d org.freedesktop.ConsoleKit -o /org/freedesktop/Cons=
oleKit/Session2 --only-properties
>node /org/freedesktop/ConsoleKit/Session2 {
>  interface org.freedesktop.ConsoleKit.Session {
>    properties:
>      readonly u unix-user =3D 1001;
>      readonly u user =3D 0;
>      readonly (so) Seat =3D ('Seat1', '/org/freedesktop/ConsoleKit/Seat1'=
);
>      readonly s session-type =3D 'unspecified';
>      readonly s session-class =3D 'user';
>      readonly s session-state =3D 'active';
>      readonly s remote-host-name =3D '';
>      readonly s display-device =3D '/dev/   ?   ';
>      readonly s x11-display =3D ':0';
>      readonly s x11-display-device =3D '/dev/ttyv8';
>      readonly u VTNr =3D 9;
>      readonly b active =3D true;
>      readonly b is-local =3D true;
>      readwrite b idle-hint =3D false;
>      readonly b LockedHint =3D false;
>  };
>};

The object path (/org/freedesktop/ConsoleKit/Session2) is found with follow=
ing
command:

>gdbus introspect -y -d org.freedesktop.ConsoleKit -o /org/freedesktop/Cons=
oleKit

If I switch to VT #2 (or another) I get:

>gdbus introspect -y -d org.freedesktop.ConsoleKit -o /org/freedesktop/Cons=
oleKit/Session2 --only-properties
>node /org/freedesktop/ConsoleKit/Session2 {
>  interface org.freedesktop.ConsoleKit.Session {
>    properties:
>      readonly u unix-user =3D 1001;
>      readonly u user =3D 0;
>      readonly (so) Seat =3D ('Seat1', '/org/freedesktop/ConsoleKit/Seat1'=
);
>      readonly s session-type =3D 'unspecified';
>      readonly s session-class =3D 'user';
>      readonly s session-state =3D 'online';
>      readonly s remote-host-name =3D '';
>      readonly s display-device =3D '/dev/   ?   ';
>      readonly s x11-display =3D ':0';
>      readonly s x11-display-device =3D '/dev/ttyv8';
>      readonly u VTNr =3D 9;
>      readonly b active =3D false;
>      readonly b is-local =3D true;
>      readwrite b idle-hint =3D false;
>      readonly b LockedHint =3D false;
>  };
>}

And when I switch back to VT#9 session-state is still **active**.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221452-6497-nyRoIeFdf3>