From mikedep333@gmail.com Wed Aug 20 15:49:21 2014 Received: (at 457) by bugs.x2go.org; 20 Aug 2014 13:49:22 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 4C88C5DB17 for <457@bugs.x2go.org>; Wed, 20 Aug 2014 15:49:21 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id k14so7798046wgh.8 for <457@bugs.x2go.org>; Wed, 20 Aug 2014 06:49:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=wZ2kXNgoLacN7t91xAYIY23Vdgc3lG84idxZ2fFwmeY=; b=oQmDbbqHYCUOS5JBQ2q+u76O8MQQUh4Z5e1/PyZ5ppg6N9rUEfAQF/hto6q0yVdEr8 RvCBkZChxyy0Zod6Vl0x9vtTQ8L9uwjNWEYuzn2BhPXo/XPdg9nYy5SwRcmFd/fEP+tT Mg8lpC8c2gOVWW71hDou8J3t3xB1VuemiJTtTdDvYHkHn+ybDKFG5KruGrGTqnnwv0Y8 0gKsNACLJLwyalLGVGZxjGNDSwoZXKFQrem+ejXIXHfp30PsQy7qkBXCf3RrvmlNx1Mv hp/009Lqo8AIzw0JsdmJYSOe0dEXKZD2fiinadsIVOlon6buMaOwcTO5RsQHpezyAEcj cC2A== MIME-Version: 1.0 X-Received: by 10.194.6.233 with SMTP id e9mr60158401wja.29.1408542560746; Wed, 20 Aug 2014 06:49:20 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Wed, 20 Aug 2014 06:49:20 -0700 (PDT) In-Reply-To: <20140820105730.Horde.SeiuhYTQmhlp89Ew8vpjqg6@mail.das-netzwerkteam.de> References: <20140820105730.Horde.SeiuhYTQmhlp89Ew8vpjqg6@mail.das-netzwerkteam.de> Date: Wed, 20 Aug 2014 09:49:20 -0400 Message-ID: Subject: Re: [X2Go-Dev] Bug#457: Fwd: polkit-gnome-authentication-agent-1 fails to start on specific distros From: Michael DePaulo To: Mike Gabriel Cc: 457@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Aug 20, 2014 at 6:57 AM, Mike Gabriel wrote: > Hi Michael, > > > On Sa 22 M=C3=A4r 2014 16:44:34 CET, Michael DePaulo wrote: > >>[...] > > > I assume that this GNOME polkit daemon is from GNOMEv2(?). > > Any chance you can provide me with a link to the source code? `yum provides /usr/libexec/polkit-gnome-authentication-agent-1` determined that the binary package is "polkit-gnome-0.96-3.el6.x86_64". More info is here. the binary package and the source package are both "polkit-gnome": http://pkgs.org/centos-6/centos-x86_64/polkit-gnome-0.96-3.el6.x86_64.rpm.h= tml For some reason the package is not on http://git.centos.org. Maybe it does not exist in CentOS 7. Either way, the source rpm is here, dated 2010-08-17: ftp://ftp.redhat.com/redhat/linux/enterprise/6Server/en/os/SRPMS/polkit-gno= me-0.96-3.el6.src.rpm > Before you do this, please check if the X2Go Session is using > x2goserver-xsession and if the session is launched (via xinitrc or so) wi= th > prefixed ck-launch-session. Whether I login locally or over x2go, running `ps -ef` does not list any commands prefixed with ck-launch-session. However, `ck-list-sessions` lists the local session, but not the X2Go sessi= on. Also, note: $ cat /usr/share/xsessions/gnome.desktop | grep Exec Exec=3Dgnome-session TryExec=3Dgnome-session > In Debian/Ubuntu, this is handled via /etc/X11/Xsession.d/90consolekit. > Something equivalent should exist for RHEL-6 based distros. It appears that the ConsoleKit integration is located in these 3 scripts: /etc/X11/xinit/xinitrc /etc/X11/xinit/xinitrc-common /etc/X11/xinit/Xsession > Mike [...] -Mike#2