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

Warren Block wblock at FreeBSD.org
Wed Mar 30 21:19:10 UTC 2016


Author: wblock
Date: Wed Mar 30 21:19:08 2016
New Revision: 48513
URL: https://svnweb.freebsd.org/changeset/doc/48513

Log:
  Add dbus and hal configuration settings for KDE.  Careful viewers will
  note a strange similarity to the wording in the GNOME section.
  
  PR:		208397
  Submitted by:	Patrick Powell <papowell at astart.com>

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	Wed Mar 30 21:12:08 2016	(r48512)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Wed Mar 30 21:19:08 2016	(r48513)
@@ -1518,6 +1518,17 @@ hald_enable="YES"</programlisting>
 
       <programlisting>proc           /proc       procfs  rw  0   0</programlisting>
 
+      <para><application>KDE</application> uses
+	<application>D-Bus</application> and
+	<application>HAL</application> for a
+	message bus and hardware abstraction.  These applications are automatically
+	installed as dependencies of <application>KDE</application>.
+	Enable them in <filename>/etc/rc.conf</filename> so
+	they will be started when the system boots:</para>
+
+      <programlisting>dbus_enable="YES"
+hald_enable="YES"</programlisting>
+
       <para>The installation of <application>KDE</application>
 	includes the KDE Display Manager,
 	<application>KDM</application>.  To enable this display


More information about the svn-doc-all mailing list