X2Go Bug report logs - #22
Keyboard focus lost when connecting to Win2008r2 RDP-Server (proxied through NX) in fullscreen mode

version graph

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

Reported by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Date: Tue, 11 Sep 2012 10:18:02 UTC

Severity: normal

Tags: pending

Found in version 3.99.3.0-prerelease

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


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

Received: (at 22) by bugs.x2go.org; 11 Sep 2012 19:19:09 +0000
From mike.gabriel@das-netzwerkteam.de  Tue Sep 11 21:19:09 2012
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 8A5F45DA21
	for <22@bugs.x2go.org>; Tue, 11 Sep 2012 21:19:09 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 175FF9E3
	for <22@bugs.x2go.org>; Tue, 11 Sep 2012 21:19:09 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id DC55F3B9B3
	for <22@bugs.x2go.org>; Tue, 11 Sep 2012 21:19:08 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id vMYQ1FO6EZVd for <22@bugs.x2go.org>;
	Tue, 11 Sep 2012 21:19:08 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id B52C73C12B
	for <22@bugs.x2go.org>; Tue, 11 Sep 2012 21:19:08 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 9962E3B9B3
	for <22@bugs.x2go.org>; Tue, 11 Sep 2012 21:19:08 +0200 (CEST)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	grimnir.das-netzwerkteam.de
X-Spam-Flag: NO
X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
	autolearn=ham version=3.3.1 running as userid=
X-Spam-Level: 
X-Spam-Bayes-Score: 0.0000
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id 3660E3C125; Tue, 11 Sep 2012 21:19:08 +0200 (CEST)
Received: from 222-164-142-46.pool.kielnet.net
 (222-164-142-46.pool.kielnet.net [46.142.164.222]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Tue, 11 Sep 2012
 21:19:08 +0200
Message-ID: <20120911211908.192411wuk94ms1ws@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Tue, 11 Sep 2012 21:19:08 +0200
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: x2go-dev@lists.berlios.de
Cc: 22@bugs.x2go.org
Subject: Re: [X2Go-Dev] bug#22: bug#22: Keyboard focus lost when connecting
 to Win2008r2 RDP-Server (proxied through NX) in fullscreen mode
References: <20120911121712.15986ygcwwn2znhk@mail.das-netzwerkteam.de>
 <20120911162653.15101w6ma90jb6st@mail.das-netzwerkteam.de>
In-Reply-To: <20120911162653.15101w6ma90jb6st@mail.das-netzwerkteam.de>
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_z34vsn3h48c";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)
[Message part 1 (text/plain, inline)]
Hi Alex,

On Di 11 Sep 2012 16:26:53 CEST Mike Gabriel wrote:

> tags #22 pending
> clone #22 -1
> reassign -1 python-x2go
> thanks
>
> Hi all,
>
> On Di 11 Sep 2012 12:17:12 CEST Mike Gabriel wrote:
>
>> When launching an X2Go-proxied RDP session in fullscreen mode to a   
>>  Windows 7 or Windows 2008r2 server, the keyboard focus gets lost  
>> in   the RDP session window. Thus, it is not possible to enter the   
>> password  in the fullscreen login window of the RDP server.
>
> The approach to work-around this issue is to launch fullscreen   
> rdesktop sessions with X2Go session type "D" (desktop) not "R"   
> (rootless).
>
> This commit should change this behaviour in x2goclient:
> http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=1c4064a61af7cd322b3a755913dfe448cfccb005

Can you look at that commit (and the follow-up commit) and judge if  
that is the way to go?

I actually would love to gradually convert the sessions file so that  
RDP fullscreen session get:

  rootless=false

and RDP non-fullscreen get

  rootless=true

This has to be implemented in PyHoca and X2GoClient then.

What do you think?

Greets,
Mike

-- 

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri May 17 14:48:20 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.