From owner-freebsd-x11@FreeBSD.ORG Sat Dec 6 20:38:17 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8191D7E; Sat, 6 Dec 2014 20:38:17 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E0C6E13; Sat, 6 Dec 2014 20:38:17 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id l2so3421275wgh.41 for ; Sat, 06 Dec 2014 12:38:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=N7/gjrBXhvj6zM9styeysGBomq2BBHUsdCZOzoBssYo=; b=yPlbcwaOdO84RvFEj7MlsjAbdjy3IrMleYHk+jQXBvtkmh/wpwerJeWGyFjf1Xvx7y p1QPAXBa/7U3egj12VPIHAlAYuzcM5kLNsqHbMt90PnkhqWxutnwajBb8cfnIgjR2YRq PnD3ZFC0/t5LVg1RY4N/X+XPB9BJq6e5sN0gWhip4xZXJ7NU5a+SgQJHHWq5rHqJitvT ecynbliIjGqK+Cwm2qO/MhVDV1avg81SSMLT2fLUh8BIyu+1xmYHXKuA/u10y2EqDABI lPx6ah29MR/KJmF5hNcxeMc237EpJu/iz0YkXZEWun8Ms7JCQW32IxV/HHhBxUsOzBaQ SdAg== MIME-Version: 1.0 X-Received: by 10.180.88.165 with SMTP id bh5mr13336743wib.77.1417898295553; Sat, 06 Dec 2014 12:38:15 -0800 (PST) Received: by 10.216.214.201 with HTTP; Sat, 6 Dec 2014 12:38:15 -0800 (PST) In-Reply-To: References: Date: Sat, 6 Dec 2014 21:38:15 +0100 Message-ID: Subject: Re: Xfce crashes FreeBSD 11-CURRENT From: "Ranjan1018 ." <214748mv@gmail.com> To: freebsd-current , "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 20:38:17 -0000 2014-11-25 21:57 GMT+01:00 Ranjan1018 . <214748mv@gmail.com>: > Right-click on desktop - Desktop Settings=E2=80=A6 - click on the =E2=80= =9CCreate a new > list, or load an existing one=E2=80=9D - Type a non existent file name in= the > windows with the title =E2=80=9CCrete/Load Backdrop List=E2=80=9D - Open > > The laptop freezes and displays only a blank screen with the mouse cursor > and the text cursor on the top left corner. The only things I can do is t= o > press the power button for some seconds to switch off the laptop. > > Note: I have some images in a Image list as background. > I am running vt(4) with KMS on Intel driver. > $ uname -a > FreeBSD ativ 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r274845: Sat Nov 22 > 14:59:02 CET 2014 root@ativ:/usr/obj/usr/src/sys/NEWCONS amd64 > > This is only a bug in xfce ! I have upgraded the laptop to r275515 and with the above procedure these two programs crashes with a core dump: xfdesktop and xfdesktop-settings. More details: The above procedure put two invalid values in Xconf, preventing xfdesktop and xfdesktop-settings to run. The commands: xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/last-image-list -s ~/.config/xfce4/desktop/backdrop.list xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s ~/.config/xfce4/desktop/backdrop.list restores the correct values. Maurizio