svn commit: r48082 - head/en_US.ISO8859-1/books/handbook/x11

Warren Block wblock at FreeBSD.org
Sun Jan 24 01:47:04 UTC 2016


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" > ~/.xinitrc</userinput></screen>
+      <screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4 --with-ck-launch" > ~/.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" > ~/.xsession</userinput>
-&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4" >> ~/.xsession</userinput>
+&prompt.user; <userinput>echo "exec /usr/local/bin/startxfce4 --with-ck-launch" >> ~/.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 Fusion</application>
       package is easy, but configuring it requires a few steps that


More information about the svn-doc-all mailing list