X2Go Bug report logs - #1414
X2Goclient crashes on plasma on Wayland, on plasma on xorg it works fine

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

Reported by: Kay Nick <dr.k.nick@gmx.de>

Date: Mon, 4 Nov 2019 17:30:02 UTC

Severity: normal

Full log


Message #10 received at 1414@bugs.x2go.org (full text, mbox, reply):

Received: (at 1414) by bugs.x2go.org; 14 Dec 2019 02:26:05 +0000
From orion@nwra.com  Sat Dec 14 03:26:02 2019
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,SPF_HELO_NONE,
	URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2
Received: from mail.nwra.com (mail.nwra.com [72.52.192.72])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id AE8135DAF4
	for <1414@bugs.x2go.org>; Sat, 14 Dec 2019 03:25:58 +0100 (CET)
Received: from rufous.cora.nwra.com (c-67-166-25-97.hsd1.co.comcast.net [67.166.25.97])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client did not present a certificate)
	by mail.nwra.com (Postfix) with ESMTPSA id F151F340544;
	Fri, 13 Dec 2019 18:25:55 -0800 (PST)
Subject: Re: [X2Go-Dev] Bug#1414: X2Goclient crashes on plasma on Wayland, on
 plasma on xorg it works fine
To: Kay Nick <dr.k.nick@gmx.de>, 1414@bugs.x2go.org
References: <53f08d37-c3ea-38eb-25ca-10e50ab06354@gmx.de>
From: Orion Poplawski <orion@nwra.com>
Organization: NorthWest Research Associates
Message-ID: <387848cd-8952-974a-8717-6ea9cede0d6b@nwra.com>
Date: Fri, 13 Dec 2019 19:25:53 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.3.0
MIME-Version: 1.0
In-Reply-To: <53f08d37-c3ea-38eb-25ca-10e50ab06354@gmx.de>
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="------------ms000808050504010105080901"
[Message part 1 (text/plain, inline)]
On 11/4/19 10:27 AM, Kay Nick wrote:
> Package: x2goclient
> 
> Version 4.1.2.1
> 
> How to reproduce:
> 
> started on command line: plasma on xorg:
> 
> [ml@carbon ~]$ x2goclient
> x2go-INFO-1> "Starting X2Go Client 4.1.2.1..."
> x2go-INFO-4> "Translator: :/i18n/x2goclient_de_de found."
> x2go-INFO-4> "Übersetzung: :/i18n/qt_de_de gefunden."
> QObject::connect: No such slot ONMainWindow::slotCheckAgentProcess()
> x2go-INFO-3> "X2GoClient wurde gestartet."
> x2go-INFO-8> "Verbindung mit Server wird gestartet: thor.xx.yyy.de:22"
> x2go-INFO-6> "X2GoClient wird geschlossen ..."
> QProcess: Destroyed while process ("nxproxy") is still running.
> x2go-INFO-7> "Alle Hooks, die beim Beenden von X2GoClient abgearbeitet 
> werden sollten, wurden abgearbeitet."
> 
> 
> started on command line: plasma on wayland:
> 
> [ml@carbon ~]$ x2goclient
> x2go-INFO-1> "Starting X2Go Client 4.1.2.1..."
> x2go-INFO-4> "Translator: :/i18n/x2goclient_de_de found."
> x2go-INFO-4> "Übersetzung: :/i18n/qt_de_de gefunden."
> QObject::connect: No such slot ONMainWindow::slotCheckAgentProcess()
> x2go-INFO-3> "X2GoClient wurde gestartet."
> x2go-INFO-8> "Verbindung mit Server wird gestartet: thor.xx.yyy.de:22"
> Speicherzugriffsfehler (Speicherabzug geschrieben)
> 
> 
> 
> The client machine's OS: Manjaro Linux 64 bit
> 
> The client machine's version of X2GoClient: X2GoClient V. 4.1.2.1 (Qt - 
> 5.13.1)
> 
> The server's OS: CentOS 7.7 64 Bit
> 
> The server's version of the x2goserver package 4.1.0.3
> 

Tags: patch

See also https://bugzilla.redhat.com/show_bug.cgi?id=1756430#c2

https://wiki.archlinux.org/index.php/X2Go#X2Go_client:_Cannot_connect_to_remote_X2Go_server_from_local_Wayland_session:_%22The_connection_with_the_remote_server_was_shut_down%22

From b53b8d654c73420fc5cc12e42717ac75a824c974 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion@nwra.com>
Date: Fri, 13 Dec 2019 19:22:13 -0700
Subject: [PATCH] Select X11 backend on wayland

---
 desktop/x2goclient.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/desktop/x2goclient.desktop b/desktop/x2goclient.desktop
index fbb396d..eeb7c7b 100644
--- a/desktop/x2goclient.desktop
+++ b/desktop/x2goclient.desktop
@@ -2,7 +2,7 @@
 Version=1.0
 Type=Application
 Name=X2Go Client
-Exec=x2goclient
+Exec=env QT_QPA_PLATFORM=xcb x2goclient
 Icon=x2goclient
 StartupWMClass=x2goclient
 X-Window-Icon=x2goclient
--
1.8.3.1



-- 
Orion Poplawski
Manager of NWRA Technical Systems          720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                 https://www.nwra.com/

[smime.p7s (application/pkcs7-signature, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Mar 29 14:05:53 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.