Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Start screen sharing remotely in Terminal' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Start screen sharing remotely in Terminal
Authored by: ccjensen on Thu, Mar 27 2008 at 5:33AM PDT
this doesn't seem to work quite right. If I have screen sharing turned on in my servers system preferences, and log in using screen sharing and disable it using the system preferences GUI, I lose the connection.
If I do the same, but instead of using the GUI I delete the file from the terminal, the connection remains and I can disconnect and reconnect. I shouldn't be able to do this if the screen sharing plist file is gone. Any ideas?

[ Reply to This | # ]
10.5: Start screen sharing remotely in Terminal
Authored by: joelbruner on Thu, May 29 2008 at 9:23AM PDT
I recall hearing at WWDC about how the plists are read in by the GUI tools using Cocoa events (or Apple Events called by a Cocoa app) this is the case for many plist controlled items like screensaver password and some others. So when you delete a plist you need a way to fire of the right event to the system so it refreshes. (No I haven't Googled it but there's the hint :)

[ Reply to This | # ]