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!

How to remove troublesome GeekTool geeklets Apps
I love GeekTool, but ran into a roadblock when one of my geeklets caused it to freeze on startup, and I couldn't remove the offending widget from within the System Preferences panel. So, after digging around, I discovered that the geeklets are stored as plist files at ~/Library » Preferences » org.tynsoe.geeklet.*.

You can open these files in the Property List Editor (or PListEdit Pro), and look through the entries to find the problematic script, and delete the entry (or fix it, I assume). Then, save the file, restart GeekTool from System Preferences, and you should be good to go.

After having to do that a few times, you will probably figure out what is causing the freeze and be able to fix your script. For me, using $>tail -f <file_name>, caused it to freeze, but using a file geeklet with the same filename, I was able to get the same result.
    •    
  • Currently 5.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[1,942 views]  

How to remove troublesome GeekTool geeklets | 3 comments | Create New Account
Click here to return to the 'How to remove troublesome GeekTool geeklets' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
How to remove troublesome GeekTool geeklets
Authored by: filmgeek on Fri, Oct 23 2009 at 2:42PM PDT
I had to stop using geek tool - it was using over 3GB of VM; any advice?
---
h


[ Reply to This | # ]
How to remove troublesome GeekTool geeklets
Authored by: shears on Fri, Oct 23 2009 at 2:52PM PDT
Thank you! I upgraded geektool from 2.2 to 3 and I thought I've lost all my scripts. Fortunately, the new version saves the scripts in a different plist so I could get all my old scripts back.

[ Reply to This | # ]
How to remove troublesome GeekTool geeklets
Authored by: ybizeul on Mon, Oct 26 2009 at 2:27PM PDT
@filmgeek : VM usage is not what GeekTool is using in RAM. Check RMEM to see what is private to GeekTool

Concerning this tip, this is an issue that I should fix, thank for it, I'll try to work on it !

--
GeekTool Author

[ Reply to This | # ]