Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 03:00:48 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46277 - head/en_US.ISO8859-1/books/handbook/x11
Message-ID:  <201502160300.t1G30miV022478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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" &gt; ~/.xsession</userinput>
-&prompt.user; <userinput>echo "exec /usr/local/kde4/bin/startkde" &gt;&gt; ~/.xsession</userinput>
+&prompt.user; <userinput>echo "exec /usr/local/bin/startkde" &gt;&gt; ~/.xsession</userinput>
 &prompt.user; <userinput>chmod +x ~/.xsession</userinput></screen>
 
       <para>Once <application>KDE</application> is started, refer to



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