sabato 29 ottobre 2011

A highly integrated GMail notifier in Ubuntu 11.10

Thanks to Alexander Hungenberg we can have a simple and highly integrated GMail Notifier in Ubuntu 11.10. The picture above is self-explaining. This little tool is written in Python and uses the OSD notifications system.  
The installation is simple as usual in Ubuntu:

sudo apt-get install gm-notify

or search for gm-notify in the Ubuntu software center. After the installation use gm-notify-config to configure your account.

lunedì 17 ottobre 2011

Nautilus crashes in Ubuntu 11.10

When opening a folder, the file manager Nautilus crashes in Ubuntu 11.10. This is due to the package "nautilus-open-terminal".
To remove this annoying problem type the following command in a terminal:

sudo apt-get --purge remove nautilus-open-terminal

this removes the "nautilus-open-terminal" package.