Seemingly significant is this bug's failure occurred on a shared Mac printer.
If I had to guess, it is the embedded Unicode \u2019 'RIGHT SINGLE QUOTATION MARK'. Probably this is being interpreted as a "close the string" or something wacky, rather than just a string value. Here's the original bug's string (dbus.String(u'hp psc 1310 series @ Stefan Wiemer\u2019s MacBook Pro') And here's mine : system-config-printer.py crashed with KeyError in _reply(): (dbus.String(u'Brother MFC-7420 @ David Gersten\u2019s Computer'), dbus.String(u'_ipp._tcp'), dbus.String(u'local')) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/716357 Title: system-config-printer.py crashed with KeyError in _reply(): (dbus.String(u'hp psc 1310 series'), dbus.String(u'_ipp._tcp'), dbus.String(u'local')) -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
