On 03/03/2009 23:43, [email protected] wrote: > Got some Problem after fresh Install of Debian. > > Downloaded: > http://launchpad.net/sephora/0.2/0.2-0/+download/sephora_0.2-1_all.deb > > and installed with: debian-gta02:~# dpkg -i sephora_0.2-1_all.deb > > results in: > debian-gta02:~# export DISPLAY=:0 > debian-gta02:~# sephora > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/sephora.py", line 1614, in<module> > main_window = MainWindow() > File "/usr/lib/python2.5/site-packages/sephora.py", line 110, in __init__ > self.activateSectionPage(tabs[0]) > File "/usr/lib/python2.5/site-packages/sephora.py", line 170, in > activateSectionPage > tabs_widgets[name] = self.createSectionPage(name) > File "/usr/lib/python2.5/site-packages/sephora.py", line 186, in > createSectionPage > section = self.buildSectionPanel(name) > File "/usr/lib/python2.5/site-packages/sephora.py", line 218, in > buildSectionPanel > status = self.freerunner.getResource('GSM') > File "/usr/lib/python2.5/site-packages/sephora.py", line 1154, in > getResource > return resources.GetResourceState(resource) > File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in > __call__ > return self._proxy_method(*args, **keywords) > File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in > __call__ > **keywords) > File "/var/lib/python-support/python2.5/dbus/connection.py", line 622, in > call_blocking > message, timeout) > dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: > Method "GetResourceState" with signature "s" > on interface "org.freesmartphone.Usage" doesn't exist > > Additional Info: > debian-gta02:~# uname -r > 2.6.28-20090105.git69b2aa26 > > Thanks for hints, Ueli > > >
Sorry for the late reply: You can try to do this test mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage GetResourceState GSM If it return: /org/freesmartphone/Usage: GetResourceState -> 0 it is Sephora fault, else, if it give you something like: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "GetResourceState" with signature "s" on interface "org.freesmartphone.Usage" doesn't exist the problem is the version of fso-frameworkd that is not updated. Regards Michele Renda _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

