Installing in Ubuntu from a PPA
================================
To install this software in Ubuntu from a PPA open a terminal and run the
following commands: 

        sudo add-apt-repository ppa:hernejj/ppa     
        sudo apt-get update
        sudo apt-get install gnomeplacesscreenlet

Installing manually
====================
Installing this screenlet is as easy as copying the GnomePlaces folder to the 
correct location on your computer.

If you wish to install this screenlet in the main screenlets folder so every
user on the system can use it then copy the RecentlyUsed folder to 
/usr/share/screenlets

    sudo cp -r GnomePlaces /usr/share/screenlets

If you wish to install this screenlet in your home folder so only your user can
use it then copy the GnomePlaces folder to ~/.screenlets/

    mkdir ~/.screenlets
    cp -r GnomePlaces ~/.screenlets

NOTE: You *must* have the screenlets package installed before you can use this
software. To install the screenlets package in Ubuntu use the following command:

    sudo apt-get install screenlets

