Actually, if you edit line 178 of
docky/Docky.Services/Docky.Services/SystemService.cs to reference a
lower case state property like this:

                  return (NetworkState) Enum.ToObject
(typeof(NetworkState), network.Get (NetworkManagerName, "state"));

Then you will be able to see the weather again.

It's a change to dbus / NetworkManager to enforce strict interface
compliance. You can try it with these commands:

#broken
dbus-send  --system --print-reply --dest=org.freedesktop.NetworkManager 
/org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get 
string:"org.freedesktop.NetworkManager" string:"State"

#works
dbus-send  --system --print-reply --dest=org.freedesktop.NetworkManager 
/org/freedesktop/NetworkManager org.freedesktop.DBus.Properties.Get 
string:"org.freedesktop.NetworkManager" string:"state"

I didn't get the network manager itself to work yet, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/734490

Title:
  networkmanager docklet doesn't work with NetworkManager >= 0.9.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/docky/+bug/734490/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to