From owner-freebsd-x11@FreeBSD.ORG Sun Mar 14 20:43:56 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A12106566B; Sun, 14 Mar 2010 20:43:56 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-px0-f200.google.com (mail-px0-f200.google.com [209.85.216.200]) by mx1.freebsd.org (Postfix) with ESMTP id 480A08FC12; Sun, 14 Mar 2010 20:43:55 +0000 (UTC) Received: by pxi38 with SMTP id 38so466878pxi.27 for ; Sun, 14 Mar 2010 13:43:55 -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; bh=s3GekAh4UHInIBrinJpEsxQE1z5qL0ww999AhlQREo4=; b=Mxg3g0fvKOCvWkZuHna59Gv/ii9HjMWWEACCpcJoYTgUapV+FMbAThGFz7mJ6msrvK b6imx9RdshXd65Sebg33OvIW7erm0skRhKhNztq56rjOv3KbOYsDwKwvjz0UgCG0qwPj 4JJyZGExtNOqoP/DD67MZUDrAeUo0zLAU4/x0= 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=cJtySyffkz1P3YTaLl6wr98b/KxUbe+4jqCFrKsogCUxRipBogV4yMh8H+JcnBSpTf v5U/2lrij6TJ9/22upa273Wcy9IcKFP24pyutMIph5gPTTCcQcevJpvItWdFTSPpqMJx ZrPSeR7IqcWlCV2vWupyNQKYYKDhjV6+b8nOM= MIME-Version: 1.0 Received: by 10.143.20.13 with SMTP id x13mr3021197wfi.225.1268599435551; Sun, 14 Mar 2010 13:43:55 -0700 (PDT) In-Reply-To: References: <20100311134413.GH19740@bsdcrew.de> <7d6fde3d1003111643w29ad50fh1fb7645ee157c10b@mail.gmail.com> <7d6fde3d1003121409l7de396bake4409dddfb9f1783@mail.gmail.com> <7d6fde3d1003131114x29db8e1coc188f6795c1194cb@mail.gmail.com> Date: Sun, 14 Mar 2010 12:43:55 -0800 Message-ID: <7d6fde3d1003141343o7a7f3f36n9a1eb447cdc5f1e6@mail.gmail.com> From: Garrett Cooper To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2010 20:43:56 -0000 On Sun, Mar 14, 2010 at 12:04 PM, Torfinn Ingolfsen wrote: > Update: > > On Sun, Mar 14, 2010 at 8:35 PM, Torfinn Ingolfsen wrote: > >> >> I still don't know why Xfce refuses to run. >> > > Oh, I forgot about the xfce programs. > The following works (when started from a shell inside 'startx'): > - mousepad > - thunar > - xfce4-about > - xfce4-appfinder > - xfce4-panel > - xfrun4 > - xfterm4 > - xfdesktop-settings > - xfdesktop > > When I start xfce4-session, it starts up the panel (xfce4-panel), the > desktop (xfdesktop) and then it crashes. > And 'xfwm4' complains that another window manager is already running (true > enough). > HTH Could you compile xfce4-session with -g and attach gdb to it as it's starting up to get a backtrace please? You may have to compile a few other XFCE4 pieces with -g in order to get things up and going, but first things first... Thanks, -Garrett