On Fri, Jun 11, 2010 at 17:28, jeremy jozwik <[email protected]> wrote: > after recent upgrade... > > # shr-settings > SHR Settings > Launcher loaded in 3.70 sec > Traceback (most recent call last): > File "ecore.c_ecore_idler.pxi", line 29, in ecore.c_ecore.idler_cb > (ecore/ecore.c_ecore.c:4407) > File "ecore.c_ecore_idler.pxi", line 94, in > ecore.c_ecore.Idler._exec (ecore/ecore.c_ecore.c:4985) > File "/usr/bin/shr-settings", line 304, in init_dbus_idler > import dbus, e_dbus > ImportError: No module named dbus > Traceback (most recent call last): > File "elementary.c_elementary_object.pxi", line 30, in > elementary.c_elementary._object_callback > (elementary/elementary.c_elementary.c:4375) > File "/usr/bin/shr-settings", line 218, in displayModulesWin > log( "idler had not inited dbus yet, do it now", logtype.WARN) > AttributeError: class logtype has no attribute 'WARN' > > no modules will open. > until i am able to use shr settings are there any commands that can be > input to change the profile?
To change profile just press POWER button and select it from phoneui quickmenu. About this problem: ImportError: No module named dbus That doesn't look like shr-settings fault, it seems like something is broken in your instalation. Try to reinstall python-dbus. > File "/usr/bin/shr-settings", line 218, in displayModulesWin > log( "idler had not inited dbus yet, do it now", logtype.WARN) > AttributeError: class logtype has no attribute 'WARN' That's not a reason of failure, but thanks, fixed :) -- Sebastian Krzyszkowiak dos _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
