刚才运行 emacs 时发现终端上显示了错误:
<pre>
** (emacs:6396): CRITICAL **: murrine_style_draw_box: assertion `height >= -1′ failed
</pre>
以前也没见过这个提示,今天第一次出现,google了一下,在http://thehacklist.blogspot.com/发现了解决办法,非常简单:
编辑 /usr/share/themes/Ambiance/gtk-2.0/gtkrc 这个文件
把 GtkRange::trough-under-steppers = 0 修改为 GtkRange::trough-under-steppers = 1
然后就好了。

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

This site uses Akismet to reduce spam. Learn how your comment data is processed.