summaryrefslogtreecommitdiffstats
path: root/kdm/config.def
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/config.def')
-rw-r--r--kdm/config.def324
1 files changed, 162 insertions, 162 deletions
diff --git a/kdm/config.def b/kdm/config.def
index 8f91bf6e2..a7ec59076 100644
--- a/kdm/config.def
+++ b/kdm/config.def
@@ -30,8 +30,8 @@
#define RCVERMAJOR 2
#define RCVERMINOR 3
-#define KDMCONF KDE_CONFDIR "/kdm"
-#define KDMDATA KDE_DATADIR "/kdm"
+#define TDMCONF KDE_CONFDIR "/tdm"
+#define TDMDATA KDE_DATADIR "/tdm"
#ifdef _AIX
# define HALT_CMD "/usr/sbin/shutdown -h now"
@@ -89,16 +89,16 @@
# lines).
# Section headers are "condensation seeds" for the Instance:s in the key
# definitions below.
-<kdmrc>
- &kdm; master configuration file
+<tdmrc>
+ &tdm; master configuration file
_
Please note: Settings in this file are sometimes ignored (overridden).
- The default KDM startup script /etc/init.d/kdm looks in /etc/default/kdm.d
+ The default TDM startup script /etc/init.d/tdm looks in /etc/default/tdm.d
for theme-related settings which, if found, take precedence. The possibly
overridden settings are: UseBackground, BackgroundCfg, UseTheme, Theme.
- See /usr/share/doc/kdm/README.Debian for details
+ See /usr/share/doc/tdm/README.Debian for details
_
- Definition: the greeter is the login dialog, i.e., the part of &kdm;
+ Definition: the greeter is the login dialog, i.e., the part of &tdm;
which the user sees.
_
You can configure every X-display individually.
@@ -134,7 +134,7 @@
_
Every comment applies to the following section or key. Note that all
comments will be lost if you change this file with the kcontrol frontend.
- The defaults refer to &kdm;'s built-in values, not anything set in this file.
+ The defaults refer to &tdm;'s built-in values, not anything set in this file.
_
Special characters need to be backslash-escaped (leading and trailing
spaces (\\s), tab (\\t), linefeed (\\n), carriage return (\\r) and the
@@ -151,7 +151,7 @@
[Shutdown]
- Rough estimations about how many seconds &kdm; will spend at most on
+ Rough estimations about how many seconds &tdm; will spend at most on
- opening a connection to the X-server (OpenTime) if the attempt
- times out: OpenTimeout
- is refused: OpenRepeat * OpenDelay
@@ -179,26 +179,26 @@
Greeter config for 1st local display
[X-:0-Greeter]
-</kdmrc>
+</tdmrc>
-# The contents of this section are copied into kdmrc-ref.docbook.
+# The contents of this section are copied into tdmrc-ref.docbook.
# The macro %REF% is replaced with the accumulated Description:s from the key
# definitions below.
<docu>
-<chapter id="kdm-files">
-<title>The Files &kdm; Uses for Configuration</title>
+<chapter id="tdm-files">
+<title>The Files &tdm; Uses for Configuration</title>
-<para>This chapter documents the files that control &kdm;'s behavior.
+<para>This chapter documents the files that control &tdm;'s behavior.
Some of this can be also controlled from the &kcontrol; module, but
not all.</para>
-<sect1 id="kdmrc">
-<title>&kdmrc; - The &kdm; master configuration file</title>
+<sect1 id="tdmrc">
+<title>&tdmrc; - The &tdm; master configuration file</title>
<para>The basic format of the file is <quote>INI-like</quote>.
Options are key/value pairs, placed in sections.
Everything in the file is case sensitive.
-Syntactic errors and unrecognized key/section identifiers cause &kdm; to
+Syntactic errors and unrecognized key/section identifiers cause &tdm; to
issue non-fatal error messages.</para>
<para>Lines beginning with <literal>#</literal> are comments; empty lines
@@ -309,7 +309,7 @@ have the usual meaning; the backslash quotes everything (not only special
characters). Note that the backslashes need to be doubled because of the
two levels of quoting.</para>
-<note><para>A pristine &kdmrc; is very thoroughly commented.
+<note><para>A pristine &tdmrc; is very thoroughly commented.
All comments will be lost if you change this file with the
kcontrol frontend.</para></note>
@@ -317,13 +317,13 @@ kcontrol frontend.</para></note>
</sect1>
-<sect1 id="kdmrc-xservers">
+<sect1 id="tdmrc-xservers">
<title>Specifying permanent &X-Server;s</title>
<para>Each entry in the <option>StaticServers</option> list indicates a
display which should constantly be
managed and which is not using &XDMCP;. This method is typically used only for
-local &X-Server;s that are started by &kdm;, but &kdm; can manage externally
+local &X-Server;s that are started by &tdm;, but &tdm; can manage externally
started (<quote>foreign</quote>) &X-Server;s as well, may they run on the
local machine or rather remotely.</para>
@@ -342,7 +342,7 @@ The display name of &XDMCP; displays is derived from the display's address by
reverse host name resolution. For configuration purposes, the
<literal>localhost</literal> prefix from locally running &XDMCP; displays is
<emphasis>not</emphasis> stripped to make them distinguishable from local
-&X-Server;s started by &kdm;.</para>
+&X-Server;s started by &tdm;.</para>
<para>The <replaceable>display class</replaceable> portion is also used in the
display-specific sections. This is useful if you have a large collection of
@@ -350,11 +350,11 @@ similar displays (such as a corral of X terminals) and would like to set
options for groups of them.
When using &XDMCP;, the display is required to specify the display class,
so the manual for your particular X terminal should document the display
-class string for your device. If it does not, you can run &kdm; in debug
+class string for your device. If it does not, you can run &tdm; in debug
mode and <command>grep</command> the log for <quote>class</quote>.</para>
<para>The displays specified in <option>ReserveServers</option> will not be
-started when &kdm; starts up, but when it is explicitly requested via
+started when &tdm; starts up, but when it is explicitly requested via
the command socket (or <acronym>FiFo</acronym>).
If reserve displays are specified, the &kde; menu will have a
<guilabel>Start New Session</guilabel> item near the bottom; use that to
@@ -362,26 +362,26 @@ activate a reserve display with a new login session. The monitor will switch
to the new display, and you will have a minute to login. If there are no more
reserve displays available, the menu item will be disabled.</para>
-<para>When &kdm; starts a session, it sets up authorization data for the
-&X-Server;. For local servers, &kdm; passes
+<para>When &tdm; starts a session, it sets up authorization data for the
+&X-Server;. For local servers, &tdm; passes
<command><option>-auth</option>&nbsp;<filename><replaceable>filename</replaceable></filename></command>
on the &X-Server;'s command line to point it at its authorization data.
-For &XDMCP; displays, &kdm; passes the authorization data to the &X-Server;
+For &XDMCP; displays, &tdm; passes the authorization data to the &X-Server;
via the <quote>Accept</quote> &XDMCP; message.</para>
</sect1>
-<sect1 id="kdmrc-xaccess">
+<sect1 id="tdmrc-xaccess">
<title>&XDMCP; access control</title>
<para>The file specified by the <option>AccessFile</option> option provides
-information which &kdm; uses to control access from displays requesting service
+information which &tdm; uses to control access from displays requesting service
via &XDMCP;.
The file contains four types of entries: entries which control the response
to <quote>Direct</quote> and <quote>Broadcast</quote> queries, entries which
control the response to <quote>Indirect</quote> queries, macro definitions for
<quote>Indirect</quote> entries, and entries which control on which network
-interfaces &kdm; listens for &XDMCP; queries.
+interfaces &tdm; listens for &XDMCP; queries.
Blank lines are ignored, <literal>#</literal> is treated as a comment
delimiter causing the rest of that line to be ignored, and <literal>\</literal>
causes an immediately following newline to be ignored, allowing indirect host
@@ -406,7 +406,7 @@ Preceding the entry with a <literal>!</literal> character causes hosts which
match that entry to be excluded.
To only respond to <quote>Direct</quote> queries for a host or pattern,
it can be followed by the optional <literal>NOBROADCAST</literal> keyword.
-This can be used to prevent a &kdm; server from appearing on menus based on
+This can be used to prevent a &tdm; server from appearing on menus based on
<quote>Broadcast</quote> queries.</para>
<para>An <quote>Indirect</quote> entry also contains a host name or pattern,
@@ -424,7 +424,7 @@ the hop count is used as the TTL.
-->
If the indirect host list contains the keyword <literal>CHOOSER</literal>,
<quote>Indirect</quote> queries are not forwarded, but instead a host chooser
-dialog is displayed by &kdm;. The chooser will send a <quote>Direct</quote>
+dialog is displayed by &tdm;. The chooser will send a <quote>Direct</quote>
query to each of the remaining host names in the list and offer a menu of
all the hosts that respond. The host list may contain the keyword
<literal>BROADCAST</literal>, to make the chooser send a
@@ -446,21 +446,21 @@ The formal syntax is
<screen>
<userinput>&nbsp;<literal>LISTEN</literal>&nbsp;[<replaceable>interface</replaceable>&nbsp;[<replaceable>multicast&nbsp;list</replaceable>]]</userinput>
</screen>
-If one or more <literal>LISTEN</literal> lines are specified, &kdm; listens
+If one or more <literal>LISTEN</literal> lines are specified, &tdm; listens
for &XDMCP; requests only on the specified interfaces.
<replaceable>interface</replaceable> may be a hostname or IP address
representing a network interface on this machine, or the wildcard
<literal>*</literal> to represent all available network interfaces.
If multicast group addresses are listed on a <literal>LISTEN</literal> line,
-&kdm; joins the multicast groups on the given interface. For IPv6 multicasts,
+&tdm; joins the multicast groups on the given interface. For IPv6 multicasts,
the IANA has assigned ff0<replaceable>X</replaceable>:0:0:0:0:0:0:12b as the
permanently assigned range of multicast addresses for &XDMCP;. The
<replaceable>X</replaceable> in the prefix may be replaced by any valid scope
identifier, such as 1 for Node-Local, 2 for Link-Local, 5 for Site-Local, and
so on (see IETF RFC 2373 or its replacement for further details and scope
-definitions). &kdm; defaults to listening on the Link-Local scope address
+definitions). &tdm; defaults to listening on the Link-Local scope address
ff02:0:0:0:0:0:0:12b to most closely match the IPv4 subnet broadcast behavior.
-If no <literal>LISTEN</literal> lines are given, &kdm; listens on all
+If no <literal>LISTEN</literal> lines are given, &tdm; listens on all
interfaces and joins the default &XDMCP; IPv6 multicast group (when
compiled with IPv6 support).
To disable listening for &XDMCP; requests altogether, a
@@ -470,11 +470,11 @@ the <literal>[Xdmcp]</literal> <option>Enable</option> option is preferred.
</sect1>
-<sect1 id="kdm-scripts">
+<sect1 id="tdm-scripts">
<title>Supplementary programs</title>
<para>
-The following programs are run by &kdm; at various stages of a session.
+The following programs are run by &tdm; at various stages of a session.
They typically are shell scripts.
</para>
@@ -486,7 +486,7 @@ Their first argument is <literal>auto</literal> if the session results
from an automatic login; otherwise, no arguments are passed to them.
</para>
-<sect2 id="kdmrc-xsetup">
+<sect2 id="tdmrc-xsetup">
<title>Setup program</title>
<para>
@@ -523,7 +523,7 @@ the following environment variables are passed:</para>
</varlistentry>
</variablelist>
-<para> Note that since &kdm; grabs the keyboard, any other windows will not be
+<para> Note that since &tdm; grabs the keyboard, any other windows will not be
able to receive keyboard input. They will be able to interact with the mouse,
however; beware of potential security holes here. If <option>GrabServer</option>
is set, <filename>Xsetup</filename> will not be able to connect to the display
@@ -533,7 +533,7 @@ at all. Resources for this program can be put into the file named by
</sect2>
-<sect2 id="kdmrc-xstartup">
+<sect2 id="tdmrc-xstartup">
<title>Startup program</title>
<para>The <filename>Xstartup</filename> program is run as
@@ -582,13 +582,13 @@ the following environment variables are passed:</para>
</varlistentry>
</variablelist>
-<para>&kdm; waits until this program exits before starting the user session.
-If the exit value of this program is non-zero, &kdm; discontinues the session
+<para>&tdm; waits until this program exits before starting the user session.
+If the exit value of this program is non-zero, &tdm; discontinues the session
and starts another authentication cycle.</para>
</sect2>
-<sect2 id="kdmrc-xsession">
+<sect2 id="tdmrc-xsession">
<title>Session program</title>
<para>The <filename>Xsession</filename> program is the command which is run
@@ -662,7 +662,7 @@ the following environment variables are passed:</para>
</sect2>
-<sect2 id="kdmrc-xreset">
+<sect2 id="tdmrc-xreset">
<title>Reset program</title>
<para>Symmetrical with <filename>Xstartup</filename>, the
@@ -713,7 +713,7 @@ or unmounting directories from file servers.</para>
# must be already quoted appropriately. The other types are auto-quoted.
# If the default value is prefixed with a "*", a c #define def_<Key> is
# created.
-# The default is automatically appended to the kdmrc comment and the
+# The default is automatically appended to the tdmrc comment and the
# documentation entry.
# CDefault: <verbose default>
# Append this instead of the real default to the two docs. The quoting
@@ -725,42 +725,42 @@ or unmounting directories from file servers.</para>
# PostProc: <function>
# A function to postprocess the read config value before using it.
# User: (dummy|(core|greeter|greeter-c|dep|config)[(<variable>)][:font])
-# These entries specify which parts of kdm need the option in question:
+# These entries specify which parts of tdm need the option in question:
# dummy: no user; entry is there only for syntactical correctness.
# dep: this option is an internal dependency for another option.
# config: this option configures the config reader itself.
-# core: the kdm backend needs this option.
-# greeter-c: the kdm frontend needs this option as a C data type.
-# greeter: the kdm frontend needs this option as a C++/Qt data type.
+# core: the tdm backend needs this option.
+# greeter-c: the tdm frontend needs this option as a C data type.
+# greeter: the tdm frontend needs this option as a C++/Qt data type.
# If a :font tag is appended, a string entry is converted to a QFont.
# If no variable name is specified, it will be derived from the Key by
# un-capitalizing it.
# Instance: (-|[#][<display spec>/](!|<value>))
-# These entries specify option instances for the default/example kdmrc.
+# These entries specify option instances for the default/example tdmrc.
# A "-" entry is a dummy for syntactical correctness.
-# A prefixing hash mark will be copied to kdmrc.
+# A prefixing hash mark will be copied to tdmrc.
# For options in a section class a display must be specified.
# For bool options "!" can be used as the value to specify the negation
# of the default.
# Update: <function>[/<number>]
-# Call this function on each occurence of this option in genkdmconf.
+# Call this function on each occurence of this option in gentdmconf.
# Options with higher numbers (default is 0) will be processed later.
-# Merge: (xdm[:<resource>][(<function>)]|kdm:[<section>/][<key>][<function>])
-# Specify config options to merge from xdm and older kdm versions.
+# Merge: (xdm[:<resource>][(<function>)]|tdm:[<section>/][<key>][<function>])
+# Specify config options to merge from xdm and older tdm versions.
# Kdm options from the current version are automatically merged.
# When merging an xdm resource and no resource name is specified, it is
# derived from the Key by un-capitalizing it.
-# When merging a kdm option, at least one of <section> and <key> must
+# When merging a tdm option, at least one of <section> and <key> must
# be given; an unspecified entity defaults to the current Section/Key.
# <section> may be a dash-prefixed section class.
# A function to postprocess the read value can be specified.
# Comment: [&|-]
-# A kdmrc comment for this option is expected in the next lines.
+# A tdmrc comment for this option is expected in the next lines.
# If "-" is given to Comment, no comment is generated at all.
# If "&" is given, the comment is derived from the Description below by
# applying some simple docbook interpretation to it. Note that the
# Description must be preformatted in this case. Use
-# sed -ne 's/^\(.\{79,\}\)$/\1/p' < kdmrc
+# sed -ne 's/^\(.\{79,\}\)$/\1/p' < tdmrc
# after running "make install" to see whether all lines still fit.
# If Type is enum, a list of the previously defined element/description
# pairs is appended; the descriptions undergo docbook interpretation.
@@ -777,7 +777,7 @@ or unmounting directories from file servers.</para>
# unless "DDefault: -" was specified.
# Each option entry generates an anchor named option-<lowercase(Key)>;
# it can be referenced in the main documentation.
-# Do not forget to run "make ref" in tdebase/doc/kdm after changing
+# Do not forget to run "make ref" in tdebase/doc/tdm after changing
# Descriptions.
Section: General
@@ -797,12 +797,12 @@ Comment:
Description:
This option exists solely for the purpose of clean automatic upgrades.
<emphasis>Do not</emphasis> change it, you may interfere with future
- upgrades and this could result in &kdm; failing to run.
+ upgrades and this could result in &tdm; failing to run.
Key: PAMService
If: defined(USE_PAM)
Type: string
-Default: KDM_PAM_SERVICE
+Default: TDM_PAM_SERVICE
User: core
Instance: -
Comment: -
@@ -810,8 +810,8 @@ Description: -
<legacy>
Proc: absorb_xservers
-# note: this can miss Xservers from kdm for kde 2.2 because of stupid default.
-Source: kdm:General/Xservers
+# note: this can miss Xservers from tdm for kde 2.2 because of stupid default.
+Source: tdm:General/Xservers
Source: xdm:servers
</legacy>
@@ -824,12 +824,12 @@ Comment:
List of permanent displays. Displays with a hostname are foreign. A display
class may be specified separated by an underscore.
Description:
- List of displays (&X-Server;s) permanently managed by &kdm;. Displays with a
+ List of displays (&X-Server;s) permanently managed by &tdm;. Displays with a
hostname are foreign displays which are expected to be already running,
- the others are local displays for which &kdm; starts an own &X-Server;;
+ the others are local displays for which &tdm; starts an own &X-Server;;
see <option>ServerCmd</option>. Each display may belong to a display class;
append it to the display name separated by an underscore.
- See <xref linkend="kdmrc-xservers"/> for the details.
+ See <xref linkend="tdmrc-xservers"/> for the details.
Key: ReserveServers
Type: list
@@ -854,7 +854,7 @@ Comment:
Description:
List of Virtual Terminals to allocate to &X-Server;s. For negative numbers the
absolute value is used, and the <acronym>VT</acronym> will be allocated only
- if the kernel says it is free. If &kdm; exhausts this list, it will allocate
+ if the kernel says it is free. If &tdm; exhausts this list, it will allocate
free <acronym>VT</acronym>s greater than the absolute value of the last entry
in this list.
Currently Linux only.
@@ -870,26 +870,26 @@ Comment:
TTYs (without /dev/) to monitor for activity while in console mode.
Description:
This option is for operating systems (<acronym>OS</acronym>s) with support
- for virtual terminals (<acronym>VT</acronym>s), by both &kdm; and the
+ for virtual terminals (<acronym>VT</acronym>s), by both &tdm; and the
<acronym>OS</acronym>s itself.
Currently this applies only to Linux.
</para><para>
- When &kdm; switches to console mode, it starts monitoring all
+ When &tdm; switches to console mode, it starts monitoring all
<acronym>TTY</acronym> lines listed here (without the leading
<literal>/dev/</literal>).
- If none of them is active for some time, &kdm; switches back to the X login.
+ If none of them is active for some time, &tdm; switches back to the X login.
Key: PidFile
Type: string
Default: ""
User: core
-Instance: "/var/run/kdm.pid"
+Instance: "/var/run/tdm.pid"
Merge: xdm
Comment:
- Where &kdm; should store its PID (do not store if empty).
+ Where &tdm; should store its PID (do not store if empty).
Description:
The filename specified will be created to contain an ASCII representation
- of the process ID of the main &kdm; process; the PID will not be stored
+ of the process ID of the main &tdm; process; the PID will not be stored
if the filename is empty.
Key: LockPidFile
@@ -899,10 +899,10 @@ User: core
Instance: #!
Merge: xdm
Comment:
- Whether &kdm; should lock the PID file to prevent having multiple &kdm;
+ Whether &tdm; should lock the PID file to prevent having multiple &tdm;
instances running at once. Do not change unless you are brave.
Description:
- This option controls whether &kdm; uses file locking to keep multiple
+ This option controls whether &tdm; uses file locking to keep multiple
display managers from running onto each other.
Key: AuthDir
@@ -915,8 +915,8 @@ Merge: xdm(P_authDir)
Comment:
Where to store authorization files.
Description:
- This names a directory under which &kdm; stores &X-Server; authorization
- files while initializing the session. &kdm; expects the system to clean up
+ This names a directory under which &tdm; stores &X-Server; authorization
+ files while initializing the session. &tdm; expects the system to clean up
this directory from stale files on reboot.
</para><para>
The authorization file to be used for a particular display can be
@@ -929,10 +929,10 @@ User: core
Instance: #!
Merge: xdm
Comment:
- Whether &kdm; should automatically re-read configuration files, if it
+ Whether &tdm; should automatically re-read configuration files, if it
finds them having changed.
Description:
- This boolean controls whether &kdm; automatically re-reads its
+ This boolean controls whether &tdm; automatically re-reads its
configuration files if it finds them to have changed.
Key: ExportList
@@ -943,7 +943,7 @@ Instance: #"LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR"
Merge: xdm(P_List)
Comment: &
Description:
- Additional environment variables &kdm; should pass on to all programs it runs.
+ Additional environment variables &tdm; should pass on to all programs it runs.
<envar>LD_LIBRARY_PATH</envar> and <envar>XCURSOR_THEME</envar> are good candidates;
otherwise, it should not be necessary very often.
@@ -955,12 +955,12 @@ User: core
Instance: #""
Merge: xdm
Comment:
- A file &kdm; should read entropy from.
+ A file &tdm; should read entropy from.
Description:
If the system has no native entropy source like /dev/urandom (see
<option>RandomDevice</option>) and no entropy daemon like EGD (see
<option>PrngdSocket</option> and <option>PrngdPort</option>) is running,
- &kdm; will fall back to its own pseudo-random number generator
+ &tdm; will fall back to its own pseudo-random number generator
that will, among other things, successively checksum parts of this file
(which, obviously, should change frequently).
</para><para>
@@ -975,7 +975,7 @@ User: core
Instance: #"/tmp/entropy"
Merge: xdm
Comment:
- A UNIX domain socket &kdm; should read entropy from.
+ A UNIX domain socket &tdm; should read entropy from.
Description:
If the system has no native entropy source like /dev/urandom (see
<option>RandomDevice</option>), read random data from a Pseudo-Random
@@ -992,7 +992,7 @@ User: core
Instance: #4840
Merge: xdm
Comment:
- A TCP socket on localhost &kdm; should read entropy from.
+ A TCP socket on localhost &tdm; should read entropy from.
Description:
Same as <option>PrngdSocket</option>, only use a TCP socket on localhost.
@@ -1004,10 +1004,10 @@ User: core
Instance: #"/dev/altrandom"
Merge: xdm
Comment:
- A character device &kdm; should read entropy from.
+ A character device &tdm; should read entropy from.
Empty means use the system's preferred entropy device.
Description:
- The path to a character device which &kdm; should read random data from.
+ The path to a character device which &tdm; should read random data from.
Empty means to use the system's preferred entropy device if there is one.
</para><para>
This option does not exist on OpenBSD, as it uses the arc4_random
@@ -1025,7 +1025,7 @@ Comment:
Description:
The directory in which the command <acronym>FiFo</acronym>s should
be created; make it empty to disable them.
-# See <xref linkend="kdm-fifos"/> for the details.
+# See <xref linkend="tdm-fifos"/> for the details.
Key: FifoGroup
Type: group
@@ -1039,14 +1039,14 @@ Description:
Key: DataDir
Type: path
-Default: *"/var/lib/kdm"
+Default: *"/var/lib/tdm"
User: greeter
Instance: #""
Update: upd_datadir
Comment:
- The directory in which &kdm; should store persistent working data.
+ The directory in which &tdm; should store persistent working data.
Description:
- The directory in which &kdm; should store persistent working data; such data
+ The directory in which &tdm; should store persistent working data; such data
is, for example, the previous user that logged in on a particular display.
Key: DmrcDir
@@ -1056,7 +1056,7 @@ User: core
Instance: #"/nfs-shared/var/dmrcs"
Comment: &
Description:
- The directory in which &kdm; should store users' <filename>.dmrc</filename> files. This is only
+ The directory in which &tdm; should store users' <filename>.dmrc</filename> files. This is only
needed if the home directories are not readable before actually logging in
(like with AFS).
@@ -1064,9 +1064,9 @@ Description:
Section: Xdmcp
If: defined(XDMCP)
Description:
- This section contains options that control &kdm;'s handling of
+ This section contains options that control &tdm;'s handling of
&XDMCP; requests.
-# See <xref linkend="xdmcp-with-kdm"/> to find out what &XDMCP; is.
+# See <xref linkend="xdmcp-with-tdm"/> to find out what &XDMCP; is.
Key: Enable
Type: bool
@@ -1075,7 +1075,7 @@ User: dep(xdmcpEnable)
Instance: false
Comment: &
Description:
- Whether &kdm; should listen to incoming &XDMCP; requests.
+ Whether &tdm; should listen to incoming &XDMCP; requests.
Key: Port
Type: int
@@ -1085,9 +1085,9 @@ User: core(request_port)
Instance: #
Merge: xdm:requestPort(P_requestPort)
Comment:
- The UDP port on which &kdm; should listen for &XDMCP; requests. Do not change.
+ The UDP port on which &tdm; should listen for &XDMCP; requests. Do not change.
Description:
- This indicates the UDP port number which &kdm; uses to listen for incoming
+ This indicates the UDP port number which &tdm; uses to listen for incoming
&XDMCP; requests. Unless you need to debug the system, leave this with its
default value.
@@ -1095,21 +1095,21 @@ Key: KeyFile
Type: string
Default: ""
User: core
-Instance: #KDMCONF "/kdmkeys"
+Instance: #TDMCONF "/tdmkeys"
Update: cp_keyfile
Merge: xdm
Comment:
File with the private keys of X-terminals. Required for XDM authentication.
Description:
XDM-AUTHENTICATION-1 style &XDMCP; authentication requires a private
- key to be shared between &kdm; and the terminal. This option specifies
+ key to be shared between &tdm; and the terminal. This option specifies
the file containing those values. Each entry in the file consists of a
display name and the shared key.
Key: Xaccess
Type: string
# differs from xdm
-Default: *KDMCONF "/Xaccess"
+Default: *TDMCONF "/Xaccess"
User: config(Xaccess)
Instance: #""
Update: mk_xaccess
@@ -1121,7 +1121,7 @@ Description:
IndirectQuery requests, this file contains a database of hostnames which
are either allowed direct access to this machine, or have a list of hosts
to which queries should be forwarded to. The format of this file is
- described in <xref linkend="kdmrc-xaccess"/>.
+ described in <xref linkend="tdmrc-xaccess"/>.
Key: ChoiceTimeout
Type: int
@@ -1151,7 +1151,7 @@ Comment:
Description:
When computing the display name for &XDMCP; clients, the name resolver will
typically create a fully qualified host name for the terminal. As this is
- sometimes confusing, &kdm; will remove the domain name portion of the host
+ sometimes confusing, &tdm; will remove the domain name portion of the host
name if it is the same as the domain name of the local host when this option
is enabled.
@@ -1177,7 +1177,7 @@ User: core
Instance: #
Update: mk_willing
Merge: xdm
-Merge: kdm:Xwilling
+Merge: tdm:Xwilling
Comment:
The program which is invoked to dynamically generate replies to &XDMCP;
DirectQuery or BroadcastQuery requests.
@@ -1206,7 +1206,7 @@ Comment:
Description:
The command (subject to word splitting) to run to halt/poweroff the system.
</para><para>
- The default is something reasonable for the system on which &kdm; was built, like
+ The default is something reasonable for the system on which &tdm; was built, like
<command>/sbin/shutdown&nbsp;<option>-h</option>&nbsp;<parameter>now</parameter></command>.
Key: RebootCmd
@@ -1220,7 +1220,7 @@ Comment:
Description:
The command (subject to word splitting) to run to reboot the system.
</para><para>
- The default is something reasonable for the system &kdm; on which was built, like
+ The default is something reasonable for the system &tdm; on which was built, like
<command>/sbin/shutdown&nbsp;<option>-r</option>&nbsp;<parameter>now</parameter></command>.
Key: AllowFifo
@@ -1255,17 +1255,17 @@ Default: None
User: core
User: greeter
Instance: #Grub
-Merge: kdm:UseLilo(P_UseLilo)
+Merge: tdm:UseLilo(P_UseLilo)
Comment: &
Description:
- The boot manager &kdm; should use for offering boot options in the
+ The boot manager &tdm; should use for offering boot options in the
shutdown dialog.
Section: -Core
Description:
This section class contains options concerning the configuration
- of the &kdm; backend (core).
+ of the &tdm; backend (core).
Key: OpenDelay
Type: int
@@ -1299,7 +1299,7 @@ Comment:
How many connection attempts to make during a start attempt. Note that
a timeout aborts the entire start attempt.
Description:
- These options control the behavior of &kdm; when attempting to open a
+ These options control the behavior of &tdm; when attempting to open a
connection to an &X-Server;. <option>OpenDelay</option> is the length
of the pause (in seconds) between successive attempts,
<option>OpenRepeat</option> is the number of attempts to make and
@@ -1318,7 +1318,7 @@ Comment:
Try at most that many times to start a display. If this fails, the display
is disabled.
Description:
- How many times &kdm; should attempt to start a <literal>foreign</literal>
+ How many times &tdm; should attempt to start a <literal>foreign</literal>
display listed in <option>StaticServers</option> before giving up
and disabling it.
Local displays are attempted only once, and &XDMCP; displays are retried
@@ -1335,7 +1335,7 @@ Comment:
How often to try to run the &X-Server;. Running includes executing it and
waiting for it to come up.
Description:
- How many times &kdm; should attempt to start up a local &X-Server;.
+ How many times &tdm; should attempt to start up a local &X-Server;.
Starting up includes executing it and waiting for it to come up.
Key: ServerTimeout
@@ -1346,7 +1346,7 @@ Instance: #:*/
Comment:
How long to wait for a local &X-Server; to come up.
Description:
- How many seconds &kdm; should wait for a local &X-Server; to come up.
+ How many seconds &tdm; should wait for a local &X-Server; to come up.
Key: ServerCmd
Type: string
@@ -1361,7 +1361,7 @@ Description:
The command line to start the &X-Server;, without display number and VT spec.
This string is subject to word splitting.
</para><para>
- The default is something reasonable for the system on which &kdm; was built,
+ The default is something reasonable for the system on which &tdm; was built,
like <command>/usr/bin/X</command>.
Key: ServerArgsLocal
@@ -1396,7 +1396,7 @@ Comment:
Description:
The VT the &X-Server; should run on.
<option>ServerVTs</option> should be used instead of this option.
- Leave it zero to let &kdm; assign a <acronym>VT</acronym> automatically.
+ Leave it zero to let &tdm; assign a <acronym>VT</acronym> automatically.
Set it to <literal>-1</literal> to avoid assigning a <acronym>VT</acronym>
alltogether - this is required for setups with multiple physical consoles.
Currently Linux only.
@@ -1411,13 +1411,13 @@ Comment:
The TTY line (without /dev/) the &X-Server; covers physically.
Description:
This option is for <acronym>OS</acronym>s without support for
- <acronym>VT</acronym>s, either by &kdm; or the <acronym>OS</acronym> itself.
+ <acronym>VT</acronym>s, either by &tdm; or the <acronym>OS</acronym> itself.
Currently this applies to all <acronym>OS</acronym>s but Linux.
</para><para>
- When &kdm; switches to console mode, it starts monitoring this
+ When &tdm; switches to console mode, it starts monitoring this
<acronym>TTY</acronym> line (specified without the leading
<literal>/dev/</literal>) for activity. If the line is not used for some time,
- &kdm; switches back to the X login.
+ &tdm; switches back to the X login.
Key: PingInterval
Type: int
@@ -1441,7 +1441,7 @@ Merge: xdm
Comment:
Wait for a Pong that many minutes.
Description:
- To discover when <emphasis>remote</emphasis> displays disappear, &kdm;
+ To discover when <emphasis>remote</emphasis> displays disappear, &tdm;
regularly pings them.
<option>PingInterval</option> specifies the time (in minutes) between the
pings and <option>PingTimeout</option> specifies the maximum amount of
@@ -1463,7 +1463,7 @@ Comment:
Restart instead of resetting the local &X-Server; after session exit.
Use it if the server leaks memory etc.
Description:
- Whether &kdm; should restart the local &X-Server; after session exit instead
+ Whether &tdm; should restart the local &X-Server; after session exit instead
of resetting it. Use this if the &X-Server; leaks memory or crashes the system
on reset attempts.
@@ -1500,7 +1500,7 @@ Merge: xdm
Comment:
Create X-authorizations for local displays.
Description:
- Controls whether &kdm; generates and uses authorization for
+ Controls whether &tdm; generates and uses authorization for
<emphasis>local</emphasis> &X-Server; connections.
For &XDMCP; displays the authorization requested by the display is used;
foreign non-&XDMCP; displays do not support authorization at all.
@@ -1530,9 +1530,9 @@ Comment:
Description:
Some <emphasis>old</emphasis> &X-Server;s re-read the authorization file
at &X-Server; reset time, instead of when checking the initial connection.
- As &kdm; generates the authorization information just before connecting to
+ As &tdm; generates the authorization information just before connecting to
the display, an old &X-Server; would not get up-to-date authorization
- information. This option causes &kdm; to send SIGHUP to the &X-Server;
+ information. This option causes &tdm; to send SIGHUP to the &X-Server;
after setting up the file, causing an additional &X-Server; reset to occur,
during which time the new authorization information will be read.
@@ -1546,7 +1546,7 @@ Comment:
The name of this &X-Server;'s Xauth file.
If empty, a random name in the AuthDir directory will be used.
Description:
- This file is used to communicate the authorization data from &kdm; to
+ This file is used to communicate the authorization data from &tdm; to
the &X-Server;, using the <option>-auth</option> &X-Server; command line
option. It should be kept in a directory which is not world-writable
as it could easily be removed, disabling the authorization mechanism in
@@ -1605,7 +1605,7 @@ Description:
around the greeter window or to put up other windows (e.g., you may want
to run <command>xconsole</command> here).
The conventional name for a file used here is <command>Xsetup</command>.
- See <xref linkend="kdmrc-xsetup"/>.
+ See <xref linkend="tdmrc-xsetup"/>.
Key: Startup
Type: string
@@ -1623,7 +1623,7 @@ Description:
<systemitem class="username">root</systemitem>) after the user
authentication process succeeds.
The conventional name for a file used here is <command>Xstartup</command>.
- See <xref linkend="kdmrc-xstartup"/>.
+ See <xref linkend="tdmrc-xstartup"/>.
Key: Reset
Type: string
@@ -1641,7 +1641,7 @@ Description:
<systemitem class="username">root</systemitem>) after the session
terminates.
The conventional name for a file used here is <command>Xreset</command>.
- See <xref linkend="kdmrc-xreset"/>.
+ See <xref linkend="tdmrc-xreset"/>.
Key: Session
Type: string
@@ -1660,7 +1660,7 @@ Description:
It specifies the session program to be executed (as the user owning
the session).
The conventional name for a file used here is <command>Xsession</command>.
- See <xref linkend="kdmrc-xsession"/>.
+ See <xref linkend="tdmrc-xsession"/>.
Key: FailsafeClient
Type: string
@@ -1671,10 +1671,10 @@ Merge: xdm
Comment:
The program to run if Session fails.
Description:
- If the <option>Session</option> program fails to execute, &kdm; will
+ If the <option>Session</option> program fails to execute, &tdm; will
fall back to this program. This program is executed with no arguments,
but executes using the same environment variables as the session would
- have had (see <xref linkend="kdmrc-xsession"/>).
+ have had (see <xref linkend="tdmrc-xsession"/>).
Key: UserPath
Type: string
@@ -1689,7 +1689,7 @@ Description:
The <envar>PATH</envar> environment variable for
non-<systemitem class="username">root</systemitem> <option>Session</option>s.
</para><para>
- The default depends on the system &kdm; was built on.
+ The default depends on the system &tdm; was built on.
Key: SystemPath
Type: string
@@ -1706,7 +1706,7 @@ Description:
<option>Session</option>s. Note that it is good practice not to include
<literal>.</literal> (the current directory) into this entry.
</para><para>
- The default depends on the system &kdm; was built on.
+ The default depends on the system &tdm; was built on.
Key: SystemShell
Type: string
@@ -1730,7 +1730,7 @@ Comment:
Where to put the user's &X-Server; authorization file if ~/.Xauthority
cannot be created.
Description:
- When &kdm; is unable to write to the usual user authorization file
+ When &tdm; is unable to write to the usual user authorization file
($<envar>HOME</envar>/.Xauthority), it creates a unique file name in this
directory and points the environment variable <envar>XAUTHORITY</envar>
at the created file.
@@ -1746,7 +1746,7 @@ Comment:
Note that enabling this makes circumventing screen lockers other than
KDE's built-in one possible!
Description:
- If enabled, &kdm; will automatically restart a session after an &X-Server;
+ If enabled, &tdm; will automatically restart a session after an &X-Server;
crash (or if it is killed by Alt-Ctrl-BackSpace). Note that enabling this
feature opens a security hole: a secured display lock can be circumvented
(unless &kde;'s built-in screen locker is used).
@@ -1787,7 +1787,7 @@ User: core
User: greeter
Instance: */Root
Instance: :*/All
-Merge: kdm:-Greeter/
+Merge: tdm:-Greeter/
Comment: &
Description:
Who is allowed to shut down the system. This applies both to the
@@ -1914,7 +1914,7 @@ Comment: &
Description:
The password for the user to log in automatically. This is <emphasis>not</emphasis> required
unless the user is logged into a <acronym>NIS</acronym> or Kerberos domain. If you use this
- option, you should <command>chmod&nbsp;<option>600</option>&nbsp;<filename>kdmrc</filename></command> for obvious reasons.
+ option, you should <command>chmod&nbsp;<option>600</option>&nbsp;<filename>tdmrc</filename></command> for obvious reasons.
Key: AutoLoginLocked
Type: bool
@@ -1928,15 +1928,15 @@ Description:
Key: SessionsDirs
Type: list
-Default: "/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions"
+Default: "/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/tdm/sessions"
User: core
User: greeter-c
-Instance: #*/"/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/kdm/sessions"
+Instance: #*/"/usr/share/xsessions,/var/lib/menu-xdg/xsessions,/usr/share/apps/tdm/sessions"
Comment:
The directories containing session type definitions in .desktop format.
Description:
A list of directories containing session type definitions.
-# See <xref linkend="kdmrc-sessions"> for details.
+# See <xref linkend="tdmrc-sessions"> for details.
Key: ClientLogFile
Type: string
@@ -1959,9 +1959,9 @@ Default: false
User: core
Instance: #*/!
Comment:
- Whether &kdm;'s built-in utmp/wtmp/lastlog registration should be used.
+ Whether &tdm;'s built-in utmp/wtmp/lastlog registration should be used.
Description:
- Specify whether &kdm;'s built-in utmp/wtmp/lastlog registration should
+ Specify whether &tdm;'s built-in utmp/wtmp/lastlog registration should
be used. If it is not, the tool <command>sessreg</command> should be used
in the <option>Startup</option> and <option>Reset</option> scripts, or,
alternatively, the pam_lastlog module should be used on
@@ -1971,7 +1971,7 @@ Description:
Section: -Greeter
Description:
This section class contains options concerning the configuration
- of the &kdm; frontend (greeter).
+ of the &tdm; frontend (greeter).
Key: GUIStyle
Type: string
@@ -2059,7 +2059,7 @@ Key: LogoPixmap
Type: string
Default: ""
User: greeter(logo)
-Instance: */KDMDATA "/pics/kdelogo.png"
+Instance: */TDMDATA "/pics/kdelogo.png"
Comment:
The image to show when LogoArea=Logo.
Description:
@@ -2075,7 +2075,7 @@ Comment:
The relative coordinates (X,Y in percent) of the center of the greeter.
Description:
The relative coordinates (percentages of the screen size; X,Y) at which
- the center of the greeter is put. &kdm; aligns the greeter to the edges
+ the center of the greeter is put. &tdm; aligns the greeter to the edges
of the screen it would cross otherwise.
Key: GreeterScreen
@@ -2254,7 +2254,7 @@ Type: list
Default: ""
User: greeter-c(users)
Instance: #*/"root,johndoe"
-Merge: kdm:Users
+Merge: tdm:Users
Comment:
For ShowUsers=Selected. @<group> means all users in that group.
Description:
@@ -2267,7 +2267,7 @@ User: greeter-c(noUsers)
Instance: #*/"root"
# depends on {Min,Max}ShowUID
Update: upd_hiddenusers/1
-Merge: kdm:NoUsers
+Merge: tdm:NoUsers
Comment:
For ShowUsers=NotHidden. @<group> means all users in that group.
Description:
@@ -2322,13 +2322,13 @@ Instance: #*/PreferUser
Comment:
Specify, where the users' pictures should be taken from.
Description:
- If <option>UserList</option> is enabled, this specifies where &kdm; gets the
+ If <option>UserList</option> is enabled, this specifies where &tdm; gets the
images from:
</para>
%ENUM%
<para>
The images can be in any format Qt recognizes, but the filename
- must match &kdm;'s expectations: <literal>.face.icon</literal> should be a
+ must match &tdm;'s expectations: <literal>.face.icon</literal> should be a
48x48 icon, while <literal>.face</literal> should be a 300x300 image.
Currently the big image is used only as a fallback and is scaled down,
but in the future it might be displayed full-size in the logo area or a
@@ -2336,7 +2336,7 @@ Description:
Key: FaceDir
Type: string
-Default: *KDMDATA "/faces"
+Default: *TDMDATA "/faces"
User: greeter
Instance: #*/"/usr/share/faces"
Update: upd_facedir
@@ -2412,16 +2412,16 @@ Default: true
User: greeter
Instance: #*/!
Comment:
- If true, krootimage will be automatically started by &kdm;; otherwise, the
+ If true, krootimage will be automatically started by &tdm;; otherwise, the
Setup script should be used to setup the background.
Description:
- If enabled, &kdm; will automatically start the <command>krootimage</command>
+ If enabled, &tdm; will automatically start the <command>krootimage</command>
program to set up the background; otherwise, the <option>Setup</option>
program is responsible for the background.
Key: BackgroundCfg
Type: string
-Default: *KDMCONF "/backgroundrc"
+Default: *TDMCONF "/backgroundrc"
User: greeter-c
Instance: #*/""
Update: handBgCfg
@@ -2461,11 +2461,11 @@ Instance: #*/
Comment:
How many seconds to wait for grab to succeed.
Description:
- This option specifies the maximum time &kdm; will wait for the grabs to
+ This option specifies the maximum time &tdm; will wait for the grabs to
succeed. A grab may fail if some other X-client has the &X-Server; or the
keyboard grabbed, or possibly if the network latencies are very high. You
should be cautious when raising the timeout, as a user can be spoofed by
- a look-alike window on the display. If a grab fails, &kdm; kills and
+ a look-alike window on the display. If a grab fails, &tdm; kills and
restarts the &X-Server; (if possible) and the session.
Key: AuthComplain
@@ -2504,7 +2504,7 @@ User: core
User: greeter
Instance: :*/DefaultLocal
# from make_it_cool branch and SuSE 8.1
-Merge: kdm:EnableChooser(P_EnableChooser)
+Merge: tdm:EnableChooser(P_EnableChooser)
Comment: &
Description:
Specify whether the greeter of local displays should start up in host chooser
@@ -2540,31 +2540,31 @@ Description:
login domain.
Key: ShowLog
-If: defined(WITH_KDM_XCONSOLE)
+If: defined(WITH_TDM_XCONSOLE)
Type: bool
Default: false
User: greeter
Instance: :0/true
Comment:
- Enable &kdm;'s built-in xconsole. Note that this can be enabled for only
+ Enable &tdm;'s built-in xconsole. Note that this can be enabled for only
one display at a time.
Description:
- Enable &kdm;'s built-in <command>xconsole</command>.
+ Enable &tdm;'s built-in <command>xconsole</command>.
Note that this can be enabled for only one display at a time.
- This option is available only if &kdm; was <command>configure</command>d
- with <option>--enable-kdm-xconsole</option>.
+ This option is available only if &tdm; was <command>configure</command>d
+ with <option>--enable-tdm-xconsole</option>.
Key: LogSource
-If: defined(WITH_KDM_XCONSOLE)
+If: defined(WITH_TDM_XCONSOLE)
Type: string
Default: ""
User: greeter-c
Instance: :0/"/dev/xconsole"
Comment:
- The data source for &kdm;'s built-in xconsole.
+ The data source for &tdm;'s built-in xconsole.
If empty, a console log redirection is requested from /dev/console.
Description:
- The data source for &kdm;'s built-in <command>xconsole</command>.
+ The data source for &tdm;'s built-in <command>xconsole</command>.
If empty, a console log redirection is requested from
<filename>/dev/console</filename>.
Has no effect if <option>ShowLog</option> is disabled.
@@ -2653,9 +2653,9 @@ Description:
Key: Theme
Type: string
-Default: KDMDATA "/themes/o2_enterprise"
+Default: TDMDATA "/themes/o2_enterprise"
User: greeter
-Instance: */KDMDATA "/themes/o2_enterprise"
+Instance: */TDMDATA "/themes/o2_enterprise"
Comment: &
Description:
The theme to use for the greeter. Can point to either a directory or an XML