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

2021-04-02 Thread Ulrich Sibiller
Oh sorry, I must have mixed up several issues and thought yours
happens on Windows...

Nevertheless I am pretty sure that x2goclient can be compiled using
Qt5, see https://lists.x2go.org/pipermail/x2go-dev/2020-December/013662.html

Uli


On Thu, Apr 1, 2021 at 2:11 PM Kalle Tuulos  wrote:
>
> Hi Ulrich
>
> Sorry, but there are no settings for apps in Lubuntu i.e. under LXQt or under 
> Openbox. The right-click just opens the application.
>
> I tried to check this myself, but as Ubuntu 20.04 has dropped Qt4 development 
> support in favor of Qt5, I could not compile the client. I would have added 
> traces on places, where the "sizes" file is read and written.
>
> BR,
>Kalle
>
> On Wed, 31 Mar 2021 at 13:57, Ulrich Sibiller  
> wrote:
>>
>> 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


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

2021-04-01 Thread Kalle Tuulos
Hi Ulrich

Sorry, but there are no settings for apps in Lubuntu i.e. under LXQt or
under Openbox. The right-click just opens the application.

I tried to check this myself, but as Ubuntu 20.04 has dropped Qt4
development support in favor of Qt5, I could not compile the client. I
would have added traces on places, where the "sizes" file is read and
written.

BR,
   Kalle

On Wed, 31 Mar 2021 at 13:57, Ulrich Sibiller 
wrote:

> 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


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