![]() |
2011-05-09
, 18:01
|
Posts: 23 |
Thanked: 6 times |
Joined on Apr 2011
@ Finland
|
#41
|
The Following User Says Thank You to oiv For This Useful Post: | ||
![]() |
2011-05-09
, 18:09
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#42
|
![]() |
2011-05-09
, 18:14
|
Posts: 23 |
Thanked: 6 times |
Joined on Apr 2011
@ Finland
|
#43
|
The Following User Says Thank You to oiv For This Useful Post: | ||
![]() |
2011-05-09
, 18:24
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#44
|
I get gthis
$ python /opt/ConnLock/Applet.py
Traceback (most recent call last):
File "/opt/ConnLock/Applet.py", line 162, in <module>
MainDialog()
File "/opt/ConnLock/Applet.py", line 22, in __init__
self.networks = self.Config.getAllNetworks()
File "/opt/ConnLock/Config.py", line 101, in getAllNetworks
networks.append([network.split('/')[5], self.client.get_value(network+'/name'), trusted])
gconftool-2 --all-dirs /system/osso/connectivity/IAP
![]() |
2011-05-09
, 18:32
|
Posts: 19 |
Thanked: 2 times |
Joined on Aug 2009
|
#45
|
Traceback (most recent call last): File "/opt/ConnLock/Daemon.py", line 97, in <module> daemon = Daemon() File "/opt/ConnLock/Daemon.py", line 23, in __init__ self.Notifications = Notifications(self) File "/opt/ConnLock/Notifications.py", line 12, in __init__ self.bus = dbus.SessionBus() File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 219, in __new__ mainloop=mainloop) File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 108, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) File "/usr/lib/pymodules/python2.5/dbus/bus.py", line 125, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) dbus.exceptions.DBusException
![]() |
2011-05-09
, 18:48
|
Posts: 23 |
Thanked: 6 times |
Joined on Apr 2011
@ Finland
|
#46
|
I think your error message is missing the last line, but I'm pretty sure it's IndexError. You probably have another kind of structure in gconf. Could you try to run:
Code:gconftool-2 --all-dirs /system/osso/connectivity/IAP
ValueError: gconf key /system/osso/connectivity/IAP/f77283d1-1f38-4def-89ff-5cc3a2f17d0e/name has no value
The Following User Says Thank You to oiv For This Useful Post: | ||
![]() |
2011-05-09
, 19:02
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#47
|
Yes. Sorry. Back in my laptop now
Looking it now. It is the MMS entry after playing with fMMS. That entry indeed does not have the name value.Code:ValueError: gconf key /system/osso/connectivity/IAP/f77283d1-1f38-4def-89ff-5cc3a2f17d0e/name has no value
edit:
Edited the entry and now it works
Sure does!
Code:Traceback (most recent call last): File "/opt/ConnLock/Daemon.py", line 97, in <module> daemon = Daemon() File "/opt/ConnLock/Daemon.py", line 23, in __init__ self.Notifications = Notifications(self) File "/opt/ConnLock/Notifications.py", line 12, in __init__ self.bus = dbus.SessionBus() File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 219, in __new__ mainloop=mainloop) File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 108, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) File "/usr/lib/pymodules/python2.5/dbus/bus.py", line 125, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) dbus.exceptions.DBusException
![]() |
2011-05-09
, 20:42
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#48
|
~ $ python /opt/ConnLock/Applet.py Traceback (most recent call last): File "/opt/ConnLock/Applet.py", line 162, in <module> MainDialog() File "/opt/ConnLock/Applet.py", line 22, in __init__ self.networks = self.Config.getAllNetworks() File "/opt/ConnLock/Config.py", line 101, in getAllNetworks networks.append([network.split('/')[5], self.client.get_value(network+'/name'), trusted]) ValueError: gconf key /system/osso/connectivity/IAP/3de3d8eb-5171-4e52-9b56-ad3a42997f3e/name has no value
![]() |
2011-05-09
, 20:50
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#49
|
I'm also getting this with 0.3.0-2:
Code:~ $ python /opt/ConnLock/Applet.py Traceback (most recent call last): File "/opt/ConnLock/Applet.py", line 162, in <module> MainDialog() File "/opt/ConnLock/Applet.py", line 22, in __init__ self.networks = self.Config.getAllNetworks() File "/opt/ConnLock/Config.py", line 101, in getAllNetworks networks.append([network.split('/')[5], self.client.get_value(network+'/name'), trusted]) ValueError: gconf key /system/osso/connectivity/IAP/3de3d8eb-5171-4e52-9b56-ad3a42997f3e/name has no value
![]() |
2011-05-10
, 09:18
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#50
|
![]() |
Tags |
application, autolock, automatic, connection, locker |
|