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.xf...
I can confirm this. Would be really nice if this problem could be adressed!
On 11.09.2012 12:17, Mike Gabriel wrote:
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.
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
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=1c4064a61af7cd32...
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.xf...
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=1c4064a61af7cd32...
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.xf...
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=236d841becb21398...
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=bace365a71c05d924288...
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=1c4064a61af7cd32...
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
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=bace365a71c05d924288...
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.xf...