summaryrefslogtreecommitdiffstats
path: root/doc/faq
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 17:59:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 17:59:29 -0600
commit5ddc4d2fa0a88092a515275b93575458cd36324d (patch)
treea61df79b87584910bde10f52db11739101816037 /doc/faq
parentd6e7c01d38b7d54b3090749ff7a8531f59900d4c (diff)
downloadtdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.tar.gz
tdebase-5ddc4d2fa0a88092a515275b93575458cd36324d.zip
Rename startkde to starttde
Diffstat (limited to 'doc/faq')
-rw-r--r--doc/faq/install.docbook22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/faq/install.docbook b/doc/faq/install.docbook
index 8de7055b9..8dc1227ea 100644
--- a/doc/faq/install.docbook
+++ b/doc/faq/install.docbook
@@ -377,16 +377,16 @@ calling them, you can only benefit fully from &kde;'s advanced
features if you use the &kde; window manager and its helper
programs.</para>
<para>In order to make it easy for you, we have provided a simple
-script called <filename>startkde</filename> which gets installed in <filename
+script called <filename>starttde</filename> which gets installed in <filename
class="directory">$<envar>KDEDIR</envar>/bin</filename> and is therefore in your
path.</para>
<para>Edit the file <filename>.xinitrc</filename> in your home folder (make a backup
copy first!), remove everything that looks like calling a window
-manager, and insert <command>startkde</command> instead. Restart the &X-Server;. If you use
+manager, and insert <command>starttde</command> instead. Restart the &X-Server;. If you use
&kdm;/<application>xdm</application>, you will have to edit the file <filename>.xsession</filename> instead of
<filename>.xinitrc</filename>. And if there is no <filename>.xinitrc</filename> or <filename>.xsession</filename> in your home
folder, simply create a new one with just one line containing
-<command>startkde</command>.
+<command>starttde</command>.
<note>
<para>Some systems (notably &RedHat; &Linux;) use <filename>.Xclients</filename>
instead.</para>
@@ -420,19 +420,19 @@ can lead to problems if you are not careful. </para>
</qandaentry>
<qandaentry>
-<question id="startkde">
+<question id="starttde">
<para>How do I start &kde;?</para>
</question>
<answer>
<para>The most comfortable method to start &kde; is to use the
-<filename>startkde</filename> script. Simply put the line
-<command>startkde</command> at the end of your <filename>.xsession</filename>
+<filename>starttde</filename> script. Simply put the line
+<command>starttde</command> at the end of your <filename>.xsession</filename>
file (or your <filename>.xinitrc</filename> or <filename>.Xclients</filename>
file if you are not using &kdm; or <application>xdm</application>). Please
also remove the lines that start your previous window manager. If there is no
<filename>.xsession</filename>, <filename>.xinitrc</filename>, or
<filename>.Xclients</filename> in your home folder, simply create a new one
-that contains just one line: <command>startkde</command>.</para>
+that contains just one line: <command>starttde</command>.</para>
</answer>
</qandaentry>
<!-- Still needed?
@@ -524,16 +524,16 @@ screen, so this option will not work.</para>
<qandaentry>
<question>
-<para><command>startkde</command> fails with <errorname>can not connect to X
+<para><command>starttde</command> fails with <errorname>can not connect to X
server</errorname>. What is wrong?</para>
</question>
<answer>
-<para>You probably tried to start the X server with <command>startkde</command>. The X
+<para>You probably tried to start the X server with <command>starttde</command>. The X
server is started with <command>startx</command>.
-<command>startkde</command> is the
+<command>starttde</command> is the
script that should be run from your <filename>.xinitrc</filename>, <filename>.xsession</filename>, or
<filename>.Xclients</filename> to activate the window manager and the necessary server
-daemons for &kde;. See also <xref linkend="startkde"/>.</para>
+daemons for &kde;. See also <xref linkend="starttde"/>.</para>
</answer>
</qandaentry>