svn commit: r48513 - head/en_US.ISO8859-1/books/handbook/x11
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"