Hi all,
I have a weird issue with x2go on Lucid in single application mode. Whenever I start an application and move mouse and click on the window decoration, the client gets disappeared. Seems session gets suspended on the client side. I can resume it late. But it will suspended again if I move mouse and click on the window decoration again.
After some investigation, I find that when I move mouse and click on the window decoration, x2gosuspend-agent was called. So I comment the "export NX_CLIENT=/usr/bin/x2gosuspend-agent" in x2gostartagent. The issue disappear. I also check the nxcomp source code, find that client path will point to "/usr/NX/bin/nxclient" if NX_CLIENT environment is not set, which confuse me.
My questions is what is the usage of NX_CLIENT? Why set it as x2gosuspend-agent?
dpkg -l nxcomp nxproxy x2goserver x2goagent ii nxcomp 3.4.0-1-1 NX compression library ii nxproxy 3.4.0-2-1 NX compression proxy ii x2goagent 3.4.0-3-1 Special NX-ized client, was developed by NoMachine to handle X sessions ii x2goserver 3.0.1-5 x2goserver (daemon and tools)
Thanks!
Max
On Tue, 22 Jun 2010 18:00:18 +1000 Max Chao <yochaos@gmail.com> wrote:
Hi all,
I have a weird issue with x2go on Lucid in single application mode. Whenever I start an application and move mouse and click on the window decoration, the client gets disappeared. Seems session gets suspended on the client side. I can resume it late. But it will suspended again if I move mouse and click on the window decoration again.
After some investigation, I find that when I move mouse and click on the window decoration, x2gosuspend-agent was called. So I comment the "export NX_CLIENT=/usr/bin/x2gosuspend-agent" in x2gostartagent. The issue disappear. I also check the nxcomp source code, find that client path will point to "/usr/NX/bin/nxclient" if NX_CLIENT environment is not set, which confuse me.
My questions is what is the usage of NX_CLIENT? Why set it as x2gosuspend-agent?
Thanks!
Max
I can verify the same problem on Debian Sid 64bit with Wmaker, xfce and gnome window managers. I also commented out the line and single applications now work as I expect.
I brought this issue up before but I never could quite figure out what the problem was. Thanks!