You could also consider using 'xrpa' which is like screen but for X applications. See Bernat Romagosa description here:
http://www.asmalltalkbytheseaside.com/#remotedevelopmentonpharowithoutvnc Hernan Wilkinson-3 wrote > > Thanks! works just fine! > > Hernan. > > On Thu, Apr 26, 2012 at 12:40 PM, Norbert Hartl <norbert@> wrote: > >> >> Am 26.04.2012 um 17:21 schrieb Hernan Wilkinson: >> >> > Hi >> > does anybody ported the implementation of VNC to pharo 1.3 or 1.4? >> > If so, could you share it? :-) >> > >> I use it daily on pharo 1.3. I load it via metacello. My baseline entry >> looks like this >> >> project: 'RFB' with: [ >> spec >> className: 'ConfigurationOfRFB'; >> file: 'ConfigurationOfRFB'; >> versionString: #'bleedingEdge'; >> repository: ' >> http://www.squeaksource.com/MetacelloRepository' ]; >> >> Norbert >> > > > > -- > *Hernán Wilkinson > Agile Software Development, Teaching & Coaching* > *Phone: +54 - 011 - 4311 - 8404** > Mobile: +54 - 911 - 4470 - 7207 > email: hernan.wilkinson@ > site: http://www.10Pines.com <http://www.10pines.com/>* > Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina > -- View this message in context: http://forum.world.st/VNC-for-pharo-1-3-or-1-4-tp4590152p4591622.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
