Topic: gsimplecal: Lightweight calendar to display when clicking the clock
Hi,
I was looking on the forums, on the repositories and on the web for a lightweight calendar to display when clicking on tint2 clock. The most near alternative was orage, but it required several packages (including xfce4-panel) totaling 14.1 Mb! which was way too much for simply displaying a calendar. Although I have conky displaying a calendar of the current month I wanted a calendar which I could see other months (just like orage but without all the dependencies it has).
Today I found:
http://code.google.com/p/gsimplecal/
To install it (not sure if it's the best way) I downloaded all the files from:
http://code.google.com/p/gsimplecal/source/browse/
to
/opt/gsimplecal
And added permission to execute gsimplecal file.
It requires to install only one additional package: libunique-1.0-0. So you can install it with synaptic or:
sudo apt-get install libunique-1.0-0Added on tint2rc:
clock_lclick_command = /opt/gsimplecal/gsimplecalAnd that's it...
Note: The calendar has no close button, but it closes running the app again (clicking on the clock for a second time), which makes its integration great imo.
I leave you a screenshot of my desktop with the calendar:
Cheers,
Mguel