X2Go Bug report logs -
#1631
KDE needs pty to work.
Reply or subscribe to this bug.
Toggle useless messages
Report forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#1631
; Package x2gobroker-agent
.
(Sun, 01 Dec 2024 18:55:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Arne Wichmann <aw@anhrefn.saar.de>
:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Sun, 01 Dec 2024 18:55:02 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):
[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 10:52:47 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.