John H. schrieb: > I had to modify it a bit... > > ls -la |grep libgmail > lrwxrwxrwx 1 root root 82 2007-08-02 03:09 libgmail -> > /usr/lib/python2.5/site-packages/conduit/dataproviders/GmailModule/libgmail-0.1.5/ > > pwd > /usr/lib/python2.5/site-packages > > and I restarted X but the plugin still won't work in deskbar applet. > The contents of the folder are thus... > lgconstants.py lgconstants.pyo libgmail.pyc > lgconstants.pyc libgmail.py libgmail.py > > The libgmail package doesn't have a __init__.py. Try the following: cd /usr/lib/python2.5/site-packages/conduit/dataproviders/GmailModule/libgmail-0.1.5/ ln -s libgmail.py /usr/lib/python2.5/site-packages ln -s lgconstants.py /usr/lib/python2.5/site-packages
-- Greetings, Sebastian Pölsterl _______________________________________________ deskbar-applet-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/deskbar-applet-list
