summaryrefslogtreecommitdiffstats
path: root/doc/faq
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:28:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:28:18 -0600
commit7021f40c13f949b7cb5ded32d0241d648a43bf6c (patch)
treeaa1a5e4de2963edc6638783246b2ff25e98833aa /doc/faq
parent0a2a54a02254ded760afd5b9c965c6bb71459d46 (diff)
downloadtdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.tar.gz
tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.zip
Part 1 of 2 of kdm rename
Diffstat (limited to 'doc/faq')
-rw-r--r--doc/faq/configkde.docbook24
-rw-r--r--doc/faq/install.docbook4
-rw-r--r--doc/faq/notrelated.docbook2
3 files changed, 15 insertions, 15 deletions
diff --git a/doc/faq/configkde.docbook b/doc/faq/configkde.docbook
index f1393d829..10a6b5f3c 100644
--- a/doc/faq/configkde.docbook
+++ b/doc/faq/configkde.docbook
@@ -71,9 +71,9 @@ a line saying <userinput>id:3:initdefault:</userinput>. Change it to
comment out the following line:
<literal>x:5:respawn:/usr/bin/X11/xdm -nodaemon</literal> and
replace it with
-<userinput>x:5:respawn:<replaceable>/opt/kde/</replaceable>bin/kdm
+<userinput>x:5:respawn:<replaceable>/opt/kde/</replaceable>bin/tdm
-nodaemon</userinput>.
-<note><para>The location of &kdm; may differ on your
+<note><para>The location of &tdm; may differ on your
system.</para></note></para>
<para>For changes to take effect immediately, type <command>init
5</command> (for &RedHat; systems) at the shell prompt.
@@ -86,7 +86,7 @@ be in for a hard time getting back....</para></caution></para>
For FreeBSD, you should edit the file <filename>/etc/ttys</filename>
and change one of the lines that look like
<programlisting>ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure</programlisting>
-to instead say <userinput>ttyv8 "/usr/local/bin/kdm -nodaemon" xterm
+to instead say <userinput>ttyv8 "/usr/local/bin/tdm -nodaemon" xterm
off secure</userinput>.</para>
</answer>
</qandaentry>
@@ -136,11 +136,11 @@ to whatever you want.</para>
<qandaentry>
<question>
-<para>&kde; (&kdm;) does not read my
+<para>&kde; (&tdm;) does not read my
<filename>.bash_profile</filename>!</para>
</question>
<answer>
-<para>The login managers<application>xdm</application> and &kdm; do
+<para>The login managers<application>xdm</application> and &tdm; do
not run a login shell, so <filename>.profile</filename>,
<filename>.bash_profile</filename>, &etc; are not
sourced. When the user logs in, <application>xdm</application> runs
@@ -233,17 +233,17 @@ computer (sometimes referred to as <quote>fast user switching</quote>) you
need to tell the program that logs you in that it can use more than one
session (or, in &X-Window; terms, <quote>display</quote>) at a time.</para>
-<para>In &kde;, this program is called &kdm; which stands for <quote>&kde;
-Display Manager</quote>. If you are not using &kdm; as your login screen
+<para>In &kde;, this program is called &tdm; which stands for <quote>&kde;
+Display Manager</quote>. If you are not using &tdm; as your login screen
then you will need to consult the documentation for the software you are using on how to
accomplish multiple sessions.</para>
<para>By default, this will be configured at installation time automatically
-if &kdm; supports virtual terminals on your system (currently Linux only).
-If it was not configured automatically, consult the &kdm; manual, section
-<ulink url="help:/kdm/kdmrc-xservers">Specifying permanent &X-Server;s</ulink>.
-After modifying kdmrc, you will have to let &kdm; know about it; just
-invoke <command>killall -HUP kdm</command>.</para>
+if &tdm; supports virtual terminals on your system (currently Linux only).
+If it was not configured automatically, consult the &tdm; manual, section
+<ulink url="help:/tdm/tdmrc-xservers">Specifying permanent &X-Server;s</ulink>.
+After modifying tdmrc, you will have to let &tdm; know about it; just
+invoke <command>killall -HUP tdm</command>.</para>
</answer>
</qandaentry>
</qandaset>
diff --git a/doc/faq/install.docbook b/doc/faq/install.docbook
index 5548d2f24..8ef76e97e 100644
--- a/doc/faq/install.docbook
+++ b/doc/faq/install.docbook
@@ -383,7 +383,7 @@ 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>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
+&tdm;/<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>starttde</command>.
@@ -428,7 +428,7 @@ can lead to problems if you are not careful. </para>
<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
+file if you are not using &tdm; 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
diff --git a/doc/faq/notrelated.docbook b/doc/faq/notrelated.docbook
index fd66e1a6c..f39ee7705 100644
--- a/doc/faq/notrelated.docbook
+++ b/doc/faq/notrelated.docbook
@@ -44,7 +44,7 @@ start &X-Window; using <command>startx <option> -bpp
<replaceable>number</replaceable></option></command> where
<replaceable>number</replaceable> can be 8, 16, 24 or 32, depending on
the depth you want. Alternatively, if you are using
-<application>xdm</application>/&kdm;, you
+<application>xdm</application>/&tdm;, you
need to edit
<filename>/etc/X11/xdm/Xservers</filename> (may vary) and enter
<userinput>:0 local /usr/X11R6/bin/X -bpp 16</userinput> for 16 bit color