Cannot start latest rev gambas3 as remote command with nx client

View: New views
4 Messages — Rating Filter:   Alert me  

Cannot start latest rev gambas3 as remote command with nx client

by Ron Klinkien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I upgraded my gambas3 install to the latest rev today 1376

Since then I cannot open it with nx client as remote x app anymore, when
I try that I get:



Using NX client on windows 3.0.0-89.
with UNIX, Custom, run the following command 'gambas3'

Starting Gambas 2.6 on the same machine still works ok this way, and the
older version of 3 worked fine too, I also can start it in an NX X
remote desktop session fine, but not as an remote command.

Any pointers? Something changed in the way it request screen sizes when
started?

Regards,
Ron
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Cannot start latest rev gambas3 as remote command with nx client

by Ron Klinkien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Now with attachment..

> Hi,
>
> I upgraded my gambas3 install to the latest rev today 1376
>
> Since then I cannot open it with nx client as remote x app anymore, when
> I try that I get:
>
>
>
> Using NX client on windows 3.0.0-89.
> with UNIX, Custom, run the following command 'gambas3'
>
> Starting Gambas 2.6 on the same machine still works ok this way, and the
> older version of 3 worked fine too, I also can start it in an NX X
> remote desktop session fine, but not as an remote command.
>
> Any pointers? Something changed in the way it request screen sizes when
> started?
>
> Regards,
> Ron
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@...
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

gambas3.JPG (18K) Download Attachment

Re: Cannot start latest rev gambas3 as remote command with nx client

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On mercredi 14 mai 2008, Ron wrote:

> Hi,
>
> I upgraded my gambas3 install to the latest rev today 1376
>
> Since then I cannot open it with nx client as remote x app anymore, when
> I try that I get:
>
>
>
> Using NX client on windows 3.0.0-89.
> with UNIX, Custom, run the following command 'gambas3'
>
> Starting Gambas 2.6 on the same machine still works ok this way, and the
> older version of 3 worked fine too, I also can start it in an NX X
> remote desktop session fine, but not as an remote command.
>
> Any pointers? Something changed in the way it request screen sizes when
> started?
>
> Regards,
> Ron

In Gambas 3, the IDE uses the gb.desktop component that read the X11 root
window properties to get the desktop size.

This error means that the X11 root window property that describes the
dimensions of desktops (you can have more than one if you have virtual
desktops) is not defined.

This property is set by the X11 window manager.

Can you try to run a terminal instead of Gambas, and send me the output
of "xprop -root"? This way I will know which properties are defined.

Regards,

--
Benoit Minisini

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: Cannot start latest rev gambas3 as remote command with nx client

by Ron Klinkien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benoit Minisini schreef:

> On mercredi 14 mai 2008, Ron wrote:
>  
>> Hi,
>>
>> I upgraded my gambas3 install to the latest rev today 1376
>>
>> Since then I cannot open it with nx client as remote x app anymore, when
>> I try that I get:
>>
>>
>>
>> Using NX client on windows 3.0.0-89.
>> with UNIX, Custom, run the following command 'gambas3'
>>
>> Starting Gambas 2.6 on the same machine still works ok this way, and the
>> older version of 3 worked fine too, I also can start it in an NX X
>> remote desktop session fine, but not as an remote command.
>>
>> Any pointers? Something changed in the way it request screen sizes when
>> started?
>>
>> Regards,
>> Ron
>>    
>
> In Gambas 3, the IDE uses the gb.desktop component that read the X11 root
> window properties to get the desktop size.
>
> This error means that the X11 root window property that describes the
> dimensions of desktops (you can have more than one if you have virtual
> desktops) is not defined.
>
> This property is set by the X11 window manager.
>
> Can you try to run a terminal instead of Gambas, and send me the output
> of "xprop -root"? This way I will know which properties are defined.
>
> Regards,
>  
Ok that explains it, I see no properties which define screen/window
size. see xprop.jpg.
session.jpg shows what is running underneat, it reflects the available
screen size on the local computer.

Regards,
Ron.





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

session.JPG (27K) Download Attachment
xprop.JPG (22K) Download Attachment