rowanrook's comments
Today marks the release of Ubuntu Gutsy Gibbon. One brand new feature of gutsy is that tracker, a desktop indexer like google dektop, runs by default. Tracker also supports taxonomy for your files and folders but this feature is not yet integrated into gnome. But wait…you can have it anyway in a few simple steps:
- Install python-nautilus package:
sudo aptitude install python-nautilus
- Download “Tags-Tab”-Extension and move it to .nautilus/python-extensions (you may have to creat this folder)
- Restart Nautilus:
Alt+F2 and type in killall nautilus
Now you can start tagging files and folders. Simply right-click on the item you want to tag, go to the “Tag”-tap and insert your tags.
- Setup Searchfolders
In order to have your tagged items on your hand when ever you need them, simply go to nautilus click on the search button and type:
tag:[tagname]
Then go to File->Save search…
Voila, now you can start reorganizing your desktop with tags. I “implemented” some sort of GTD-System with a “next”-tag for files I want to work on in the next days.
Update 29.10.07: User if this did not work for you, you should try to make both the .py and .pyc files in the
extensions directory executable.
Other comments


(2) In order to do this I had to open the terminal and type
sudo nautilus . Without sudo I could not paste the file.
(3) I also installed the python-dev package thru synaptic just in case.
(4) It works! Cool.
(5) Does anyone know how to enable Tracker tagging in Konqueror?