X2Go Bug report logs - #1631
KDE needs pty to work.

version graph

Package: x2gobroker-agent; Maintainer for x2gobroker-agent is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2gobroker-agent is src:x2gobroker.

Reported by: Arne Wichmann <aw@anhrefn.saar.de>

Date: Sun, 1 Dec 2024 18:55:02 UTC

Severity: normal

Found in version 0.0.4.3-4

Full log


🔗 View this message in rfc822 format

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
[Message part 1 (text/plain, inline)]
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)=@_;

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

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

cu

AW
-- 
Arne Wichmann, Försterstraße 32, 66111 Saarbrücken
[signature.asc (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Sun Dec 22 11:51:46 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.