From unknown Wed Apr 15 05:00:02 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#1631: KDE needs pty to work.
Reply-To: Arne Wichmann <aw@anhrefn.saar.de>, 1631@bugs.x2go.org
Resent-From: Arne Wichmann <aw@anhrefn.saar.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Sun, 01 Dec 2024 18:55:02 +0000
Resent-Message-ID: <handler.1631.B.17330792821779132@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: report 1631
X-X2Go-PR-Package: x2gobroker-agent
X-X2Go-PR-Keywords: 
Received: via spool by submit@bugs.x2go.org id=B.17330792821779132
          (code B); Sun, 01 Dec 2024 18:55:02 +0000
Received: (at submit) by bugs.x2go.org; 1 Dec 2024 18:54:42 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
	ymir.das-netzwerkteam.de
X-Spam-Level: *
X-Spam-Status: No, score=1.0 required=3.0 tests=BAYES_50,DKIM_INVALID,
	DKIM_SIGNED,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED,
	RCVD_IN_VALIDITY_SAFE_BLOCKED,SPF_HELO_NONE,URIBL_BLOCKED autolearn=no
	autolearn_force=no version=3.4.4
Received: from arnium.elogos.de (arnium.elogos.de [5.199.139.22])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 161035DBA2
	for <submit@bugs.x2go.org>; Sun,  1 Dec 2024 19:54:41 +0100 (CET)
Received: from [192.168.3.66] (helo=anhrefn.saar.de)
	by arnium.elogos.de with esmtp (Exim 4.96)
	(envelope-from <aw@anhrefn.saar.de>)
	id 1tHp86-0001Q3-0L
	for submit@bugs.x2go.org;
	Sun, 01 Dec 2024 19:57:14 +0100
DKIM-Signature: v=1; a=ed25519-sha256; q=dns/txt; c=relaxed/relaxed;
	d=anhrefn.saar.de; s=1; h=Content-Type:MIME-Version:Message-ID:Subject:To:
	From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
	Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
	:Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
	List-Subscribe:List-Post:List-Owner:List-Archive;
	bh=MXWsMdkCU1e01mcRypOHBh4tvpvb2J72VuDWLrKo6PE=; b=Q8EQs+nK4JOldk9GKvPcMKuNoJ
	Erxe3InyM7YQvt/P+Kn6F75qTWHaSV1L8d5+Ki8PNz74pt6IbDEMx3zdL5CA==;
Received: from aw by anhrefn.saar.de with local (Exim 4.98)
	(envelope-from <aw@anhrefn.saar.de>)
	id 1tHp53-0000000021u-2dXO
	for submit@bugs.x2go.org;
	Sun, 01 Dec 2024 19:54:05 +0100
Date: Sun, 1 Dec 2024 19:54:03 +0100
From: Arne Wichmann <aw@anhrefn.saar.de>
To: submit@bugs.x2go.org
Message-ID: <Z0ywzauOxCqycz4t@anhrefn.saar.de>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature"; boundary="pwz8ivrABxuHZtDA"
Content-Disposition: inline
X-message-flag: Outluck ist kaputt :-)
Return-Receipt-To: aw@anhrefn.saar.de


--pwz8ivrABxuHZtDA
Content-Type: text/plain; protected-headers=v1; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Date: Sun, 1 Dec 2024 19:54:03 +0100
From: Arne Wichmann <aw>
To: submit@bugs.x2go.org
Subject: KDE needs pty to work.

Package: x2gobroker-agent
Version: 0.0.4.3-4

Hello.

We had some problems getting KDE to work with x2gobroker-agent.pl . They
could be solved by allowing PTY's like in the appended patch:

--- x2gobroker-agent.pl 2024-08-19 12:47:08.593650476 +0200
+++ x2gobroker-agent.pl.distrib 2023-05-19 10:54:13.000000000 +0200
@@ -90,9 +90,6 @@
 {
        my ($uid, $uidNumber, $gidNumber, $home, $pubkey, $authkeyfile)=3D@=
_;

-       #martin allow pty, kde isnt running otherwise
-       $pubkey =3D~ s/no-pty,//;
-
        # rewrite %%, %u, %U, %G and %h in authkeyfile string
        $authkeyfile =3D~ s/%u/$uid/;
        $authkeyfile =3D~ s/%U/$uidNumber/;
@@ -125,9 +122,6 @@
 {
        my ($uid, $uidNumber, $gidNumber, $home, $pubkey, $authkeyfile)=3D@=
_;

-       #martin allow pty, kde isnt running otherwise
-       $pubkey =3D~ s/no-pty,//;
-
        # rewrite %%, %u, %U, %G and %h in authkeyfile string
        $authkeyfile =3D~ s/%u/$uid/;
        $authkeyfile =3D~ s/%U/$uidNumber/;
---

cu

AW
--=20
Arne Wichmann, F=F6rsterstra=DFe 32, 66111 Saarbr=FCcken

--pwz8ivrABxuHZtDA
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEtFUkbndwdIn81UX3EIremXYA/4kFAmdMsM0ACgkQEIremXYA
/4mEcw/8D0BEpYAjobzEPEQp56RBmYg4xx1OskZYq+wtaWj9smQWGFkwx62q3e+s
oPsJ13/kwgNts5KXxmG/7CjqnEVax86qIIKELHWGuapkxhdEJSd+nEpklvuFvDLa
+lYhAAelYd9yFi3aTVvBunPRivMLM5rhLYel06UGz3XXITLtZ69I1If0Ac3NLamB
rS53SwaUlYharlXFpUtwQRsnm6UTFZ6S83cXzkzqJsMhZOK11vcAIzm8FPW8bP+z
6fLEd0Qv2UwHFLNXx07vENd+Z6BlA1lv521y/yCceeUT9NvH3tEtGd5tkbP8rvem
kA716P2vwCTiRzkVesHRpZRcF45Vr2+UCrpilT2nVYftjs5B/YOUsvpT1V9hsYm+
bUDkPIe3XMNbRJSVdXUG88RKK5BrIKvrcOcUxFWq6Wba9Fjyid9PSp196sMz2EEP
7UOqjI1UEUp1a4ExDyq4Qe1wMbV1zqKzRlEfPvqSf+OmUJ7O38qXgthR63EoIxvd
p/xruC8/WyjpWq4nMpZkyztWCz6RpOrkKuOFR+3TexXgY2r20bEWMmqs30RVZExB
PE84aCSWRTkYGfJ1DBIZ5+FXg3Xlo5wMMHf/BM5g63Mg2vzC0dIxZKBFXNcdurRf
deBaqfU06fj116v+5R35dvYLBfkrZ7bfmQAgpXgtSwGfKzVM/SE=
=Ye9Q
-----END PGP SIGNATURE-----

--pwz8ivrABxuHZtDA--
