summaryrefslogtreecommitdiffstats
path: root/kdm/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 04:10:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 04:10:07 +0000
commitfd3a982e26813f5bcc82c7e89ce6fa2ad44432bf (patch)
tree9eda848e56fcb862fdfdf479adeccd95b6fe387a /kdm/README
parent02f67d0e1355b79b1806746efb0f2f640e57f13d (diff)
downloadtdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.tar.gz
tdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdm/README')
-rw-r--r--kdm/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdm/README b/kdm/README
index 0422dcae2..bdf34814e 100644
--- a/kdm/README
+++ b/kdm/README
@@ -1,5 +1,5 @@
This is the K Display Manager (KDM) for KDE 3.4,
-the KDE tqreplacement for the X Display Manager (XDM).
+the KDE replacement for the X Display Manager (XDM).
Semi-official home page: http://devel-home.kde.org/~ossi/sw/kdm.html
@@ -40,11 +40,11 @@ configure options that affect KDM
Compile KDM without XDMCP support.
--with-kdm-xconsole
- Compile KDM with a builtin "xconsole" tqreplacement in the greeter. I don't
+ Compile KDM with a builtin "xconsole" replacement in the greeter. I don't
consider this too useful, but SuSE wanted it, so it's there. ;)
-KDM's file system tqlayout
+KDM's file system layout
------------------------
${kde_confdir} is usually ${prefix}/share/config
@@ -107,7 +107,7 @@ directory ${kde_confdir}/kdm/sessions and add this to kdmrc:
SessionsDirs=${kde_confdir}/kdm/sessions,${kde_datadir}/kdm/sessions
(Note that you must use actual paths instead of variables, see the section
-about KDM's file system tqlayout.)
+about KDM's file system layout.)
Do any changes only in the config directory - any changes in the data
directory will be lost after the next KDE update.
@@ -418,7 +418,7 @@ switch to the X server's vt, press alt-ctrl-f7 (the exact function key may
be different on your system). You may also use a remote login from a
second machine. In any case it is advantageous to have mouse support on the
debugging console for copying the backtrace.
-Note that a backtrace is usually _much_ more useful if the binary tqcontains
+Note that a backtrace is usually _much_ more useful if the binary contains
debugging info, so you should install from source with the --enable-debug
configure flag if at all possible.