Unity calendar lens not showing events in Ubuntu 12.04
- by David_G
I'm trying to get proper/useful calendar integration into Ubuntu 12.04. I have a Google Calendar (& account) and I want to be able to use this without opening the browser.
I want to get the Unity Calendar lens working, so that it shows events coming up, and it allows me a quick way to add new events. However, after installing it, it does not find any events, nor allow me to add a new event.
Note that I've installed Lightning 1.4, Evolution mirror 0.2.3, Evolution, and unity-calendar lens. I've also installed Calendar-indicator.
I suspect that somehow the lens is not getting the calendar information from thunderbird via evolution.
A bit of searching around led me to try this command: /usr/lib/calendar-lens/calendar-lens-daemon.py. With this result:
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
Traceback (most recent call last):
File "/usr/lib/calendar-lens/calendar-lens-daemon.py", line 324, in
daemon = Daemon()
File "/usr/lib/calendar-lens/calendar-lens-daemon.py", line 80, in init
for calendar in evolution.ecal.list_calendars():
AttributeError: 'NoneType' object has no attribute 'list_calendars'
Any ideas?