Don't explicitly refer to KDE2, but use "KDE" instead, to avoid having
to update this every time a major KDE version is out. PR: docs/42001 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
This commit is contained in:
parent
659d6a9e7b
commit
6363e4f6fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14014
1 changed files with 24 additions and 24 deletions
|
@ -747,7 +747,7 @@ match any family == "LuciduxMono" edit family =+ "Lucidux Mono";</programl
|
||||||
advantage of it. At the present time, the toolkit
|
advantage of it. At the present time, the toolkit
|
||||||
Qt does, so the entire <application>KDE</application> environment
|
Qt does, so the entire <application>KDE</application> environment
|
||||||
can use anti-aliased fonts
|
can use anti-aliased fonts
|
||||||
(see <xref linkend="x11-wm-kde2-antialias"> on
|
(see <xref linkend="x11-wm-kde-antialias"> on
|
||||||
<application>KDE</application> for
|
<application>KDE</application> for
|
||||||
details); there are patches for GTK+ to do the same,
|
details); there are patches for GTK+ to do the same,
|
||||||
so if compiled against such a patched GTK+, the GNOME environment
|
so if compiled against such a patched GTK+, the GNOME environment
|
||||||
|
@ -1099,7 +1099,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
|
|
||||||
<para>Another option is to configure the display manager to
|
<para>Another option is to configure the display manager to
|
||||||
allow choosing the window manager at login time; the section on
|
allow choosing the window manager at login time; the section on
|
||||||
<link linkend="x11-wm-kde2-details">KDE2 details</link>
|
<link linkend="x11-wm-kde-details">KDE details</link>
|
||||||
explains how to do this for <application>kdm</application>, the
|
explains how to do this for <application>kdm</application>, the
|
||||||
display manager of <application>KDE</application>.</para>
|
display manager of <application>KDE</application>.</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
@ -1154,11 +1154,11 @@ export LD_PRELOAD
|
||||||
</sect3>
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="x11-wm-kde2">
|
<sect2 id="x11-wm-kde">
|
||||||
<title>KDE2</title>
|
<title>KDE</title>
|
||||||
|
|
||||||
<sect3 id="x11-wm-kde2-about">
|
<sect3 id="x11-wm-kde-about">
|
||||||
<title>About KDE2</title>
|
<title>About KDE</title>
|
||||||
|
|
||||||
<para><application>KDE</application> is an easy to use
|
<para><application>KDE</application> is an easy to use
|
||||||
contemporary desktop environment. Some of the things that
|
contemporary desktop environment. Some of the things that
|
||||||
|
@ -1194,8 +1194,8 @@ export LD_PRELOAD
|
||||||
website.</ulink></para>
|
website.</ulink></para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3 id="x11-wm-kde2-install">
|
<sect3 id="x11-wm-kde-install">
|
||||||
<title>Installing KDE2</title>
|
<title>Installing KDE</title>
|
||||||
|
|
||||||
<para>Just as with <application>GNOME</application> or any
|
<para>Just as with <application>GNOME</application> or any
|
||||||
other desktop environment, the easiest way to install
|
other desktop environment, the easiest way to install
|
||||||
|
@ -1205,26 +1205,26 @@ export LD_PRELOAD
|
||||||
can be easily installed from a package or from the ports
|
can be easily installed from a package or from the ports
|
||||||
collection:</para>
|
collection:</para>
|
||||||
|
|
||||||
<para>To install the <application>KDE2</application> package
|
<para>To install the <application>KDE</application> package
|
||||||
from the network, simply type:</para>
|
from the network, simply type:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>pkg_add -r kde2</userinput></screen>
|
<screen>&prompt.root; <userinput>pkg_add -r kde3</userinput></screen>
|
||||||
|
|
||||||
<para>To build <application>KDE</application> from source,
|
<para>To build <application>KDE</application> from source,
|
||||||
use the ports tree:</para>
|
use the ports tree:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/x11/kde2</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/x11/kde3</userinput>
|
||||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||||
|
|
||||||
<para>After <application>KDE2</application> has been installed,
|
<para>After <application>KDE</application> has been installed,
|
||||||
the X server must be told to launch this application
|
the X server must be told to launch this application
|
||||||
instead of the default window manager. This is accomplished
|
instead of the default window manager. This is accomplished
|
||||||
by editing the <filename>.xinitrc</filename> file:</para>
|
by editing the <filename>.xinitrc</filename> file:</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>echo "/usr/local/bin/startkde" > ~/.xinitrc</userinput></screen>
|
<screen>&prompt.user; <userinput>echo "exec startkde" > ~/.xinitrc</userinput></screen>
|
||||||
|
|
||||||
<para>Now, whenever the X Window System is invoked with <command>startx</command>,
|
<para>Now, whenever the X Window System is invoked with <command>startx</command>,
|
||||||
<application>KDE2</application> will be the desktop.</para>
|
<application>KDE</application> will be the desktop.</para>
|
||||||
|
|
||||||
<para>If a display manager such as
|
<para>If a display manager such as
|
||||||
<application>xdm</application> is being used, the
|
<application>xdm</application> is being used, the
|
||||||
|
@ -1235,10 +1235,10 @@ export LD_PRELOAD
|
||||||
</sect3>
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="x11-wm-kde2-details">
|
<sect2 id="x11-wm-kde-details">
|
||||||
<title>More Details on KDE2</title>
|
<title>More Details on KDE</title>
|
||||||
|
|
||||||
<para>Now that <application>KDE2</application> is installed on
|
<para>Now that <application>KDE</application> is installed on
|
||||||
the system, most things can be discovered through the
|
the system, most things can be discovered through the
|
||||||
help pages, or just by pointing and clicking at various menus.
|
help pages, or just by pointing and clicking at various menus.
|
||||||
Windows or Mac users will feel quite at home.</para>
|
Windows or Mac users will feel quite at home.</para>
|
||||||
|
@ -1251,7 +1251,7 @@ export LD_PRELOAD
|
||||||
this section discusses the technical items that are
|
this section discusses the technical items that are
|
||||||
difficult to learn by random exploration.</para>
|
difficult to learn by random exploration.</para>
|
||||||
|
|
||||||
<sect3 id="x11-wm-kde2-kdm">
|
<sect3 id="x11-wm-kde-kdm">
|
||||||
<title>The KDE display manager</title>
|
<title>The KDE display manager</title>
|
||||||
|
|
||||||
<para>An administrator of a multi-user system may wish to have
|
<para>An administrator of a multi-user system may wish to have
|
||||||
|
@ -1262,11 +1262,11 @@ export LD_PRELOAD
|
||||||
alternative, <application>kdm</application>, which is designed
|
alternative, <application>kdm</application>, which is designed
|
||||||
to look more attractive and include more login-time options.
|
to look more attractive and include more login-time options.
|
||||||
In particular, users can easily choose (via a menu) which
|
In particular, users can easily choose (via a menu) which
|
||||||
desktop environment (<application>KDE2</application>,
|
desktop environment (<application>KDE</application>,
|
||||||
<application>GNOME</application>, or something else) to run
|
<application>GNOME</application>, or something else) to run
|
||||||
after logging on.</para>
|
after logging on.</para>
|
||||||
|
|
||||||
<para>To begin with, run the <application>KDE2</application>
|
<para>To begin with, run the <application>KDE</application>
|
||||||
control panel, <command>kcontrol</command>, as
|
control panel, <command>kcontrol</command>, as
|
||||||
<username>root</username>. It is generally considered
|
<username>root</username>. It is generally considered
|
||||||
unsafe to run the entire X environment as
|
unsafe to run the entire X environment as
|
||||||
|
@ -1320,7 +1320,7 @@ export LD_PRELOAD
|
||||||
esac
|
esac
|
||||||
esac</screen>
|
esac</screen>
|
||||||
<para>A few lines need to be added to this section.
|
<para>A few lines need to be added to this section.
|
||||||
Assuming the labels from used were <quote>KDE2</quote> and
|
Assuming the labels from used were <quote>KDE</quote> and
|
||||||
<quote>GNOME</quote>,
|
<quote>GNOME</quote>,
|
||||||
use the following:</para>
|
use the following:</para>
|
||||||
<screen>case $# in
|
<screen>case $# in
|
||||||
|
@ -1352,7 +1352,7 @@ esac</screen>
|
||||||
program with <command>/usr/local/bin/kdm</command>.</para>
|
program with <command>/usr/local/bin/kdm</command>.</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3 id="x11-wm-kde2-antialias">
|
<sect3 id="x11-wm-kde-antialias">
|
||||||
<title>Anti-aliased Fonts</title>
|
<title>Anti-aliased Fonts</title>
|
||||||
|
|
||||||
<para>Starting with version 4.0.2,
|
<para>Starting with version 4.0.2,
|
||||||
|
@ -1362,7 +1362,7 @@ esac</screen>
|
||||||
extension. Configuring this is described in <xref
|
extension. Configuring this is described in <xref
|
||||||
linkend="antialias"> on antialiasing X11 fonts. So, with
|
linkend="antialias"> on antialiasing X11 fonts. So, with
|
||||||
up-to-date software, anti-aliasing is possible on a
|
up-to-date software, anti-aliasing is possible on a
|
||||||
<application>KDE2</application> desktop. Just go to the KDE2
|
<application>KDE</application> desktop. Just go to the KDE
|
||||||
menu, go to <guimenuitem>Preferences</guimenuitem> -> <guimenuitem>Look and Feel</guimenuitem> -> <guimenuitem>Fonts</guimenuitem>, and click
|
menu, go to <guimenuitem>Preferences</guimenuitem> -> <guimenuitem>Look and Feel</guimenuitem> -> <guimenuitem>Fonts</guimenuitem>, and click
|
||||||
on the check box
|
on the check box
|
||||||
<guibutton>Use Anti-Aliasing for Fonts and Icons</guibutton>.
|
<guibutton>Use Anti-Aliasing for Fonts and Icons</guibutton>.
|
||||||
|
@ -1434,7 +1434,7 @@ esac</screen>
|
||||||
with the <filename>/usr/X11R6/bin/startxfce</filename>
|
with the <filename>/usr/X11R6/bin/startxfce</filename>
|
||||||
command; or, configure the display manager to allow
|
command; or, configure the display manager to allow
|
||||||
choosing a desktop at login time, as explained in
|
choosing a desktop at login time, as explained in
|
||||||
the section on <link linkend="x11-wm-kde2-kdm">kdm</link>.</para>
|
the section on <link linkend="x11-wm-kde-kdm">kdm</link>.</para>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in a new issue