Here is a simple patch people can use. To be clear this will
automatically drop the previous state and create a new one. This should
not cause issues for most people but some that have made specific
changes to the ip address or dhcp daemon used will have to to redo their
setup in blueman-services.

https://patch-diff.githubusercontent.com/raw/blueman-
project/blueman/pull/515.diff

diff --git a/blueman/main/NetConf.py b/blueman/main/NetConf.py
index 61f5a63..24268df 100644
--- a/blueman/main/NetConf.py
+++ b/blueman/main/NetConf.py
@@ -299,7 +299,7 @@ def get_default(cls):
             NetConf.default_inst = obj
             f.close()
             return obj
-        except IOError:
+        except (IOError, UnicodeDecodeError):
             n = cls()
             try:
                 n.store()

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

Title:
  Blueman networking plug-in broken in Xenial

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

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

Reply via email to