• Mac OS X

    Last of the Screen Sharing Hacks

    Once upon a time (all the way back in Mac OS X 10.5) you could add a bunch of useful icons into the toolbar of Screen Sharing.app using: defaults write com.apple.ScreenSharing ‘NSToolbar Configuration ControlToolbar’ -dict-add ‘TB Item Identifiers”(Scale,Control,Share,Curtain,Capture,FullScreen,GetClipboard,Quaty)’ But alas, you can’t any more (NSToolbar still exists but I haven’t found a way to get the array to result in actual icons in the toolbar). I’ve done a few articles for other preferences so I thought I’d dig my heels in and see if there were any I missed (using gdb). Well, apparently, there’s still ShowBonjourBrowser_Debug, which was also in 10.5 but it doesn’t seem to do anything. But I…