You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
3.2 KiB
58 lines
3.2 KiB
14 years ago
|
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
|
||
|
.TH KSTARTUPCONFIG 1 "Jun 2006" "K Desktop Environment" "configuration options loader"
|
||
|
.SH NAME
|
||
12 years ago
|
tdestartupconfig, tdedostartupconfig
|
||
14 years ago
|
\- KDE configuration options loader
|
||
|
.SH SYNOPSIS
|
||
12 years ago
|
\fBtdestartupconfig\fP [$TDEHOME]
|
||
14 years ago
|
.sp 1
|
||
12 years ago
|
\fBtdedostartupconfig\fP
|
||
14 years ago
|
.SH DESCRIPTION
|
||
12 years ago
|
\fBtdestartupconfig\fP loads configuration options for use in \fBstarttde\fP. It saves loading time as there is no need to launch programs linked to KDE libraries. \fBstartupconfig\fP uses a cache of some Kconfig options that are updated by \fBtdedostartupconfig\fP. The cache is implemented as script file that is sourced and provides the options as shell variables.
|
||
14 years ago
|
.sp 1
|
||
|
The configuration options to load are stored in \fIstartupconfigkeys\fP as one option per line. They follow the format <file> <group> <key> <default>. A complete group is addressed as <file> [<group>]. The configuration options are processed in the specified order so the missing default values for groups can be specified as single options after the group option.
|
||
|
.sp 1
|
||
12 years ago
|
\fBtdestartupconfig\fP stores every line from \fIstartupconfigkeys\fP in \fIstartupconfigfiles\fP followed by the paths of all files relevant to the option. Lines with non\-existent files start with '!' in case they are created later. The list of files is terminated by a line starting with '*'.
|
||
14 years ago
|
.sp 1
|
||
12 years ago
|
If the timestamps of all relevant files are older than the timestamp of \fIstartupconfigfile\fP there is no need to update anything. Otherwise \fBtdedostartupconfig\fP is launched to create or update the necessary files.
|
||
14 years ago
|
.sp 1
|
||
12 years ago
|
\fBtdedostartupconfig\fP writes values of the options to \fIstartupconfig\fP. \fIstartupconfig\fP is a shell script that sets the values to shell variables. The variables are named <file>_<group>_<key>.
|
||
14 years ago
|
.sp 1
|
||
|
\fBNotes:\fP
|
||
|
.IP " \-"
|
||
|
the \fIkdeglobals\fP config file is not used as a dependency for other config files
|
||
|
.IP " \-"
|
||
|
do not use frequently changed config files since the checking is timestamp\-based
|
||
|
.IP " \-"
|
||
12 years ago
|
if \fBtdeconf_update\fP is used to update an option also touch the matching global config file to allow \fBtdestartupconfig\fP to see changes
|
||
14 years ago
|
.SH OPTIONS
|
||
|
.TP
|
||
13 years ago
|
.B $TDEHOME
|
||
14 years ago
|
KDE home directory, if different to ~/.kde
|
||
|
.SS
|
||
|
.SH FILES
|
||
13 years ago
|
In case $TDEHOME is not set ~/.kde is assumed.
|
||
14 years ago
|
.TP
|
||
13 years ago
|
.I $TDEHOME/share/config/startupconfig
|
||
14 years ago
|
script, sourced to set shell variables with configuration options
|
||
|
.TP
|
||
13 years ago
|
.I $TDEHOME/share/config/startupconfigfiles
|
||
14 years ago
|
configuration options and files they belong to
|
||
|
.TP
|
||
13 years ago
|
.I $TDEHOME/share/config/startupconfigkeys
|
||
14 years ago
|
configuration options to load
|
||
|
.SH SEE ALSO
|
||
12 years ago
|
.BR tdeconf_update (1),\ starttde (1)
|
||
14 years ago
|
.SH AUTHORS
|
||
|
.nf
|
||
|
Lubos Lunak <l.lunak@kde.org>
|
||
|
.br
|
||
|
|
||
|
.br
|
||
|
.fi
|
||
|
Please use http://bugs.kde.org to report bugs, do not mail the author directly.
|
||
|
.PP
|
||
|
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the \fBDebian\fP Project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
|
||
|
.PP
|
||
|
On \fBDebian\fP systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
|