X2Go Bug report logs -
#22
Keyboard focus lost when connecting to Win2008r2 RDP-Server (proxied through NX) in fullscreen mode
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.
Toggle useless messages
Report forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
bug#22
; Package x2goclient
.
(Tue, 11 Sep 2012 10:18:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
New bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
Your message specified a Severity: in the pseudo-header, but
the severity value minor was not recognised.
The default severity normal is being used instead.
The recognised values are: critical, grave, normal, minor, wishlist.
(Tue, 11 Sep 2012 10:18: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: x2goclient
Version: 3.99.3.0-prerelease
Severity: minor
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.
--
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)]
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
bug#22
; Package x2goclient
.
(Tue, 11 Sep 2012 14:33:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Tue, 11 Sep 2012 14:33:02 GMT) (full text, mbox, link).
Message #10 received at 22@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
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
The issue is still open for pyhoca-gui. So cloning this bug report.
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)]
Bug 22 cloned as bug 27
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Tue, 11 Sep 2012 14:33:02 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Tue, 11 Sep 2012 14:37:26 GMT) (full text, mbox, link).
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
bug#22
; Package x2goclient
.
(Tue, 11 Sep 2012 19:33:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Tue, 11 Sep 2012 19:33:01 GMT) (full text, mbox, link).
Message #19 received at 22@bugs.x2go.org (full text, mbox, reply):
[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)]
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#22
; Package x2goclient
.
(Wed, 12 Sep 2012 09:03:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Wed, 12 Sep 2012 09:03:02 GMT) (full text, mbox, link).
Message #24 received at 22@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Hello Mike,
It looking OK for me. However, I think it it wrong place to fix this
issue. In February this year I fixed some keyboard focus issues:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=236d841becb21398f6137f6e8c569494f10ab11f
Unfortunately I have not a TCE in daily use. Now I see, that this fix
working only for desktop sessions, with nxproxy that have Window ID. In
case of rootless sessions or direct RDP connections it not working. I
wrote a patch, that should fix it:
http://code.x2go.org/gitweb?p=x2goclient.git;a=commit;h=bace365a71c05d924288e2f0b8d0ff1af2245a19
Please try it. And you can revert the changes you have made.
regards
Alex
Am 11.09.2012 21:19, schrieb Mike Gabriel:
> 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
>
>
>
> _______________________________________________
> X2Go-Dev mailing list
> X2Go-Dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev
--
Oleksandr Shneyder
Dipl. Informatik
X2go Core Developer Team
email: oleksandr.shneyder@obviously-nice.de
web: www.obviously-nice.de
--> X2go - everywhere@home
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#22
; Package x2goclient
.
(Fri, 14 Sep 2012 13:18:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Fri, 14 Sep 2012 13:18:01 GMT) (full text, mbox, link).
Message #29 received at 22@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Hi Alex,
On Mi 12 Sep 2012 11:02:18 CEST Oleksandr Shneyder wrote:
> Unfortunately I have not a TCE in daily use. Now I see, that this fix
> working only for desktop sessions, with nxproxy that have Window ID. In
> case of rootless sessions or direct RDP connections it not working. I
> wrote a patch, that should fix it:
>
> http://code.x2go.org/gitweb?p=x2goclient.git;a=commit;h=bace365a71c05d924288e2f0b8d0ff1af2245a19
>
> Please try it. And you can revert the changes you have made.
I am sorry, I haven't got to trying your patch on a TCE yet. Mirco is
also testing, we talked on the phone this morning.
About my commit ('R' -> 'D' for X2Go-proxied fullscreen sessions)... I
actually find it quite attractive seeing a windows RDP session launch
and having the X2GO logo (x2goagent desktop splash). Do you see a
technical reason for undoing my earlier commit? If not, let's leave it
like that, the look and feel is really cool (Windows desktop appearing
behind the X2Go logo)...
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)]
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#22
; Package x2goclient
.
(Fri, 21 Sep 2012 21:18:07 GMT) (full text, mbox, link).
Acknowledgement sent
to <jameswille@capitalmanagementlenders.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Fri, 21 Sep 2012 21:18:07 GMT) (full text, mbox, link).
Message #34 received at 22@bugs.x2go.org (full text, mbox, reply):
Hi,
I hope this e-mail message finds you in good health and please pardon my letter of intent if it did intrude on your privacy. Your contact is based on directive from a private client Mr. John Tsang Chun-wah, based in Hong Kong who intends to invest in your Country. Your high profile position has attracted him and suits his demand. He needs someone with vast experience and capability to handle a good investment portfolio. Figures will be discussed with you as we proceed.
My client seeks to invest in public and private securities in a broad range of areas including real estate, energy, oil and gas, emerging markets and high-technology. Within the technology sector, he focuses on communications, software and digital content and services.
Following the present financial meltdown and weak economic situation in Europe, my client wouldn't want to lose his entire investments in Europe; he wishes to move them to your Country of residence with you as the investment manager. This involves bonds with HypoVereins (UniCredit) Group and La Caixa Bank of Spain.
If this is of interest; kindly provide me with your direct telephone and fax number to ease communication.
Regards,
James Willeford
President.
Capital Management Lenders
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#22
; Package x2goclient
.
(Fri, 21 Sep 2012 21:18:07 GMT) (full text, mbox, link).
Acknowledgement sent
to <jameswille@capitalmanagementlenders.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Fri, 21 Sep 2012 21:18:08 GMT) (full text, mbox, link).
Message #39 received at 22-submit@bugs.x2go.org (full text, mbox, reply):
Hi,
I hope this e-mail message finds you in good health and please pardon my letter of intent if it did intrude on your privacy. Your contact is based on directive from a private client Mr. John Tsang Chun-wah, based in Hong Kong who intends to invest in your Country. Your high profile position has attracted him and suits his demand. He needs someone with vast experience and capability to handle a good investment portfolio. Figures will be discussed with you as we proceed.
My client seeks to invest in public and private securities in a broad range of areas including real estate, energy, oil and gas, emerging markets and high-technology. Within the technology sector, he focuses on communications, software and digital content and services.
Following the present financial meltdown and weak economic situation in Europe, my client wouldn't want to lose his entire investments in Europe; he wishes to move them to your Country of residence with you as the investment manager. This involves bonds with HypoVereins (UniCredit) Group and La Caixa Bank of Spain.
If this is of interest; kindly provide me with your direct telephone and fax number to ease communication.
Regards,
James Willeford
President.
Capital Management Lenders
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#22
; Package x2goclient
.
(Wed, 07 Nov 2012 15:33:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Wed, 07 Nov 2012 15:33:02 GMT) (full text, mbox, link).
Message #44 received at 22@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
close #20
close #22
close #51
close #55
close #56
close #34
thanks
This issue is resolved by the new release 3.99.3.0 of x2goclient.
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)]
Marked Bug as done
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Wed, 07 Nov 2012 15:33:05 GMT) (full text, mbox, link).
Notification sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Bug acknowledged by developer.
(Wed, 07 Nov 2012 15:33:05 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <git-admin@x2go.org>
to internal_control@bugs.x2go.org
.
(Thu, 06 Dec 2012 06:24:02 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
X2Go Developers <owner@bugs.x2go.org>.
Last modified:
Mon May 19 20:18:08 2025;
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.