From owner-freebsd-stable@FreeBSD.ORG Mon Apr 19 07:33:00 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91BAE16A4CE for ; Mon, 19 Apr 2004 07:33:00 -0700 (PDT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1120943D2D for ; Mon, 19 Apr 2004 07:33:00 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 2CAE478C71; Mon, 19 Apr 2004 16:32:57 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16879-08-4; Mon, 19 Apr 2004 16:32:56 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 3EFA678C70; Mon, 19 Apr 2004 16:32:56 +0200 (CEST) Received: from 192.168.0.105 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 19 Apr 2004 16:32:56 +0200 (CEST) Message-ID: <49555.192.168.0.105.1082385176.squirrel@webmail.thilelli.net> In-Reply-To: <4083DE92.9020506@kernel32.de> References: <4083B346.3040708@kernel32.de> <49279.192.168.0.105.1082383199.squirrel@webmail.thilelli.net> <4083DE92.9020506@kernel32.de> Date: Mon, 19 Apr 2004 16:32:56 +0200 (CEST) From: "Julien Gabel" To: "Marian Hettwer" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net cc: freebsd-stable@freebsd.org Subject: Re: xfce4-iconbox doesn't start X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 14:33:00 -0000 >> The iconbox is generally launched automatically when you use the port >> xfce4-session (which is not part of xfce4 because it is always in >> development ; I personally don't use it because of stability problem), >> which explain the warning. But this is not an error, and the iconbox >> must be launched: at least it is the case on my desktop. Are you sure >> the iconbox is not start after issuing the command? > Program received signal SIGSEGV, Segmentation fault. > 0x28099943 in netk_gtk_window_set_type () from > /usr/X11R6/lib/libxfcegui4.so.1 > > hm... I'm not that good in gdb / debugging, but I remember that xfce > 4.05 moved to gtk 2.4 ... sounds like an issue with that ... Note the "commit history" as of the 06 Apr 2004 00:26:57 for the port 'xfce4': "Fix dependency after gtk 2.4.0 import". Update your ports tree and upgrade all your xfce packages using the '-rR' of portupgrade(1) in order to avoid old dependancies. -- -jpeg.