Home
Screen Sharing
- Details
- Category: Mac OS X 10.6 Snow Leopard
- Published Date
- Written by angusf
- Hits: 262
/System/Library/CoreServices/
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 1Second 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)'
Lastly you can put it in your Applications Directory
cd /Applications/
ln -s /System/Library/CoreServices/Screen\ Sharing.app ./Screen\ Sharing


