FreeBSD Bugzilla – Attachment 196951 Details for
Bug 231235
[handbook] [patch] update x11-wm for kde5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-wm : exit kde4 hello kde5
doc-kde5.diff (text/plain), 2.76 KB, created by
Loïc Bartoletti
on 2018-09-07 17:20:18 UTC
(
hide
)
Description:
x11-wm : exit kde4 hello kde5
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2018-09-07 17:20:18 UTC
Size:
2.76 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/handbook/x11/chapter.xml >=================================================================== >--- 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 @@ > <para>To install the <application>KDE</application> package, > type:</para> > >- <screen>&prompt.root; <userinput>pkg install x11/kde4</userinput></screen> >+ <screen>&prompt.root; <userinput>pkg install x11/kde5</userinput></screen> > > <para>To instead build the <application>KDE</application> port, > use the following command. Installing the port will provide a >@@ -1537,7 +1537,7 @@ > <application>KDE</application> is a large application and will > take some time to compile, even on a fast computer.</para> > >- <screen>&prompt.root; <userinput>cd /usr/ports/x11/kde4</userinput> >+ <screen>&prompt.root; <userinput>cd /usr/ports/x11/kde5</userinput> > &prompt.root; <userinput>make install clean</userinput></screen> > > <indexterm> >@@ -1563,14 +1563,17 @@ > <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 >- manager, add this line to >- <filename>/etc/rc.conf</filename>:</para> >+ <para>Since KDE Plasma 5, the KDE Display Manager, >+ <application>KDM</application> is replaced by >+ <application>SDDM</application>. To install it, type:</para> > >- <programlisting>kdm4_enable="YES"</programlisting> >+ <screen>&prompt.root; <userinput>pkg install x11/sddm</userinput></screen> > >+ <para>Add this line to <filename>/etc/rc.conf</filename>: >+ </para> >+ >+ <programlisting>sddm_enable="YES"</programlisting> >+ > <para>A second method for launching > <application>KDE</application> is to type > <command>startx</command> from the command line. For this to >@@ -1577,7 +1580,7 @@ > work, the following line is needed in > <filename>~/.xinitrc</filename>:</para> > >- <programlisting>exec /usr/local/bin/startkde</programlisting> >+ <programlisting>exec ck-launch-session startkde</programlisting> > > <para>A third method for starting <application>KDE</application> > is through <application>XDM</application>. To do so, create >@@ -1584,7 +1587,7 @@ > an executable <filename>~/.xsession</filename> as > follows:</para> > >- <screen>&prompt.user; <userinput>echo "exec /usr/local/bin/startkde" > ~/.xsession</userinput></screen> >+ <screen>&prompt.user; <userinput>echo "exec ck-launch-session startkde" > ~/.xsession</userinput></screen> > > <para>Once <application>KDE</application> is started, refer to > its built-in help system for more information on how to use
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231235
: 196951