From owner-svn-doc-all@freebsd.org Sun Jan 13 11:29:33 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B8F41495954; Sun, 13 Jan 2019 11:29:33 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE3B96FD33; Sun, 13 Jan 2019 11:29:32 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDFE71AC37; Sun, 13 Jan 2019 11:29:32 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0DBTWLw024115; Sun, 13 Jan 2019 11:29:32 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0DBTW7J024114; Sun, 13 Jan 2019 11:29:32 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201901131129.x0DBTW7J024114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sun, 13 Jan 2019 11:29:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52765 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Commit-Revision: 52765 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE3B96FD33 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2019 11:29:33 -0000 Author: bcr Date: Sun Jan 13 11:29:32 2019 New Revision: 52765 URL: https://svnweb.freebsd.org/changeset/doc/52765 Log: Remove instructions about outdated KDE4 and replace them with KDE5 Plasma. The instructions are rewritten to cover KDE5 specifics like installing the necessary packages (SDDM). Happy KDE5-ing on FreeBSD! PR: 231235 Submitted by: lbartoletti@tuxfamily.org Reviewed by: kde@, tcberner@ Approved by: tcberner@ Differential Revision: https://reviews.freebsd.org/D18813 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 Sun Jan 13 11:00:21 2019 (r52764) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jan 13 11:29:32 2019 (r52765) @@ -1564,7 +1564,7 @@ hald_enable="YES" 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 @@ -1572,7 +1572,7 @@ hald_enable="YES" 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 @@ -1598,13 +1598,17 @@ hald_enable="YES" 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 + Since KDE Plasma 5, the KDE Display Manager, + KDM is no longer developed. + A possible replacement is SDDM. + To install it, type: + + &prompt.root; pkg install x11/sddm + + Add this line to /etc/rc.conf: - kdm4_enable="YES" + sddm_enable="YES" A second method for launching KDE is to type @@ -1612,14 +1616,14 @@ hald_enable="YES" 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 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