diff options
author | Slávek Banko <[email protected]> | 2020-04-06 16:32:16 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 16:32:39 +0200 |
commit | e23e39a945e6c1a4af2e9356750098c1ba22d397 (patch) | |
tree | 89f6b847114448d4da5477f6b91778e49ead05b9 /doc/en/profiles.docbook | |
parent | 7bca2bf90a04a90e12e6670d4a8799561ea72d20 (diff) | |
download | kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.tar.gz kiosktool-e23e39a945e6c1a4af2e9356750098c1ba22d397.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2aaaa10f3fbb11dfda73aee7b6ca2ca9307be427)
Diffstat (limited to 'doc/en/profiles.docbook')
-rw-r--r-- | doc/en/profiles.docbook | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/en/profiles.docbook b/doc/en/profiles.docbook new file mode 100644 index 0000000..4a20a1d --- /dev/null +++ b/doc/en/profiles.docbook @@ -0,0 +1,39 @@ +<chapter id="profiles"> +<title>Profiles</title> +<para>A profile is a collection of default settings and restrictions +that can be applied to either individual users or groups of users.</para> + +<para>The KDE desktop environment as well as all TDE applications use +a specific +<ulink url="http://www.kde.org/areas/sysadmin/fsh.php#dir_structure">directory structure</ulink> +to lookup configuration settings and various other information. +KDE knows about several +<ulink url="http://www.kde.org/areas/sysadmin/fsh.php#dir_location">locations</ulink> +for these directory structures. +All the information and +<ulink url="http://www.kde.org/areas/sysadmin/config_file.php">configuration settings</ulink> +found in the various locations are +<ulink url="http://www.kde.org/areas/sysadmin/config_file.php#cascading">combined</ulink> +before they are used. +<ulink url="http://www.kde.org/areas/sysadmin/config_file.php#lock_down">Lock down</ulink> +features control whether settings in the user's home folder ($TDEHOME or ~/.trinity) +are taken into account or not. +</para> + +<para> +A profile consists of a standard KDE directory structure in a custom location with +settings and information chosen by you. +</para> + +<para>&kiosktool; lets you chose in which location +a profile should be stored. Information about available profiles is stored in +the file &etc_tderc;. +</para> + +<para>It is recommended to store all profiles under a single +directory. In this case the &etc_tderc; file only needs to contain a reference to this +single directory and KDE and &kiosktool; will automatically pick up all profiles stored +under this directory. See the <xref linkend="settings" /> chapter for more information. +</para> + +</chapter> |