|
Lines 1529-1535
Link Here
|
| 1529 |
<para>To install the <application>KDE</application> package, |
1529 |
<para>To install the <application>KDE</application> package, |
| 1530 |
type:</para> |
1530 |
type:</para> |
| 1531 |
|
1531 |
|
| 1532 |
<screen>&prompt.root; <userinput>pkg install x11/kde4</userinput></screen> |
1532 |
<screen>&prompt.root; <userinput>pkg install x11/kde5</userinput></screen> |
| 1533 |
|
1533 |
|
| 1534 |
<para>To instead build the <application>KDE</application> port, |
1534 |
<para>To instead build the <application>KDE</application> port, |
| 1535 |
use the following command. Installing the port will provide a |
1535 |
use the following command. Installing the port will provide a |
|
Lines 1537-1543
Link Here
|
| 1537 |
<application>KDE</application> is a large application and will |
1537 |
<application>KDE</application> is a large application and will |
| 1538 |
take some time to compile, even on a fast computer.</para> |
1538 |
take some time to compile, even on a fast computer.</para> |
| 1539 |
|
1539 |
|
| 1540 |
<screen>&prompt.root; <userinput>cd /usr/ports/x11/kde4</userinput> |
1540 |
<screen>&prompt.root; <userinput>cd /usr/ports/x11/kde5</userinput> |
| 1541 |
&prompt.root; <userinput>make install clean</userinput></screen> |
1541 |
&prompt.root; <userinput>make install clean</userinput></screen> |
| 1542 |
|
1542 |
|
| 1543 |
<indexterm> |
1543 |
<indexterm> |
|
Lines 1563-1576
Link Here
|
| 1563 |
<programlisting>dbus_enable="YES" |
1563 |
<programlisting>dbus_enable="YES" |
| 1564 |
hald_enable="YES"</programlisting> |
1564 |
hald_enable="YES"</programlisting> |
| 1565 |
|
1565 |
|
| 1566 |
<para>The installation of <application>KDE</application> |
1566 |
<para>Since KDE Plasma 5, the KDE Display Manager, |
| 1567 |
includes the KDE Display Manager, |
1567 |
<application>KDM</application> is replaced by |
| 1568 |
<application>KDM</application>. To enable this display |
1568 |
<application>SDDM</application>. To install it, type:</para> |
| 1569 |
manager, add this line to |
|
|
| 1570 |
<filename>/etc/rc.conf</filename>:</para> |
| 1571 |
|
1569 |
|
| 1572 |
<programlisting>kdm4_enable="YES"</programlisting> |
1570 |
<screen>&prompt.root; <userinput>pkg install x11/sddm</userinput></screen> |
| 1573 |
|
1571 |
|
|
|
1572 |
<para>Add this line to <filename>/etc/rc.conf</filename>: |
| 1573 |
</para> |
| 1574 |
|
| 1575 |
<programlisting>sddm_enable="YES"</programlisting> |
| 1576 |
|
| 1574 |
<para>A second method for launching |
1577 |
<para>A second method for launching |
| 1575 |
<application>KDE</application> is to type |
1578 |
<application>KDE</application> is to type |
| 1576 |
<command>startx</command> from the command line. For this to |
1579 |
<command>startx</command> from the command line. For this to |
|
Lines 1577-1583
Link Here
|
| 1577 |
work, the following line is needed in |
1580 |
work, the following line is needed in |
| 1578 |
<filename>~/.xinitrc</filename>:</para> |
1581 |
<filename>~/.xinitrc</filename>:</para> |
| 1579 |
|
1582 |
|
| 1580 |
<programlisting>exec /usr/local/bin/startkde</programlisting> |
1583 |
<programlisting>exec ck-launch-session startkde</programlisting> |
| 1581 |
|
1584 |
|
| 1582 |
<para>A third method for starting <application>KDE</application> |
1585 |
<para>A third method for starting <application>KDE</application> |
| 1583 |
is through <application>XDM</application>. To do so, create |
1586 |
is through <application>XDM</application>. To do so, create |
|
Lines 1584-1590
Link Here
|
| 1584 |
an executable <filename>~/.xsession</filename> as |
1587 |
an executable <filename>~/.xsession</filename> as |
| 1585 |
follows:</para> |
1588 |
follows:</para> |
| 1586 |
|
1589 |
|
| 1587 |
<screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startkde" > ~/.xsession</userinput></screen> |
1590 |
<screen>&prompt.user; <userinput>echo "exec ck-launch-session startkde" > ~/.xsession</userinput></screen> |
| 1588 |
|
1591 |
|
| 1589 |
<para>Once <application>KDE</application> is started, refer to |
1592 |
<para>Once <application>KDE</application> is started, refer to |
| 1590 |
its built-in help system for more information on how to use |
1593 |
its built-in help system for more information on how to use |