diff options
Diffstat (limited to 'tde-i18n-en_GB/docs/kdebase/kdm/index.docbook')
-rw-r--r-- | tde-i18n-en_GB/docs/kdebase/kdm/index.docbook | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook b/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook index f9cb886ecf9..8b588360bc8 100644 --- a/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook +++ b/tde-i18n-en_GB/docs/kdebase/kdm/index.docbook @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY kappname "&kdm;"> - <!ENTITY package "kdebase"> + <!ENTITY package "tdebase"> <!ENTITY kdmrc "<filename >kdmrc</filename >"> @@ -175,7 +175,7 @@ >For &kde; you should enter:</para> <screen ><userinput ->startkde</userinput +>starttde</userinput ></screen> <para >For other window managers or desktop environments, you should look in their documentation for the correct command.</para> @@ -1517,11 +1517,11 @@ case $# in case $1 in kde) source /opt/kde2/bin/kde1 - exec startkde + exec starttde ;; kde2) source /opt/kde2/bin/kde2 - exec startkde + exec starttde ;; failsafe) exec xterm -geometry 80x24-0-0 @@ -1593,7 +1593,7 @@ windowmgr=${1:-$defaultwm} #start the respective window managers case ${windowmgr} in kde|kwm|kdestart) - WINDOWMANAGER=startkde + WINDOWMANAGER=starttde ;; fvwm|fvwm2) WINDOWMANAGER=fvwm2 @@ -1742,12 +1742,12 @@ exec $WINDOWMANAGER >Building and Installing kdm</title> <para ->&kdm; is part of the KDE project. The various component parts of the KDE project are broken into sections, called packages. &kdm; is part of the package called kdebase. You can get KDE source code from various Linux and BSD distribution CDs, or by download from <ulink url="http://www.kde.org" +>&kdm; is part of the KDE project. The various component parts of the KDE project are broken into sections, called packages. &kdm; is part of the package called tdebase. You can get KDE source code from various Linux and BSD distribution CDs, or by download from <ulink url="http://www.kde.org" >www.kde.org</ulink > or its mirrors. If you have an out-of-date source code tree, you can use one of the KDE cvsup servers to bring it up-to-date whilst using minimal network bandwidth. </para> <para ->Before building kdebase, you must have built and installed (in this order) version 2 of the qt library and the KDE packages kdesupport (optionally) and kdelibs.</para> +>Before building tdebase, you must have built and installed (in this order) version 2 of the qt library and the KDE packages tdesupport (optionally) and tdelibs.</para> <para >In order to build any of the above, you must already have the X Window System installed, together with a C++ compiler. If are you building from CVS you will also need the GNU configuration tools <application @@ -1760,7 +1760,7 @@ exec $WINDOWMANAGER >If the last few paragraphs seemed like a foreign language, then either you have strayed into an Inappropriate Area of this handbook, or you are about to undergo a Great Learning Experience.</para> <para ->If you managed to satisfy all of the prerequisites, you are unlikely to have any problems with building and installing kdebase. &kdm; is installed in your <filename +>If you managed to satisfy all of the prerequisites, you are unlikely to have any problems with building and installing tdebase. &kdm; is installed in your <filename >$KDEDIR/bin</filename > folder.</para> |