--- en_US.ISO8859-1/books/handbook/x11/chapter.xml (révision 52231) +++ en_US.ISO8859-1/books/handbook/x11/chapter.xml (copie de travail) @@ -1529,7 +1529,7 @@ To install the KDE package, type: - &prompt.root; pkg install x11/kde4 + &prompt.root; pkg install x11/kde5 To instead build the KDE port, use the following command. Installing the port will provide a @@ -1537,7 +1537,7 @@ KDE is a large application and will take some time to compile, even on a fast computer. - &prompt.root; cd /usr/ports/x11/kde4 + &prompt.root; cd /usr/ports/x11/kde5 &prompt.root; make install clean @@ -1563,14 +1563,17 @@ dbus_enable="YES" hald_enable="YES" - The installation of KDE - includes the KDE Display Manager, - KDM. To enable this display - manager, add this line to - /etc/rc.conf: + Since KDE Plasma 5, the KDE Display Manager, + KDM is replaced by + SDDM. To install it, type: - kdm4_enable="YES" + &prompt.root; pkg install x11/sddm + Add this line to /etc/rc.conf: + + + sddm_enable="YES" + A second method for launching KDE is to type startx from the command line. For this to @@ -1577,7 +1580,7 @@ work, the following line is needed in ~/.xinitrc: - exec /usr/local/bin/startkde + exec ck-launch-session startkde A third method for starting KDE is through XDM. To do so, create @@ -1584,7 +1587,7 @@ an executable ~/.xsession as follows: - &prompt.user; echo "exec /usr/local/bin/startkde" > ~/.xsession + &prompt.user; echo "exec ck-launch-session startkde" > ~/.xsession Once KDE is started, refer to its built-in help system for more information on how to use