From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 18:56:30 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 A2E7110656E1 for ; Tue, 24 Mar 2009 18:56:30 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8E38FC0C for ; Tue, 24 Mar 2009 18:56:30 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so1662644ywh.13 for ; Tue, 24 Mar 2009 11:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BRL+3ca34xcW7V9gzgdtX7FYlilat+zEW7JBjXCJR+M=; b=QjzsowxP5sc08D5tAXFcZsH7/vS55jk68e+ldoeuzkEuberjAx8AlGNZH0+krPHjgB M/MMHxGPwOAealGfnsUZDAiG+9Lh/o2vtS2JgKUlBsarSO7kNl62Ql6Dmm2ev+xn7wAO utWDsu7TcalTUyya1QobauqrPEUycmAbm0eR0= 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:content-transfer-encoding; b=FDsTdmIjtK0TsZMIqWebMCUzmkzZoYrZv6eR3aZXJdkHvpxM1A5kn4gJqBeNI9LEmp 3JFn/6sVYB2M8Vuv3B1O1ILGi5LFu0EVqCMrakQLUa2O90/cNIF0BTTW2Ix8Wheh1VGH joSN4kYwKKak8/ny58JsqIX7RrhpkEZ5ghW5A= MIME-Version: 1.0 Received: by 10.151.82.13 with SMTP id j13mr15505597ybl.84.1237920989674; Tue, 24 Mar 2009 11:56:29 -0700 (PDT) In-Reply-To: <49C90CF6.5070409@gmail.com> References: <49C869CD.3040306@gmail.com> <49C90CF6.5070409@gmail.com> Date: Tue, 24 Mar 2009 11:56:28 -0700 Message-ID: From: "Jack L." To: Manish Jain Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Clicking on Terminal crashes XFCE4 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: Tue, 24 Mar 2009 18:56:32 -0000 On Tue, Mar 24, 2009 at 9:40 AM, Manish Jain wr= ote: > Warren Block wrote: >> >> On Tue, 24 Mar 2009, Manish Jain wrote: >> >>> I am Gnome user just trying out xfce for fun. I did a >>> 'make install clean' in /usr/ports/x11-wm/xfce4-?* >> >> The meta-port is just /usr/ports/x11-wm/xfce4, which you haven't >> installed. >> >>> Everything went well. When I did a startx, xfce4 came up nicely. >>> Everything seems ok, but when I click on Terminal/xterm, X crashes retu= rning >>> me to the console. >>> >>> Is there something missing or wrong in my setup ? Any help would be >>> appreciated. >> >> Install /usr/ports/x11-wm/xfce4 to fill out the rest of the requirements= , >> then do startxfce4. >> >> -Warren Block * Rapid City, South Dakota USA >> > > I installed /usr/ports/x11-wm/xfce4 too. The results are exactly the same= . > Interestingly, I can run gnome-terminal in xfce without any hiccup. Even > more interestingly, I can xfce's Terminal from Gnome pretty well. There a= re > a few warnings though : > > (Terminal:20866): Gtk-WARNING **: Could not find the icon > 'stock_terminal-newtab'. The 'hicolor' theme > was not found either, perhaps you need to install it. > You can get a copy from: > =C2=A0 =C2=A0 =C2=A0 =C2=A0http://icon-theme.freedesktop.org/releases > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not prese= nt > in theme > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not > present in theme > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' not > present in theme > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow' > not present in theme > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not prese= nt > in theme > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not > present in theme > > (Terminal:20866): Gtk-WARNING **: Error loading theme icon > 'stock_terminal-closewindow' for stock: Icon 'stock_terminal-closewindow' > not present in theme > > (Terminal:20866): GLib-GObject-WARNING **: instance of invalid > non-instantiatable type `(null)' > > (Terminal:20866): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: > assertion `G_TYPE_CHECK_INSTANCE (instance)' failed > > -- Try a make clean install clean and see if it still does that. Also, are your ports up to date?