View Single Post
Posts: 4 | Thanked: 1 time | Joined on Aug 2008
#7
Hey guys, complete n00b here, I've followed all installation guides i can find, but I have not been able to get Canola to launch. Here's what I get when I launch from xterm with canola -vvv. Any help would be greatly appreciated!

Code:
~ $ canola -vvv

1217571081.7353 INFO manager:48:_load_config() loaded terra config '/etc/canola.conf'

1217571081.9415 INFO manager:65:_setup_plugin_manager() plugin manager up and running

1217571081.9456 DEBUG manager:156:get_class() looking for first class with filter 'SystemProperties'

1217571081.9496 DEBUG manager:114:get_classes() looking for classes with filter 'SystemProperties'

1217571082.3498 DBG_E plugin_manager:151:_load_plugins() [libdbus-1.so.2: cannot open shared object file: No such file or directory] while loading plugin 'Maemo System', skipping it ...

Traceback (most recent call last):

File "python-terra/core/plugin_manager.py", line 148, in _load_plugins

File "python-terra/core/plugin_manager.py", line 91, in load

File "python-terra/core/module_loader.py", line 28, in load

File "canola-core/maemo/system.py", line 22, in <module>

File "/usr/lib/python2.5/site-packages/dbus/ecore.py", line 2, in <module>

ImportError: libdbus-1.so.2: cannot open shared object file: No such file or directory

1217571082.3998 DBG_W plugin_manager:144:_load_plugins() plugin 'Linux System' disabled, skipping it ...

Traceback (most recent call last):

File "/usr/bin/canola", line 232, in <module>

setup_dot_canola()

File "/usr/bin/canola", line 71, in setup_dot_canola

system_props = mger.get_class("SystemProperties")() # XXX

File "python-terra/core/manager.py", line 157, in get_class

File "python-terra/core/manager.py", line 123, in get_classes

ValueError: No plugin found with filter 'SystemProperties'