As of this writing, revision 20 of gwui.py line 236 tries to convert a float that appears as string to an int. The value is retrieved from global application font preference. If you supposed have 8.5899, the conversion fails, but if you have an int it works ok.
So prior to casting to an int, if the value is first converted to a float, it does the trick of flooring the float value to an integer and the lower bound value is used in setting gwibber's application font size. -- gwibber crashed with ValueError in load_fonts() https://bugs.launchpad.net/bugs/425929 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs