Tuesday, September 7, 2010

Emacs v23 and CRITICAL assertion errors

I install Emacs v23 on Ubuntu Lucid and saw these random error messages:

** (emacs:10826): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed

https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499

The way to fix it is here:

Modify the entry in /usr/share/themes/Ambiance/gtk-2.0/gtkrc from GtkRange::trough-under-steppers = 0 to GtkRange::trough-under-steppers = 1.

I credit this article to pointing out how to fix the issue.

http://thehacklist.blogspot.com/2010/06/resolving-murrinestyledrawbox-assertion.html

No comments:

Post a Comment