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 Desktop Bugs, which is a bug contact for gnome-desktop in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
