On May 7, 2013, at 10:56 AM, Norbert Hartl wrote:

I moved the sources for RFB from Lukas' site to smalltalkhub

http://smalltalkhub.com/#!/~PharoExtras/RFB/

I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.

To load it use

Gofer it
smalltalkhubUser: 'PharoExtras' project: 'RFB';
configuration;
load.
(Smalltalk at: #ConfigurationOfRFB) load

Norbert
Would you mind applying the fix from http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/60796 ?
About time there was a version of RPB not leaking semaphores, but I don't have commit rights to the new home either :P

Cheers,
Henry