X2Go Bug report logs - #1336
Spaces in user folder name cause X2Go sessions to finish immediately

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

Reported by: Pawel Kedzierski <pawel.kedzierski@pwr.edu.pl>

Date: Thu, 18 Oct 2018 10:05:03 UTC

Severity: normal

Full log


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

Received: (at submit) by bugs.x2go.org; 18 Oct 2018 10:02:53 +0000
From pawel.kedzierski@pwr.edu.pl  Thu Oct 18 12:02:26 2018
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,T_MANY_HDRS_LCASE
	autolearn=ham autolearn_force=no version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 6D2BD5DAE8
	for <submit@bugs.x2go.org>; Thu, 18 Oct 2018 12:02:26 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id nMe7YT87Guk9 for <submit@bugs.x2go.org>;
	Thu, 18 Oct 2018 12:02:07 +0200 (CEST)
X-Greylist: delayed 601 seconds by postgrey-1.35 at ymir.das-netzwerkteam.de; Thu, 18 Oct 2018 12:02:06 CEST
Received: from z-mta4.wcss.wroc.pl (z-mta3.wcss.wroc.pl [156.17.193.134])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id B5CC75DA81
	for <submit@bugs.x2go.org>; Thu, 18 Oct 2018 12:02:06 +0200 (CEST)
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_+l30aiQRye86eux4BUKozQ)"
Received: from [156.17.3.165] ([156.17.3.165])
 by z-mta4.wcss.wroc.pl (Oracle Communications Messaging Server 8.0.1.1.0 64bit
 (built Jun 15 2016)) with ESMTPPSA id <0PGS00IEIGQSKY10@z-mta4.wcss.wroc.pl>
 for submit@bugs.x2go.org; Thu, 18 Oct 2018 11:52:04 +0200 (CEST)
X-PMX-Spam: Gauge=IIIIIIIII, Probability=9%, Report=' INVOICE_ATTACHMENT 0.1,
 RCVD_FROM_IP_DATE 0.1, HTML_00_01 0.05, HTML_00_10 0.05,
 MIME_TEXT_ONLY_MP_MIXED 0.05, BODYTEXTP_SIZE_3000_LESS 0,
 BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0,
 FROM_EDU_TLD 0, NO_URI_HTTPS 0, __ANY_URI 0, __BAT_BOUNDARY 0, __CT 0,
 __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0,
 __FRAUD_SUBJ_A 0, __HAS_ATTACHMENT 0, __HAS_ATTACHMENT1 0, __HAS_FROM 0,
 __HAS_MSGID 0, __INVOICE_MULTILINGUAL 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0,
 __MIME_TEXT_P1 0, __MIME_TEXT_P2 0, __MIME_VERSION 0, __MOZILLA_USER_AGENT 0,
 __NO_HTML_TAG_RAW 0, __PHISH_SPEAR_PASSWORD_2 0, __PHISH_SPEAR_STRUCTURE_1 0,
 __PHISH_SPEAR_SUBJ_SUBJECT 0, __SANE_MSGID 0, __TO_MALFORMED_2 0,
 __TO_NO_NAME 0, __URI_NO_MAILTO 0, __URI_NO_WWW 0, __USER_AGENT 0'
X-PMX-Version: 6.4.3.2751440, Antispam-Engine: 2.7.2.2107409,
 Antispam-Data: 2018.10.18.94517, AntiVirus-Engine: 5.53.0,
 AntiVirus-Data: 2018.10.17.5530000
Sender: pawel.kedzierski@pwr.edu.pl
To: submit@bugs.x2go.org
From: Pawel Kedzierski <pawel.kedzierski@pwr.edu.pl>
Subject: Spaces in user folder name cause X2Go sessions to finish immediately
Organization: Wroclaw University of Technology
Message-id: <541c859f-6fcd-da0f-4bca-3427d066350f@pwr.edu.pl>
Date: Thu, 18 Oct 2018 11:52:04 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
 Thunderbird/60.2.1
Content-language: en-US
[Message part 1 (text/plain, inline)]
Package: X2Go Client
Version: 4.1.2.0-2018.06.22
System: Windows 10 (other may be affected, too)

Description of the problem:
When the user name in Windows contains spaces, say "Aaa Bbb", X2Go 
Client finishes remote session immediately after asking for password.
To see the reason, one must check the "Details" checkbox in the dialog 
presented when the connection is started.
The message is that the user directory "/cygwin/c/Users/Aaa" can not be 
accessed.

Expected behaviour:
The program should not cut the user folder name on the first space, so 
in the example given above it should look for
"/cygwin/c/Users/Aaa Bbb".

Other info:
I tried to create a Cygwin soft link from "/cygwin/c/Users/Aaa Bbb" to 
"/cygwin/c/Users/Aaa", and also with Windows NTFS junction. Both 
attempts failed. Renaming the user in Windows does not help either, 
because the folder name is not changed. Settings of X2Go session are 
irrelevant. Only from another account with no spaces in the user name, I 
was able to connect with X2Go Client.

With regards,

Paweł Kędzierski

[pawel_kedzierski.vcf (text/x-vcard, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Sat Apr 20 10:43:44 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.