GNOME Bugzilla – Bug 512231
Musicbrainz notification display problem
Last modified: 2014-03-24 16:38:41 UTC
The musicbrainz notification is displayed very strangely on my system, I'll attach a screenshot.
Created attachment 103776 [details] Screenshot
This seems the very same problem I had with the old version of the widget, but on my system it disappeared with the new one.
Strange, I took the screenshot this morning and just checked SVN, it just had a few translations updates, so I guess I'm using the latest.
As the widget is copied from gedit, they should see it too. Its an expose problem if anyone fancies debugging it. :)
You mean when gedit asks you if you want to reload a changed file fore example? Never seen the problem there...
I've just checked and the SJ source is identical. If you can look at how gedit uses the widget, maybe just showing it isn't enough.
I'm getting the same behavior.
*** Bug 529708 has been marked as a duplicate of this bug. ***
*** Bug 532980 has been marked as a duplicate of this bug. ***
Created attachment 110921 [details] [review] proposed fix I took a closer look at this. I'm no GTK expert, but I think this widget needs an eventbox to hold it as the GeditMessageArea derives from GtkHBox and doesn't have an own window. At least this does seem to make it work :)
If it fixes it for you, I'm happy. Thanks for having a look at this!