From owner-freebsd-gnome@freebsd.org Mon May 25 19:53:13 2020 Return-Path: Delivered-To: freebsd-gnome@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 158832C90DB for ; Mon, 25 May 2020 19:53:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49W77D6Ytfz4SjB for ; Mon, 25 May 2020 19:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E12DC2C8F47; Mon, 25 May 2020 19:53:12 +0000 (UTC) Delivered-To: gnome@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0ECC2C8F46 for ; Mon, 25 May 2020 19:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49W77D4WnKz4Sty for ; Mon, 25 May 2020 19:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96CEB175BE for ; Mon, 25 May 2020 19:53:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 04PJrC6S099210 for ; Mon, 25 May 2020 19:53:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PJrCMX099209 for gnome@FreeBSD.org; Mon, 25 May 2020 19:53:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 221452] sysutils/consolekit2: session's active state lost when switching between virtual terminals Date: Mon, 25 May 2020 19:53:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: duchateau.olivier@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 19:53:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221452 --- Comment #29 from Olivier Duchateau --- 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.=