I got the same problem on gwibber-1.2.0~bzr354
I've set my Application font size as 9.6 , I think rounding off would be more
appropriate as 9.6 is more closer to 10 than to 9.
In gwibber/gwui.py
76 self.settings.set_property("default-font-size", (int(fsize) +
2))
can be changed to
76 self.settings.set_property("default-font-size", (int(round(
float(fsize) ) + 2) + 2))
** Attachment added: "lp402116.diff"
http://launchpadlibrarian.net/30428326/lp402116.diff
--
fractional font sizes prevent gwibber starting
https://bugs.launchpad.net/bugs/402116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs