On occasion under OSX Lion, TextMate refuses to launch. I’ve found that simply deleting it’s pid file seems to get things working again, just open Terminal and type:
rm ~/Library/Application\ Support/TextMate/TextMate.pid
Hope this safes someone some puzzled frowning time.
Tags: lion, osx, terminal, textmate
This entry was posted on Thursday, November 24th, 2011 at 4:57 pm and is filed under General, Mac / OS X, TextMate.
You can follow any comments to this entry through the RSS 2.0 feed.
You can leave a comment, or trackback from your own site.
I had this exact problem after an grey-screen-of-death crash. This solved it. Thank you!