Hi Sebastian, had no time to try yet. But I did not run headless (tried on Win). Next week there may be more time to look. Thx T.
Gesendet: Donnerstag, 23. Januar 2014 um 19:38 Uhr Von: "Sebastian Sastre" <sebastian@flowingconcept.com> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: Re: [Pharo-dev] RFB on a headless Pharo 3
Torsten where you able to use the keyboard from the VNC client?
for me itâs all good but the keyboard
backspace and enter are okay, re rest? no-no
On Jan 20, 2014, at 5:02 PM, Torsten Bergmann <astares@gmx.de> wrote:
Also try
RFBLog dumpLogToTranscript: true
before running. Then a dump on the Transcript will appear.
There you will see that there is a DNU for a Cursor instance which does not understand #maskForm in method #sendCursorShape:
Interesting enough ivar "newCursor" is an instance of Cursor - but and only subclass like CursorWithMask understand #maskForm.
It is initialized in #initServer:socket:reverse: with "Cursor currentCursor" returning - either a Cursor instance when I inspect it using the menu - a CursorWithMask instance when I inspect it using CMD keys
No time to dig deeper today. Keep us informed about your progress. An updated ConfigurationOfRFB would be nice...
Bye T.