** Changed in: quodlibet (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/225380
Title:
quodlibet.py crashed with AttributeError in on_expose_event()
To manage n
See http://code.google.com/p/quodlibet/issues/detail?id=146 for an
updated version of fancy-trayicon
--
quodlibet.py crashed with AttributeError in on_expose_event()
https://bugs.launchpad.net/bugs/225380
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
Here's another (better, I think) fix:
in fancy-trayicon.py, replace the on_expose_event method by this code:
def on_expose_event(self, widget, event):
if not widget.__gdk_gc:
fg_style, bg_style = widget.get_style().fg[0],
widget.get_style().bg[0]
color = widget
** Tags removed: need-duplicate-check
--
quodlibet.py crashed with AttributeError in on_expose_event()
https://bugs.launchpad.net/bugs/225380
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.
My guess is that the widget is being destroyed somehow and gtk fails to
get the style (doing some code flipping it reported "assertion
`GTK_IS_WIDGET (widget)' failed" - and some segfaults too...)
A workaround is to make an instance of a gtk widget on __init__ and use
that to get the style from.
** Visibility changed to: Public
--
quodlibet.py crashed with AttributeError in on_expose_event()
https://bugs.launchpad.net/bugs/225380
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.ubunt