I couldn't produce that bug yet, but looking at line 554 of /usr/bin/gnome-about, it says: print '''Warning: could not open "%s": %s''' % self.url, e which produces definetly a TypeError and should be: print '''Warning: could not open "%s": %s''' % (self.url, e)
-- gnome-about crashed with TypeError in open_url() https://bugs.launchpad.net/bugs/182354 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs