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

Jason Helfman jgh at FreeBSD.org
Mon Feb 16 03:00:49 UTC 2015


Author: jgh
Date: Mon Feb 16 03:00:48 2015
New Revision: 46277
URL: https://svnweb.freebsd.org/changeset/doc/46277

Log:
  - fix path for starting kde
  
  PR:		197655
  Differential Revision:	https://reviews.freebsd.org/D1839
  Submitted by:	jason.unovitch at gmail.com
  Approved by:	wblock (mentor)

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	Sun Feb 15 18:38:40 2015	(r46276)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Mon Feb 16 03:00:48 2015	(r46277)
@@ -1179,7 +1179,7 @@ DisplayManager.requestPort:     0</scree
 	work, the following line is needed in
 	<filename>~/.xinitrc</filename>:</para>
 
-      <programlisting>exec /usr/local/kde4/bin/startkde</programlisting>
+      <programlisting>exec /usr/local/bin/startkde</programlisting>
 
       <para>A third method for starting <application>KDE</application>
 	is through <application>XDM</application>.  To do so, create
@@ -1187,7 +1187,7 @@ DisplayManager.requestPort:     0</scree
 	follows:</para>
 
       <screen>&prompt.user; <userinput>echo "#!/bin/sh" > ~/.xsession</userinput>
-&prompt.user; <userinput>echo "exec /usr/local/kde4/bin/startkde" >> ~/.xsession</userinput>
+&prompt.user; <userinput>echo "exec /usr/local/bin/startkde" >> ~/.xsession</userinput>
 &prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen>
 
       <para>Once <application>KDE</application> is started, refer to


More information about the svn-doc-head mailing list