From owner-freebsd-questions@FreeBSD.ORG Wed Dec 2 02:05:58 2009 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 CE0F7106566C for ; Wed, 2 Dec 2009 02:05:58 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id B1B728FC12 for ; Wed, 2 Dec 2009 02:05:58 +0000 (UTC) Received: from OMTA15.emeryville.ca.mail.comcast.net ([76.96.30.71]) by QMTA07.emeryville.ca.mail.comcast.net with comcast id C1xj1d0041Y3wxoA725z2w; Wed, 02 Dec 2009 02:05:59 +0000 Received: from localhost ([67.180.204.190]) by OMTA15.emeryville.ca.mail.comcast.net with comcast id C25y1d00D46zqiB8b25ypq; Wed, 02 Dec 2009 02:05:58 +0000 Date: Tue, 1 Dec 2009 18:06:04 -0800 From: Rem P Roberti To: Jason Message-ID: <20091202020604.GC1030@bsd.remdog.net> Mail-Followup-To: Jason , Adam Vande More , FreeBSD References: <20091202001623.GA3169@bsd.remdog.net> <6201873e0912011716r1180247ds1f03d312b7d4ded@mail.gmail.com> <20091202014004.GA1030@bsd.remdog.net> <20091202014307.GB30719@eggman.experts-exchange.com> <20091202015007.GB1030@bsd.remdog.net> <20091202015224.GC30719@eggman.experts-exchange.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091202015224.GC30719@eggman.experts-exchange.com> User-Agent: Mutt/1.4.2.3i Cc: Adam Vande More , FreeBSD Subject: Re: What's up with gnome-terminal? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 02:05:58 -0000 On 2009.12.01 17:52:24 +0000, Jason wrote: > On Tue, Dec 01, 2009 at 05:50:07PM -0800, Rem P Roberti thus spake: > >On 2009.12.01 17:43:08 +0000, Jason wrote: > >>On Tue, Dec 01, 2009 at 05:40:04PM -0800, Rem P Roberti thus spake: > >>>On 2009.12.01 19:16:10 +0000, Adam Vande More wrote: > >>>>On Tue, Dec 1, 2009 at 6:16 PM, Rem P Roberti > >>>>wrote: > >>>> > >>>>> Still no joy trying to get gnome-terminal to work. Now when I try to > >>>>> load it I get this error message: > >>>>> > >>>>> ** > >>>>> ERROR:terminal-app.c:1445:terminal_app_init: assertion failed: > >>>>> (app->system_font_desc != NULL) > >>>>> Abort trap: 6 (core dumped) > >>>>> > >>>>> Funny thing is that a year or so ago I used to use gnome-terminal on > >>>>> another installation with no problems. Did something change? > >>>>> > >>>>> Rem > >>>>> > >>>>> > >>>>Works great here and I doubt it a problem w/ terminal itself. Perhaps > >>>>your > >>>>install is borked, try reinstalling, checking for lost/broken depends, > >>>>etc. > >>> > >>>I'm sure your're right. I did a reinstall and that didn't change > >>>anything. Is there a config file I need to tweak? A daemon I'm not > >>>starting? Maybe I'm just not running this thing correctly. > >> > >>Did you rebuild all dependent ports on this application? > > > >I just did a deinstall/reinstall. Not sufficient? What's the procedure > >for doing a complete rebuild of the dependents? > > > I use portmaster, but you can use a host of utilities for this. > > portmaster -r gnome-terminal > > I would start with that. OK...tried that, but the results the same error message when I try to run gnome-terminal. Frustrating. Rem