I'm running Lubuntu 20.04, which has LXQt. The X2go client has been installed using apt method, current version is 4.1.2.2.
When the X2Go client is opened and closed, on the next time, it will open on 30 pixels higher and 2 pixels left position, than the earlier position. This can be seen from file ~/.x2goclient/sizes:
Before opened: [mainwindow] maximized=false pos=@Point(275 170) size=@Size(1017 600)
Window is not moved, just closed: [mainwindow] maximized=false pos=@Point(273 140) size=@Size(1017 600)
Opened and closed again, not moved: [mainwindow] maximized=false pos=@Point(271 110) size=@Size(1017 600)
This same problem is in many Qt based applications, so this is not X2go problem as such, but on the Qt framework. Also, this same problem was already on 18.04 version of Ubuntu, on another computers. I have a workaround for this - the sizes files is overwritten on each login with a valid one.
Is there any more clever fix for this?
BR, Kalle
-- - Kalle