After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 512231 - Musicbrainz notification display problem
Musicbrainz notification display problem
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: interface
git master
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
: 529708 532980 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-01-26 13:52 UTC by Michael Monreal
Modified: 2014-03-24 16:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Screenshot (32.95 KB, image/png)
2008-01-26 13:53 UTC, Michael Monreal
  Details
proposed fix (2.95 KB, patch)
2008-05-14 18:50 UTC, Pekka Vuorela
committed Details | Review

Description Michael Monreal 2008-01-26 13:52:42 UTC
The musicbrainz notification is displayed very strangely on my system, I'll attach a screenshot.
Comment 1 Michael Monreal 2008-01-26 13:53:35 UTC
Created attachment 103776 [details]
Screenshot
Comment 2 Luca Cavalli 2008-01-26 14:05:13 UTC
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.
Comment 3 Michael Monreal 2008-01-26 14:18:11 UTC
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.
Comment 4 Ross Burton 2008-01-26 14:48:22 UTC
As the widget is copied from gedit, they should see it too. Its an expose problem if anyone fancies debugging it. :)
Comment 5 Michael Monreal 2008-01-26 14:57:21 UTC
You mean when gedit asks you if you want to reload a changed file fore example? Never seen the problem there...
Comment 6 Ross Burton 2008-01-26 15:03:03 UTC
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.
Comment 7 Brian Geppert 2008-02-26 03:22:45 UTC
I'm getting the same behavior.
Comment 8 Ross Burton 2008-04-24 15:37:03 UTC
*** Bug 529708 has been marked as a duplicate of this bug. ***
Comment 9 Ross Burton 2008-05-13 17:03:27 UTC
*** Bug 532980 has been marked as a duplicate of this bug. ***
Comment 10 Pekka Vuorela 2008-05-14 18:50:08 UTC
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 :)
Comment 11 Ross Burton 2008-05-14 19:58:08 UTC
If it fixes it for you, I'm happy.  Thanks for having a look at this!