| Welcome! | English (US) ![]() |
| Welcome! | English (US) ![]() |
| dws90 says: I started playing around with GeekTool (http://projects.tynsoe.org/en/geektool/) this weekend. For those who haven't heard of it before, GeekTool is a Mac program that displays "stuff" directly on the desktop. "Stuff" can be files, images, or anything output by a script. It's a very useful program, so I highly recommend all Mac users try it out.
Posted at 5:08am on October 7, 2009 |
| emily (Remember The Milk) says: Hi dws90,
Posted 2 years ago |
| dws90 says: Awesome. Thanks! Posted 2 years ago |
| t.h.chia says: Hi, I can't seem to find the instructions. All that I get is a python script.
Posted 2 years ago |
| jcverdie says: Great, but fails at the first accent character :( (é,à, è, ...) Posted 2 years ago |
| duane.hubbard says: This also works great in Conky (linux). Thanks! Posted 2 years ago |
| enrico.goat says: It seems to fail at the first accent character, or Euro symbol, when the script is used within GeekTool.
Posted 2 years ago |
xeophin says:Yeah, a solution for this would be great ... otherwise it isn't much help, though it looks great when it runs in the terminal ^_^ Posted 2 years ago |
| enrico.goat says: I found a recipe that works for me:
Posted 2 years ago |
| rplakas says: I'm getting invaild syntax on line 84:
Posted 2 years ago |
| tahoo.tahooo says: what shall i do after the terminal opens? Posted 2 years ago |
| dws90 says: @t.h.chia - The instructions are at the top of the script. Open the script in a text editor and it should be pretty obvious.
Posted 2 years ago |
| viewer says: Is the first accent character problem related to this error?:
Posted 2 years ago |
| mle21 says: The script still doesn't seem to be executable for me. Anyone else have this problem? Posted 2 years ago |
| mle21 says: ...I'm still running 10.4.11, if that makes a difference. Posted 2 years ago |
| enrico.goat says: @viewer: yes it's related to that error
Posted 2 years ago |
| viewer says: I should note that the error I posted above came straight out of the terminal. My desktop doesn't have enough space to display enough of my tasks to reach that point. Posted 2 years ago |
| dws90 says: It was just a simple encoding issue. I've posted a new version of the script that should fix it (same URL as before), so give it a shot and let me know if things still aren't working. Posted 2 years ago |
dombett says:Of course, two seconds later I figured it out. Private addresses need to be turned on. Posted 2 years ago |
| amaechler says: To fix problems with Unicode, add these lines to the top of the Script:
Posted 2 years ago |
| zathraszero says: I'm getting the same error as rplakas
Posted 2 years ago |
| zathraszero says: Actually the ^ sits under the o in open in the out not quite like it has been shown above. Posted 2 years ago |
| viewer says: It now works flawlessly. Thanks dws90 for your responsiveness! Posted 2 years ago |
ethores says:I'm getting the same error as @rplakas and @zathraszero. Bummer, this sounds really cool! Posted 2 years ago |
| bmcquist says: I also am getting the same error as zathraszero and rplakas... Posted 2 years ago |
| spunkytofu says: No errors, but the box is just blank. Posted 2 years ago |
| bmcquist says: try running the script in terminal, my box was blank as well... Posted 2 years ago |
| spunkytofu says: In terminal, it does nothing. Just prints the same line waiting for me to add another command. Posted 2 years ago |
xeophin says:The new version works with accented characters – great, works perfectly. Thanks! Posted 2 years ago |
dombett says:Remember that in both the terminal and in Geektool you have to phrase the run command as:
Posted 2 years ago |
| spunkytofu says: Adding "python" to the front in GeekTool changes nothing. In terminal, it returns this:
Posted 2 years ago |
| vivek.gera says: rememberthegeek.py:88: Warning: 'with' will become a reserved keyword in Python 2.6
Posted 2 years ago |
| dws90 says: It would appear that I was using something introduced in Python 2.6, which doesn't seem to be in Leopard. I don't have a Leopard machine available to test with, but I just uploaded a new version that should fix the error some of you are getting. Please download the new version of the script and let me know if you continue to get the error.
Posted 2 years ago |
| jameson.smiith says: This sounds like a great idea, but like several others, I receive the following error and a blank GeekTool box:
Posted 2 years ago |
| bmcquist says: thanks for the update, worked just fine on machine with the update...its a leopard machine...and it is definitely Python 2.6. No more with syntax error.
Posted 2 years ago |
| dws90 says: @jameson.smith: The line mentioned in your error message is no longer present in the latest version of the script, so it looks like you have an older version. Please redownload the script and try again.
Posted 2 years ago |
| spunkytofu says: Working now. Thanks. Posted 2 years ago |
| filemakerdave says: I have everything install with private address "on" and get unable to access the feed. I get the feed ok when I click the Atom feed. Posted 2 years ago |
| jinegao says: yes
Posted 2 years ago |
| heathercmiller says: @filemakerdave
Posted 2 years ago |
| perezcarballo says: Hi all,
Posted 2 years ago |
| dws90 says: @perezcarballo: You're using a different script than mine. I can't help you with that, other than suggesting that you give mine a shot (download in the first post).
Posted 2 years ago |
| david.bae says: Hey I can't get it to access my RTM feed, it keeps saying, "Unable to access feed" does it matter which private RSS address I use in the script? I just used the RSS private script from my "All Tasks" Tab. Private Addresses are enabled, and I've tried resetting my private addresses and pasting the new URLs into the script but I'm still getting the same persistent error :[
Posted 2 years ago |
| david.bae says: Nevermind fixed it, for those of you who may be having the same problem as me, change your RSS address, if you just directly copy and paste it, it will appear as
Posted 2 years ago |
| quirkydude says: It's telling me the wrong date for everything. It's saying something is for Sunday, June 13, but its really for Monday, June 14. Any ideas? Posted 1 year ago |
| dws90 says: The script takes the date directly from the feed, so if the date's wrong, that implies that RTM is outputting the wrong date for some reason. Check the feed yourself (open the URL in your browser) and double-check that that is the case. If so, look at your RTM settings. Perhaps it's a timezone issue? Posted 1 year ago |
| perezcarballo says: Quick question. Is there away of not displaying due date when the due date is "never". I don't know anything about Python, but I gave it a shot and had this Posted 1 year ago |
| perezcarballo says: Oops. There was an indentation problem (among other little things). I sorted it out now. Posted 1 year ago |
| drvillo says: For what is worth, I've thrown a dirty patch for handling private feeds. Replacing the loadOnlineFeed() method with this one does the job: Posted 1 year ago |