Re: [X2Go-Dev] X2go client window misplaced in LXQt

2021-03-31 Thread Ulrich Sibiller
I am not ware of this specific problem but I have such crude behaviour
with the NX window in Windows, too.
https://stackoverflow.com/questions/42473554/windows-10-screen-coordinates-are-offset-by-7
says that Windows changed behaviour regarding border width. Maybe this
can be solved in the compatibility settings for the app (right click
on Icon, Properties, Compatiblity).

Uli

On Wed, Mar 31, 2021 at 12:29 PM Kalle Tuulos  wrote:
>
> 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
> ___
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-dev
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] X2go client window misplaced in LXQt

2021-03-31 Thread Kalle Tuulos
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
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev