Aqui está a solução alternativa do launchpad do ubuntu
O patch para / usr / lib / python3 / dist -packages / blueman / main / NetConf.py é
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()