Ulrich Sibiller

Results 233 comments of Ulrich Sibiller

I am sorry, but I have no idea hat you are trying to do. What is testcafe? What's your setup? Besides, this repo ist not current AFAIK, so have you...

Thanks for the answer. However, this does not convice me... In Enterprises you often control only a part of the network, but have to interact with clients and/or servers outof...

I have compiled your test program. It is working fine locally, it is also working fine in a desktop NX session. In a rootless session that has been started from...

Can we simulate your suggested fix with xclimsg?

No, I meant: can you fake a command that will send the event the same way a fixed nxagent would do? (if fixed like you mentioned in your first post)...

I use this terminology: local ("proxy side"): real Xserver nxproxy (from/to nxagent on the remote side) remote ("agent side"): (from/to nxproxy on the local side) nxagent xclient Now, what I...

Ok, after reading your description again I think you have done the right thing from the beginning. I can replicate your result: ``` $ nxagent -R :55 -nxrealwindowprop -reportwids -reportprivatewids...

While playing around with this I came across this: Your source code calls XInternAtom(..., True). In a fresh rootless session this cannot work as the atoms will be missing if...

Yes and no. You can use nxagentLocalToRemoteAtom() to map the atoms and for the window mapping stuff there are lots of nxagentWindow* macros. I have tried to implement this (in...

I have done some tests and now have a patch ready, please have a look.