svn commit: r53865 - head/en_US.ISO8859-1/books/handbook/x11
Gleb Popov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: arrowd (ports committer) Date: Wed Feb 5 05:07:53 2020 New Revision: 53865 URL: https://svnweb.freebsd.org/changeset/doc/53865 Log: Update installation instructions for KDE Plasma. Reported by: [email protected] Approved by: bcr Differential Revision: https://reviews.freebsd.org/D23503 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 Tue Feb 4 23:03:03 2020 (r53864) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Wed Feb 5 05:07:53 2020 (r53865) @@ -1611,21 +1611,21 @@ hald_enable="YES"</programlisting> <programlisting>sddm_enable="YES"</programlisting> <para>A second method for launching - <application>KDE</application> is to type + <application>KDE Plasma</application> is to type <command>startx</command> from the command line. For this to work, the following line is needed in <filename>~/.xinitrc</filename>:</para> <programlisting>exec ck-launch-session startplasma-x11</programlisting> - <para>A third method for starting <application>KDE</application> + <para>A third method for starting <application>KDE Plasma</application> is through <application>XDM</application>. To do so, create an executable <filename>~/.xsession</filename> as follows:</para> - <screen>&prompt.user; <userinput>echo "exec ck-launch-session startkde" > ~/.xsession</userinput></screen> + <screen>&prompt.user; <userinput>echo "exec ck-launch-session startplasma-x11" > ~/.xsession</userinput></screen> - <para>Once <application>KDE</application> is started, refer to + <para>Once <application>KDE Plasma</application> is started, refer to its built-in help system for more information on how to use its various menus and applications.</para> </sect2> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"