From owner-freebsd-xfce@freebsd.org Sat Feb 29 11:35:17 2020 Return-Path: Delivered-To: freebsd-xfce@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59BCE25C7F0 for ; Sat, 29 Feb 2020 11:35:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48V48P0Zmjz414B for ; Sat, 29 Feb 2020 11:35:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id ED98D25C7EF; Sat, 29 Feb 2020 11:35:16 +0000 (UTC) Delivered-To: xfce@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED52125C7EE for ; Sat, 29 Feb 2020 11:35:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48V48N3rYMz412n; Sat, 29 Feb 2020 11:35:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host146-240-dynamic.10-87-r.retail.telecomitalia.it [87.10.240.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id C4CE7B5B9; Sat, 29 Feb 2020 11:35:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: FreeBSD Port: x11-wm/xfce4 To: Pedro Giffuni , xfce@FreeBSD.org References: <63866270-f7e1-70fd-dde5-5251de6983f6@FreeBSD.org> From: Guido Falsi Message-ID: <620316b0-eaef-a93e-182b-19499a8da6f9@FreeBSD.org> Date: Sat, 29 Feb 2020 12:35:13 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <63866270-f7e1-70fd-dde5-5251de6983f6@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Feb 2020 11:35:17 -0000 On 29/02/20 01:06, Pedro Giffuni wrote: > Hello; > > I've recently tried Xfce, and it's very nice. Just thought I'd suggest, > please set this file as executable: > > /usr/local/etc/xdg/xfce4/xinitrc > > I ended up doing chmod +x to that file in order to get it working in xinit. I'll have a look at that. I'm using xfce from a display manager (lightdm) so I'm not using that file. > > While here, I am having trouble as both mouse and the keyboard stop > working in X. Curiously both worked find in KDE. Maybe this is caused by the recent Xorg-server port change from devd baackend to udev backend? If that's the case the solution if installing xf86-input-evdev and restarting Xorg. BTW xf86-input-evdev should be a dependency of the xorg-drivers metaport, so maybe forcing a reinstallation of that one will fix the issue. -- Guido Falsi