Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2016 01:47:02 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
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
Message-ID:  <201601240147.u0O1l2VP040458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:     0</scree
 	from the command line by typing <command>startx</command>,
 	first add its entry to <filename>~/.xinitrc</filename>:</para>
 
-      <screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4" &gt; ~/.xinitrc</userinput></screen>
+      <screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4 --with-ck-launch" &gt; ~/.xinitrc</userinput></screen>
 
       <para>An alternate method is to use
 	<application>XDM</application>.  To configure this method,
 	create an executable <filename>~/.xsession</filename>:</para>
 
       <screen>&prompt.user; <userinput>echo "#!/bin/sh" &gt; ~/.xsession</userinput>
-&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4" &gt;&gt; ~/.xsession</userinput>
+&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4 --with-ck-launch" &gt;&gt; ~/.xsession</userinput>
 &prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen>
     </sect2>
   </sect1>
@@ -1578,8 +1578,8 @@ DisplayManager.requestPort:     0</scree
   <sect1 xml:id="x-compiz-fusion">
     <title>Installing Compiz Fusion</title>
 
-    <para>One way to increase the pleasantness of using a desktop
-      computer is by having nice 3D effects.</para>
+    <para>One way to make using a desktop
+      computer more pleasant is with nice 3D effects.</para>
 
     <para>Installing the <application>Compiz&nbsp;Fusion</application>
       package is easy, but configuring it requires a few steps that



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601240147.u0O1l2VP040458>