sudo vim  /usr/bin/gnome-about

replace  label.set_markup (_("<b>%(name)s:</b> %(value)s") % infos_dict)
to  label.set_markup ("<b>%(name)s:</b> %(value)s" % infos_dict)

Save and there is no problem again.

-- 
gnome-about crashed with KeyError in make_info_label()
https://bugs.launchpad.net/bugs/186118
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Reply via email to