View Single Post
Posts: 133 | Thanked: 172 times | Joined on Jul 2009 @ Travel bag
#22
your permissions on the theme folder look okey to me. And the conflict messages that you posted above for librsvg2-common and librsvg2-2, I have them too.

With these being in place, I would suspect the standard Python modules.. following libraries are imported in the python code and hence I would see these as the dependencies
Code:
import pango
import pygtk
import gtk
from gtk import gdk
import hildondesktop
import cairo
import rsvg
import math
Code:
hildon-desktop-python-loader, python2.5-hildondesktop, python2.5-hildon, python2.5-gobject, python2.5-dbus, python2.5-osso, python2.5-cairo, python2.5-gtk2
All these requirements are readily packaged part of the Cairoclock. Could you please try installing it from here or from the application manager. With that we should see the SVGClock on the desktop
 

The Following User Says Thank You to shin For This Useful Post: