From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: filebat Mark Newsgroups: gmane.emacs.help Subject: Re: murrine style error in emacs 23.2 on ubuntu 10.04 Date: Tue, 17 Aug 2010 00:51:06 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016367f9a0e7d0c62048df3a385 X-Trace: dough.gmane.org 1281977507 14610 80.91.229.12 (16 Aug 2010 16:51:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Aug 2010 16:51:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: n179911 Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 16 18:51:46 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol2uS-000804-TA for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Aug 2010 18:51:45 +0200 Original-Received: from localhost ([127.0.0.1]:60244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol2uQ-0007kZ-T3 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Aug 2010 12:51:38 -0400 Original-Received: from [140.186.70.92] (port=33946 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol2u0-0007jk-FL for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 12:51:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ol2tw-0002yv-7g for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 12:51:12 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:45980) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol2tw-0002yZ-3V for help-gnu-emacs@gnu.org; Mon, 16 Aug 2010 12:51:08 -0400 Original-Received: by wyg36 with SMTP id 36so6512961wyg.0 for ; Mon, 16 Aug 2010 09:51:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=EYft4S6zkercORTkr1jAAVkZPjHgwknnHKVpfRN1hy4=; b=uP5KIWHBaAAisfix08zmdRYwRnVBHWBjLOBZX4zWlCZRnLRMkeC9o2Mi1U8OWs3Tfi Sa6Z5aFsK0EyXnyHuBaaY7yydyCohgLOsedhc9sUBS7ZX4skCF5fF/flwxYAqPJY3TKf GOGNaFitxbAG0JBqtVY/k2CQK2S2oH58C23n0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dqBtU6wfdP93kQIZUx+Mp0FwRQG3IFTYXgpGaBlQApwgv6hJ4m0n8SUuiqT1Giohaz 2KN20jF+s0ZBnIvlGJQXyzuO8lQE/4DlmQ+MWp/eR+ZWmz5IZXo7oexPovhpTQTyIFzi OkcNYmIU5y4cA7VJI4eQ5Bl4kbho4+TopEjQ4= Original-Received: by 10.227.145.208 with SMTP id e16mr4669194wbv.164.1281977466292; Mon, 16 Aug 2010 09:51:06 -0700 (PDT) Original-Received: by 10.216.190.203 with HTTP; Mon, 16 Aug 2010 09:51:06 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74678 Archived-At: --0016367f9a0e7d0c62048df3a385 Content-Type: text/plain; charset=ISO-8859-1 You are probably touching below bug. https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/538541 The workaround is change value of trough-under-steppers in gtkrc file, from 0 to 1. https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499/comments/24 Regards, Denny On Mon, Aug 9, 2010 at 4:58 PM, n179911 wrote: > Hi, > > I have compiled emacs 23.2 and trying to run that on ubuntu 10.04 with > the default dark theme. > But I am getting the following errors: > > ** (emacs:2006): CRITICAL **: murrine_style_draw_box: assertion > `height >= -1' failed > > ** (emacs:2006): CRITICAL **: murrine_style_draw_box: assertion > `height >= -1' failed > > ** (emacs:2006): CRITICAL **: murrine_style_draw_box: assertion > `height >= -1' failed > > ** (emacs:2006): CRITICAL **: murrine_style_draw_box: assertion > `height >= -1' failed > > Can you lease tell me how can I fix that? > > Thank you > > -- Thanks & Regards Denny Zhang --0016367f9a0e7d0c62048df3a385 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You are probably touching below bug.
https://bugs.launchpad.net/ubuntu/+s= ource/emacs23/+bug/538541

The workaround is change value of trou= gh-under-steppers in gtkrc file, from 0 to 1.
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug= /538499/comments/24

Regards,
Denny

On Mon, Aug 9, 2010 at 4:58 PM, n179911 <n179911@gmail.com> wrote:
Hi,

I have compiled emacs 23.2 and trying to run that on ubuntu 10.04 with
the default dark theme.
But I am getting the following errors:

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

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

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

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

Can you lease tell me how can I fix that?

Thank you




--
Thanks & Regards
Denny Zhang

--0016367f9a0e7d0c62048df3a385--