I am trying to run eclipse 3.6 on ubuntu 10.04. I am getting these errors:
** (Eclipse:13709): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
** (Eclipse:16806): CRITICAL **: murrine_style_dra开发者_如何学Cw_box: assertion `height >= -1' failed
** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
And this causes the tool bar has big height. Is there a way to fix it?
Thank you.
it's a problem related to gtk and not to eclipse or emacs.
try this (solved to me) :
Modify the entry in /usr/share/themes/Ambiance/gtk-2.0/gtkrc from GtkRange::trough-under-steppers = 0 to GtkRange::trough-under-steppers = 1.
thanks to http://thehacklist.blogspot.com/2010/06/resolving-murrinestyledrawbox-assertion.html
[]s pedro
Looks like bug 305843
It should be fixed in Eclipse Helios 3.6RC4 and more.
If you have the final Eclipse Helios 3.6 version, you may have to open a new bug report.
精彩评论