From owner-svn-doc-all@freebsd.org Sun Jan 24 01:47:04 2016 Return-Path: Delivered-To: svn-doc-all@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 302FFA8F3F9; Sun, 24 Jan 2016 01:47:04 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 DC4CB1AE7; Sun, 24 Jan 2016 01:47:03 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0O1l2S6040459; Sun, 24 Jan 2016 01:47:02 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0O1l2VP040458; Sun, 24 Jan 2016 01:47:02 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201601240147.u0O1l2VP040458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 24 Jan 2016 01:47:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48082 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 01:47:04 -0000 Author: wblock Date: Sun Jan 24 01:47:02 2016 New Revision: 48082 URL: https://svnweb.freebsd.org/changeset/doc/48082 Log: Add --with-ck-launch to the startxfce command. Also revise some unwieldy wording in the Compiz Fusion introduction. Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sat Jan 23 16:03:16 2016 (r48081) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jan 24 01:47:02 2016 (r48082) @@ -1563,14 +1563,14 @@ DisplayManager.requestPort: 0startx, first add its entry to ~/.xinitrc: - &prompt.user; echo "exec /usr/local/bin/startxfce4" > ~/.xinitrc + &prompt.user; echo "exec /usr/local/bin/startxfce4 --with-ck-launch" > ~/.xinitrc An alternate method is to use XDM. To configure this method, create an executable ~/.xsession: &prompt.user; echo "#!/bin/sh" > ~/.xsession -&prompt.user; echo "exec /usr/local/bin/startxfce4" >> ~/.xsession +&prompt.user; echo "exec /usr/local/bin/startxfce4 --with-ck-launch" >> ~/.xsession &prompt.user; chmod +x ~/.xsession @@ -1578,8 +1578,8 @@ DisplayManager.requestPort: 0 Installing Compiz Fusion - One way to increase the pleasantness of using a desktop - computer is by having nice 3D effects. + One way to make using a desktop + computer more pleasant is with nice 3D effects. Installing the Compiz Fusion package is easy, but configuring it requires a few steps that