Hi Sebastian,

I havent tried but from problems in the past [1] and [2] and a short look at 
the code
I guess it could again be related to #deprecated stuff.

If you look at RFBSession>>desktopName it again sends deprecated methods in the 
expression:

   OSPlatform platformName; space; nextPutAll: OSPlatform osVersion;


Fix it by using

   Smalltalk os name
   Smalltalk os version

instead. Note the additional method then permits chaining.
Maybe that is the problem.

Have fun
T.


[1] http://forum.world.st/RFB-in-2-0-td4685418.html
[2] http://samadhiweb.com/blog/2012.11.04.headless.rfb.html

Reply via email to