From owner-freebsd-questions@FreeBSD.ORG Mon Sep 17 17:12:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42CD116A417; Mon, 17 Sep 2007 17:12:34 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy03.edpnet.net (lmailproxy03.edpnet.net [212.71.1.196]) by mx1.freebsd.org (Postfix) with ESMTP id D9B7A13C4A6; Mon, 17 Sep 2007 17:12:33 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (212.71.12.102.adsl.dyn.edpnet.net [212.71.12.102]) by lmailproxy03.edpnet.net (8.13.1/8.13.1) with ESMTP id l8HHCtVe009927; Mon, 17 Sep 2007 19:12:56 +0200 From: beni To: infofarmer@freebsd.org Date: Mon, 17 Sep 2007 17:12:10 +0000 User-Agent: KMail/1.9.7 References: <200709151451.11659.beni@brinckman.info> <200709161040.45622.beni@brinckman.info> <20070917144227.GJ52705@amilo.cenkes.org> In-Reply-To: <20070917144227.GJ52705@amilo.cenkes.org> X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709171712.10897.beni@brinckman.info> X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on lmailproxy03.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,BAYES_50 autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on lmailproxy03.edpnet.net Cc: freebsd-questions@freebsd.org Subject: Re: linux-firefox dies after xorg update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 17:12:34 -0000 On Monday 17 September 2007 14:42:28 Andrew Pantyukhin wrote: > On Sun, Sep 16, 2007 at 10:40:44AM +0000, beni wrote: > > On Saturday 15 September 2007 19:10:02 Andrew Pantyukhin wrote: > > > On Sat, Sep 15, 2007 at 02:51:08PM +0000, beni wrote: > > > > Hi, > > > > > > > > After updating xorg to 7.3 (and adding a new ServerFlags section to > > > > my /etc/X11/xorg.conf to put "ignoreABI" to "on" to get kdm back), > > > > now my linux-firefox does not start any more. It dies with the > > > > following error : > > > > > > > > [beni@bsdaddict /usr/home/beni]$ linux-firefox > > > > /home/beni/.gtkrc-2.0:12: Unable to find include file: > > > > "~/.gtkrc.mine" > > Could you try moving ~/.gtkrc-2.0 somewhere else temporarily? Moved the file out of the way, but still the same result : [beni@bsdaddict /usr/home/beni]$ linux-firefox The program 'firefox-bin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 102 error_code 8 request_code 145 minor_code 3) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [beni@bsdaddict /usr/home/beni]$ -- Beni.