Home
- Details
-
Category: Hardware
-
Published Date
-
Written by angusf
-
Hits: 283
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