Muffinresearch Labs by Stuart Colville

Leopard Bug – Screensaver causes coreservicesd to crash | Comments (0)

Posted in Apple on 2nd September 2008, 1:06 pm by Stuart

I’ve just found a fix to an annoying issue. I have a keystroke set to activate the screensaver and the lock the screen of my work MacBook Pro via an applescript. I was recently finding when I came back from lunch the system is pretty much dying on it’s feet. I started poking around the system logs and googling some of the error message which all seemed to be related to coreservicesd.

From this post http://www.macosxhints.com/article.php?story=20071102105927735 I found the cause of the issue is that a second instance of the screensaver will kick in at the interval set-up in sys prefs despite the screensaver having already been manually activated when I lock the screen.

The solution for this is to activate the screensaver via an automator script as the link above describes. What I’ve done is to set the activation of the screensaver to never happen so that I always activate it manually.

Post Tools

Comments: Add yours







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(2)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.482s.