From owner-freebsd-doc@freebsd.org Tue May 2 22:41:47 2017 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99507D5B2F2 for ; Tue, 2 May 2017 22:41:47 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from mail.proper.com (Opus1.Proper.COM [207.182.41.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68CC8DEC for ; Tue, 2 May 2017 22:41:46 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [169.254.22.22] (142-254-101-176.dsl.dynamic.fusionbroadband.com [142.254.101.176]) (authenticated bits=0) by mail.proper.com (8.15.2/8.14.9) with ESMTPSA id v42MQYSD073317 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 2 May 2017 15:26:37 -0700 (MST) (envelope-from phoffman@proper.com) X-Authentication-Warning: mail.proper.com: Host 142-254-101-176.dsl.dynamic.fusionbroadband.com [142.254.101.176] claimed to be [169.254.22.22] From: "Paul Hoffman" To: freebsd-doc@FreeBSD.org Subject: Corrections to handbook/x11-wm.html Date: Tue, 02 May 2017 15:26:55 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.9.6r5347) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 22:41:47 -0000 Greetings. The description in "5.7.3. Xfce" is incomplete, at least for installing with "pkg". You also need "pkg install xinit" and "pkg install Xorg", at least for FreeBSD 11. You also need dbus_enable="YES" in /etc/rc.conf, like for KDE. Also, to start, you need "startxfce4", not "startx". --Paul Hoffman