You are here: HomeTechnologyHardwareScreen Sharing

Home

Screen Sharing

I like the Screen Sharing Application thats hidden away in Apple Mac OS X 10.5 Leopard. Its VNC based, and works well. There are a couple of tweaks you can make to it:- First to allow it to have a better browse interface you can set it to know about Bonjour

defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1
Second you can Add a better Toolbar

defaults write com.apple.ScreenSharing \
'NSToolbar Configuration ControlToolbar' -dict-add 'TB Item Identifiers' \
'(Scale,Control,Share,Curtain,Capture,FullScreen,GetClipboard,SendClipboard,Quality)'
Last you can put it in your Applications Directory

cd /Applications/
ln -s /System/Library/CoreServices/Screen\ Sharing.app ./Screen\ Sharing

Login Form

Books!
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-8673539-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();