Re: [X2Go-User] [EXT] Re: Sticky (repeated) arrows using x

2020-08-22 Thread Mihai Moldovan
* On 8/16/20 8:42 AM, Tamir Einy wrote:
> I have installed latest nightly build (4.1.2.3) that you provided, the
> connection to the server failed, 
> 
> Here is the debug output to the command: 
> 
> x2go-INFO-1> "Starting X2Go Client 4.1.2.3..."
> x2go-WARNING-1> English language requested, not loading translator.
> x2go-WARNING-1> English language requested, not loading translator.
> [...]
> x2go-INFO-8> "Starting connection to server: dcilda927:22"
> x2go-DEBUG-../src/onmainwindow.cpp:2931> Starting new ssh connection to
> server:"dcilda927":"22" krbLogin: false
> x2go-DEBUG-../src/sshmasterconnection.cpp:168> SshMasterConnection, host
> "dcilda927"; port 22; user "e171950"; useproxy false; proxyserver ""; 
> proxyport 22
> x2go-DEBUG-../src/sshmasterconnection.cpp:248> Starting SSH connection without
> Kerberos authentication.
> x2go-DEBUG-../src/sshmasterconnection.cpp:250> SshMasterConnection, instance
> SshMasterConnection(0x3cf9ad8)  created.
> x2go-DEBUG-../src/sshmasterconnection.cpp:492> SshMasterConnection, instance
> SshMasterConnection(0x3cf9ad8)  entering thread.
> x2go-DEBUG-../src/sshmasterconnection.cpp:573> Setting SSH directory to
> C:/Users/teiny171950/ssh
> x2go-DEBUG-../src/sshmasterconnection.cpp:795> Session port before config file
> parse: 22
> x2go-DEBUG-../src/sshmasterconnection.cpp:805> Session port after config file
> parse: 22
> x2go-DEBUG-../src/sshmasterconnection.cpp:869> Session port before config file
> parse (part 2): 22
> x2go-DEBUG-../src/sshmasterconnection.cpp:879> Session port after config file
> parse (part 2): 22
> x2go-DEBUG-../src/sshmasterconnection.cpp:903> cserverAuth
> x2go-DEBUG-../src/sshmasterconnection.cpp:942> state: 1
> 
> x2go-DEBUG-../src/sshmasterconnection.cpp:674> Setting SSH directory to
> C:/Users/teiny171950/ssh


Unfortunately, that's not very helpful. There's no connection attempt visible
(other than a really generic setup).

Stefan's call has been "wrong" in that the order of redirections do matter, and,
wwith his listing, stderr-data will continue to get printed out to the console.

Rather try:

x2goclient.debug.exe --debug >%TEMP%\x2godebug.log 2>&1

instead. %TEMP%\x2godebug.log should include text after that.

Also, if possible, please make sure to wait until the connection attempt
actually errors out.


Additionally, do you have a file located at "C:\Users\teiny171950\ssh\config"?

If so, what does it contain?



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] [EXT] Re: Sticky (repeated) arrows using x

2020-08-15 Thread Tamir Einy
Hi Stefan,
I have installed latest nightly build (4.1.2.3) that you provided, the
connection to the server failed,

Here is the debug output to the command:

x2go-INFO-1> "Starting X2Go Client 4.1.2.3..."
x2go-WARNING-1> English language requested, not loading translator.
x2go-WARNING-1> English language requested, not loading translator.
x2go-DEBUG-../src/onmainwindow.cpp:10867> Getting X.Org Server settings.
x2go-INFO-3> "Started X2Go Client."
x2go-DEBUG-../src/onmainwindow.cpp:626> "$HOME=C:/Users/teiny171950"
x2go-DEBUG-../src/onmainwindow.cpp:2349> Reading 1 sessions from config
file.
x2go-DEBUG-../src/onmainwindow.cpp:13380> libssh not initialized yet.
Initializing.
x2go-DEBUG-../src/pulsemanager.cpp:369> pulseaudio --version
returned:"pulseaudio 13.0
"

x2go-DEBUG-../src/onmainwindow.cpp:10770> Starting helper servers for
Windows ...
x2go-DEBUG-../src/onmainwindow.cpp:10937>
"/cygdrive/C/Users/teiny171950/.x2go/var" cygwin var path
x2go-DEBUG-../src/onmainwindow.cpp:11025>
"C:/Users/teiny171950/.x2go/etc/sshd_config created."
x2go-DEBUG-../src/onmainwindow.cpp:10432> Resolved localhost.
x2go-DEBUG-../src/onmainwindow.cpp:10454> Port is free: 7022
x2go-DEBUG-../src/onmainwindow.cpp:11376> Logging cygwin sshd to:
"C:/Users/teiny171950/.x2go/sshLogs/p24388.log"
x2go-DEBUG-../src/onmainwindow.cpp:11390> Creating desktop: x2go_TEiny171950
x2go-DEBUG-../src/onmainwindow.cpp:10432> Resolved localhost.
x2go-DEBUG-../src/onmainwindow.cpp:10460> Port already in use: 7022
x2go-DEBUG-../src/onmainwindow.cpp:10432> Resolved localhost.
x2go-DEBUG-../src/onmainwindow.cpp:10460> Port already in use: 7022
x2go-DEBUG-../src/onmainwindow.cpp:11487> User mode OpenSSH server started
successfully.
x2go-DEBUG-../src/pulsemanager.cpp:227> pulse started with arguments
("--exit-idle-time=-1", "-n", "-F", "C:\Users\teiny171950\.x2go\pulse\
config.pa", "-p", "C:\Program Files
(x86)\x2goclient\pulse\lib\pulse-13.0\modules", "--log-level=debug",
"--verbose",
"--log-target=file:C:\Users\teiny171950\.x2go\pulse\pulse.log") - waiting
for it to finish...
x2go-DEBUG-../src/onmainwindow.cpp:2830> Creating QPixmap with session
icon: '":/img/icons/128x128/x2gosession.png"'.
x2go-INFO-8> "Starting connection to server: dcilda927:22"
x2go-DEBUG-../src/onmainwindow.cpp:2931> Starting new ssh connection to
server:"dcilda927":"22" krbLogin: false
x2go-DEBUG-../src/sshmasterconnection.cpp:168> SshMasterConnection, host
"dcilda927"; port 22; user "e171950"; useproxy false; proxyserver "";
proxyport 22
x2go-DEBUG-../src/sshmasterconnection.cpp:248> Starting SSH connection
without Kerberos authentication.
x2go-DEBUG-../src/sshmasterconnection.cpp:250> SshMasterConnection,
instance SshMasterConnection(0x3cf9ad8)  created.
x2go-DEBUG-../src/sshmasterconnection.cpp:492> SshMasterConnection,
instance SshMasterConnection(0x3cf9ad8)  entering thread.
x2go-DEBUG-../src/sshmasterconnection.cpp:573> Setting SSH directory to
C:/Users/teiny171950/ssh
x2go-DEBUG-../src/sshmasterconnection.cpp:795> Session port before config
file parse: 22
x2go-DEBUG-../src/sshmasterconnection.cpp:805> Session port after config
file parse: 22
x2go-DEBUG-../src/sshmasterconnection.cpp:869> Session port before config
file parse (part 2): 22
x2go-DEBUG-../src/sshmasterconnection.cpp:879> Session port after config
file parse (part 2): 22
x2go-DEBUG-../src/sshmasterconnection.cpp:903> cserverAuth
x2go-DEBUG-../src/sshmasterconnection.cpp:942> state: 1

x2go-DEBUG-../src/sshmasterconnection.cpp:674> Setting SSH directory to
C:/Users/teiny171950/ssh

Thanks for the support,

Tamir

On Fri, Aug 14, 2020 at 9:36 AM Stefan Baur  wrote:

> Am 13.08.20 um 12:08 schrieb Heinz Wrobel:
>
> > Just fyi, I can confirm the sticky repeat behavior on Win client 4.1.2.0
> and prior versions using XFCE with geany on Ubuntu 18.04 but also on prior
> versions and CentOS versions and also on vim or mc.
> [...]
> > I have recently switched to Win client 4.1.2.2 and have not had the
> problem since. It may just be statistics and not a fix to any keyboard
> event queues though. This is not a scientific analysis.
>
> So Tamir should probably investigate why 4.1.2.2 doesn't work for him.
>
> It might be worth trying the latest nightly build (4.1.2.3) instead of
> the stable version:
> <
> https://code.x2go.org/releases/binary-win32/x2goclient/heuler/mingw32-4.8/qt-4.8/x2goclient-4.1.2.3-2020.05.20-a1a2f62-setup.exe
> >
>
> -Stefan
>
> --
> BAUR-ITCS UG (haftungsbeschränkt)
> Geschäftsführer: Stefan Baur
> Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
> Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user
>
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] [EXT] Re: Sticky (repeated) arrows using x

2020-08-13 Thread Stefan Baur
Am 13.08.20 um 12:08 schrieb Heinz Wrobel:

> Just fyi, I can confirm the sticky repeat behavior on Win client 4.1.2.0 and 
> prior versions using XFCE with geany on Ubuntu 18.04 but also on prior 
> versions and CentOS versions and also on vim or mc.
[...]
> I have recently switched to Win client 4.1.2.2 and have not had the problem 
> since. It may just be statistics and not a fix to any keyboard event queues 
> though. This is not a scientific analysis.

So Tamir should probably investigate why 4.1.2.2 doesn't work for him.

It might be worth trying the latest nightly build (4.1.2.3) instead of
the stable version:


-Stefan

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] [EXT] Re: Sticky (repeated) arrows using x

2020-08-13 Thread Heinz Wrobel
Hi Stefan,

Just fyi, I can confirm the sticky repeat behavior on Win client 4.1.2.0 and 
prior versions using XFCE with geany on Ubuntu 18.04 but also on prior versions 
and CentOS versions and also on vim or mc.

Per my experience repeat works fine unless you also hold the SHIFT key while 
doing cursor movement to mark text for a longer time.
Doing a SHIFT based mark with just a very brief repeat does not trigger the 
problem.
Holding, e.g., SHIFT+ in a longer text for more than a few 100ms 
tends to trigger the issue.
Killing the client and reconnecting to the session again "fixes" things. Given 
that is does not seem to be OS or application dependent for me, I am suspecting 
a client topic of some sort with respect to qualifiers and event queues.

I have recently switched to Win client 4.1.2.2 and have not had the problem 
since. It may just be statistics and not a fix to any keyboard event queues 
though. This is not a scientific analysis.

Best regards,

Heinz

-Original Message-
From: x2go-user  On Behalf Of Stefan Baur
Sent: Wednesday, August 12, 2020 16:19
To: x2go-user@lists.x2go.org
Subject: [EXT] Re: [X2Go-User] Sticky (repeated) arrows using x

Caution: EXT Email

Hi Tamir,

Am 12.08.20 um 10:46 schrieb Tamir Einy:
> Hi,  I have a sticky keys problem, when I connect from windows 10 pc 
> to a linux server using x2Go version (4.1.2.0), connection type: XFCE. 
> Then when I click shift + arrow right in order to mark a specific text 
> and then release the keyboard the text is still being marked until the 
> end of it. Also I cannot stop the operation, I need to restart the 
> session. It happens using all editors, and using all arrows. 
> Unfortunately, the latest version doesn't work, as it fails to connect to the 
> server. Any suggestions?

Looks like you have several issues.

1) Regarding the sticky keys:
What happens when you use a different desktop environment instead of XFCE, say, 
LXDE or MATE?  If you don't have them installed and are unable to install them, 
you could also use "Published Applications"
instead of a Desktop Environment for a test.
Also, even though you say it happens using all editors, could you name one 
specifically that we can use to reproduce the issue?


2) Regarding the latest version of X2GoClient not working for you:
Please try to install it again, and check the "debug" checkbox during 
installation. This will install x2goclient.debug.exe alongside x2goclient.exe.

After that, open a cmd.exe on your machine, cd to the installation directory, 
and run:

x2goclient.debug.exe --debug 2>&1 >%TEMP%\x2godebug.log

Then try to establish a connection.  Close X2GoClient when the connection fails.

After that, open the file %TEMP%\x2godebug.log with an editor and paste its 
contents here.

Kind Regards,
Stefan Baur

--
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 
34 66-36/-35 | USt-IdNr.: DE268653243 
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.x2go.org%2Flistinfo%2Fx2go-user&data=02%7C01%7CHeinz.Wrobel%40nxp.com%7C85588c3c0c434d6049c508d83ecad21c%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637328388109594286&sdata=M3ebIM%2FtZHMS%2F353eI7v69fpglvi3Nv%2F5Gzxfi4QyxQ%3D&reserved=0
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user