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 'Disable the .Mac screen saver' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Disable the .Mac screen saver
Authored by: lihtox on Thu, Aug 23 2007 at 7:46AM PDT
This tip worked for me, and also inspired me to get rid of the .Mac preference pane as well:

cd /System/Library/PreferencePanes
sudo mv Mac.prefPane Mac.prefPane.old

Now if only I could get rid of the iDisk menu item in the Finder....


[ Reply to This | # ]
Disable the .Mac screen saver
Authored by: szedula on Thu, Aug 23 2007 at 1:31PM PDT
Won't this:

> cd /System/Library/PreferencePanes
> sudo mv Mac.prefPane Mac.prefPane.old

break "Internet.prefPane"?

I see this line:

lrwxr-xr-x 1 root wheel 12 Jun 22 09:48 Internet.prefPane -> Mac.prefPane

When using "ls -al" to show the contents of "/System/Library/PreferencePanes"


[ Reply to This | # ]