Howto: Enable Tagging in Ubuntu Gutsy in 4 simple steps « popsyndikalist

#1 of 9 marked pages on the trail Desktop:Tagging, Metadata, Extended File Attributes by rowanrook
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:

  1. Install python-nautilus package:
  2. sudo aptitude install python-nautilus

  3. Download “Tags-Tab”-Extension and move it to .nautilus/python-extensions (you may have to creat this folder)
  4. 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.tagging1.png
  5. 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… tagging2.png

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 k20878 notes that 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
1.
(1) In my case, the proper directory to install tracker-tags-tab.py into was usr/lib/nautilus/extensions-1.0/python

(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?
Posted at 15:46 on 2007-11-03 by rowanrook