From 6d0a6c62241e65e7a22030daeea99d9dac01b16e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:03:47 -0600 Subject: Fix references to user profile directory. (cherry picked from commit a3b5ac40733523142094f6341d21945094790f51) --- doc/userguide/kde-for-admins.docbook | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/userguide') diff --git a/doc/userguide/kde-for-admins.docbook b/doc/userguide/kde-for-admins.docbook index f6a2684af..70a2103ef 100644 --- a/doc/userguide/kde-for-admins.docbook +++ b/doc/userguide/kde-for-admins.docbook @@ -40,7 +40,7 @@ stores all its files in a directory tree with a fixed structure. class="directory">/opt/trinity). One at the user level in the user's home directory (usually -~/.kde) +~/.trinity) As a system administrator you can create additional trees. Such @@ -51,7 +51,7 @@ linkend="user-profiles">profiles $HOME/.kde +class="directory">$HOME/.trinity /opt/trinity. (This is &SuSE;-specific; other distributions may use @@ -81,7 +81,7 @@ the following files are searched: $HOME/.kde/share/mimelnk/text/plain.desktop +class="directory">$HOME/.trinity/share/mimelnk/text/plain.desktop /opt/trinity/share/mimelnk/text/plain.desktop /etc/opt/trinity/share/mimelnk/text/plain.desktop If a user makes a change, the change is written to $HOME/.kde/share/mimelnk/text/plain.desktop +class="directory">$HOME/.trinity/share/mimelnk/text/plain.desktop For configuration files the story is slightly different. If @@ -102,7 +102,7 @@ which value is used for the key. For example, if the following two files exist, with these contents: -$HOME/.kde/share/config/foobar +$HOME/.trinity/share/config/foobar Color=red Shape=circle @@ -143,13 +143,13 @@ Position=10,10 KDEHOME -~/.kde +~/.trinity KDEROOTHOME -/root/.kde +/root/.trinity Different variable to prevent root writing to $KDEHOME of the user after running su. @@ -209,7 +209,7 @@ prefixes=/opt/kde_staff This creates a profile named staff that adds the /opt/kde_staff directory tree. (Note that &SuSE; &Linux; uses -/etc/trinityrc instead of +/etc/kde3rc instead of /etc/kderc. Now that we have a named profile it can be assigned to users. @@ -543,7 +543,7 @@ precedence. If a key in a certain group is defined multiple times in a single file, the value of the last entry is used. -If $HOME/.kde/share/config/foobar +If $HOME/.trinity/share/config/foobar contains: [MyGroup] @@ -568,7 +568,7 @@ Position=10,10 If - $HOME/.kde/share/config/foobar + $HOME/.trinity/share/config/foobar contains [MyGroup] @@ -622,7 +622,7 @@ Color[$i]=blue If - $HOME/.kde/share/config/foobar + $HOME/.trinity/share/config/foobar contains: [MyGroup] @@ -645,7 +645,7 @@ Position=10,10 If - $HOME/.kde/share/config/foobar + $HOME/.trinity/share/config/foobar contains: [MyGroup] @@ -1166,13 +1166,13 @@ or have to install some programs to a different prefix than the rest of $KDEHOMEIf -not set, &kde; uses ~/.kde as +not set, &kde; uses ~/.trinity as the directory where personal data is stored. $KDEROOTHOMEIf -not set, &kde; uses ~root/.kde +not set, &kde; uses ~root/.trinity as the directory for root's personal data. Was introduced to prevent &kde; from accidently overwriting user data with root permissions when the user runs a &kde; @@ -1830,7 +1830,7 @@ NoDisplay=true the directory structures in $KDEDIR/share/applnk (system wide) and $HOME/.kde/share/applnk +class="directory">$HOME/.trinity/share/applnk (user specific). This is observed unless the .desktop file has a Categories= line. In that case the categories determine the location in the menu. @@ -1960,7 +1960,7 @@ role="extension">.gif files. A user can change file association in the &kcontrolcenter;. These changes are stored in -$HOME/.kde/share/config/profilerc. +$HOME/.trinity/share/config/profilerc. To use the same settings for multiple users, store these settings in user profile directory or the global &kde; config directory to use as default for multiple users. -- cgit v1.2.3