I've been very busy, but I did write a fun hack recently.
I wrote a python shell nautilus plugin by cobbling together bits of PyGTK, GIMP, and some tutorials. It's not terribly useful but it's a neat proof of concept. If you want to use it (and if you read this blog, there is a good chance you do), you will need to install the "python-nautilus" package and these files:
- nautilus_gtk_console.py - in /usr/lib/nautilus/extensions-1.0/python/
- gtkcons.py - somewhere on your sys.path
Of particular interest is the "window" object in your namespace. See if you can uncover the secret level!