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@astart.com>
This commit is contained in:
parent
aa85b214cc
commit
1ac7a252a8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48513
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue