From unknown Thu Mar 28 09:33:52 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#459: [X2Go-Dev] Bug#459: PolicyKit authentication within apps often fails Reply-To: Michael DePaulo , 459@bugs.x2go.org Resent-From: Michael DePaulo Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 20 Aug 2014 14:05:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 459 X-X2Go-PR-Package: x2goserver X-X2Go-PR-Keywords: Received: via spool by 459-submit@bugs.x2go.org id=B459.140854344510869 (code B ref 459); Wed, 20 Aug 2014 14:05:01 +0000 Received: (at 459) by bugs.x2go.org; 20 Aug 2014 14:04:05 +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=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id E4B605DB17 for <459@bugs.x2go.org>; Wed, 20 Aug 2014 16:04:03 +0200 (CEST) Received: by mail-wg0-f45.google.com with SMTP id x12so7774125wgg.28 for <459@bugs.x2go.org>; Wed, 20 Aug 2014 07:04:03 -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=6x6g6tfBloD/y2phK3xVS0o4BpcDPqEvGlABun6NkV0=; b=DvenV8CA1XBNqRQuZ/yKgUvw6rKwAqnwMxB68pX6lMSW/4XLjuLzGPH2Rdyax3XmUr w7uxEupi3VPfAyzeF3I3XfACGkdKaC4cRIpfVnyCoT6yWo81nWs/qATIND/P+o3VosNR DKgyO0dF4iCgxfZULIl5l8TZa27wPIyF4fbrT94Pm+9RNxN7Ki86ajIj1IWC/kDDhrv/ YB419h/j5TY30IHQpVvGmPm9EB7ldKgsaIm5jENihYpuHEd766rPpQr4Cl0EGFljDXN0 MkBtPTiWjaefgA6jzgeAEwUzPp8ViJJcYP2Js6IAKQ8PYQvPNEcl15+Q8LhkiudhM5zZ WJKg== MIME-Version: 1.0 X-Received: by 10.180.186.3 with SMTP id fg3mr15195285wic.78.1408543443231; Wed, 20 Aug 2014 07:04:03 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Wed, 20 Aug 2014 07:04:03 -0700 (PDT) In-Reply-To: <20140820093115.Horde.TjoWeWlTUbpPl3j2vDFNFw1@mail.das-netzwerkteam.de> References: <20140820093115.Horde.TjoWeWlTUbpPl3j2vDFNFw1@mail.das-netzwerkteam.de> Date: Wed, 20 Aug 2014 10:04:03 -0400 Message-ID: From: Michael DePaulo To: Mike Gabriel Cc: 459@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Aug 20, 2014 at 5:31 AM, Mike Gabriel wrote: > Hi Michael, > > > On So 23 M=C3=A4r 2014 17:25:58 CET, Michael DePaulo wrote: > >>[...] > > > I just fixed #458 by exporting $XAUTHORITY in x2goruncommand. Thank you :) > Do you have any clue what this issue may be related to? As I don't have a= ny > of the failing apps on Debian, I cannot reproduce your test results right > away. 2 possible theories: 1. We are not integrating with ConsoleKit and/or logind properly. (Although it appears that our integration with logind is better, since Fedora 20 works better than CentOS 6.) 2. We have issues with the polcykit authentication windows not being permitted to show up. I think that there is different behavior when using XDMCP. I'll double check after work. Also, Red Hat has some KB articles on this subject. I noticed them after I bought a RHEL subscription for home. I'll look over them again, and update this bug with any relevant info. > Any hint, if this issues also occurs on Debian? I can test this with VMs. I've already created some Debian VMs for compatibility testing with X2Go. Which of the 3 releases (squeeze, wheezy and jessie) should I test? Squeeze is similar to CentOS 6 in terms of versions of packages like ConsoleKit. > Mike [...]