[X2Go-Dev] Getting suspended session profile info through X2GoClient API

2018-05-18 Thread Tomáš Cerha
Dear list, I am using the X2Go Python API to develop a custom UI for running our applications from (mainly) Windows client machines. When starting an application based on a session profile obtained from the X2Go broker, I am checking for the suspended sessions on the server by calling

Re: [X2Go-Dev] Getting suspended session profile info through X2GoClient API

2018-05-25 Thread Tomáš Cerha
24. 5. 2018 v 11:55, Mike Gabriel : > The point is that the profile names / profile IDs are client-side only. > Nothing on the server is aware of them. Ok, it makes sense. > What I do in another project, I compare the commands that launched the > session. For

[X2Go-Dev] Running X2Go on Mac OS

2022-06-21 Thread Tomáš Cerha
Dear list members,I recently managed to make our python-x2go based app run on Mac OS with some tiny changes to python-x2go, so I wanted to  share these changes with others and suggest merging them upstream.The first problem was in defaults.py, which includes some specific settings for different

[X2Go-Dev] Infinite loop in X2GoRevFwTunnel handler on socket error

2022-06-21 Thread Tomáš Cerha
ing the function x2go_rev_forward_channel_handler(), but of course, we would love to see the problem solved upstream. Thank you for considering the patch and for your great work on the X2Go project. Best regards Tomáš Cerha 0001-Prevent-infinite-loop-in-X2GoRevFwTunnel-handler.patch Descript