From b5bc69b831d0941d8c4e9e86db6f615f347dff7b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 17:54:23 -0500 Subject: Rename docbook files used in TDE user guide, update respective docbook references/links. --- doc/userguide/your-tde-account.docbook | 79 ++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 doc/userguide/your-tde-account.docbook (limited to 'doc/userguide/your-tde-account.docbook') diff --git a/doc/userguide/your-tde-account.docbook b/doc/userguide/your-tde-account.docbook new file mode 100644 index 000000000..3b189f7bd --- /dev/null +++ b/doc/userguide/your-tde-account.docbook @@ -0,0 +1,79 @@ + + + + + + +About Your &tde; Account + +&tde; stores information about your personal settings in a few +different places: + + +The hidden directory .kde (note the +period at the beginning), located in your home directory, contains a +large number of files that store &tde; settings. Some subdirectories +you may find useful are:.kde/share/config, which +contains configuration files for individual applications; +.kde/Autostart, which contains links to +applications which should start each time you start &tde;; and +.kde/share/apps/kabc, where your address book is +stored. + + + +The environment variables TDEDIR and +TDEDIRS tell &tde; where its files are stored. You will +usually only need to set TDEDIR to the directory in which +&tde; is installed, but sometimes you might have other &tde; +programs installed elsewhere: in this case, you can use the +TDEDIRS environment variable. Set +TDEDIRS to a list of all the directories containing +&tde; programs, separated by commas. For example, if you have &tde; +programs in both /usr/local/kde and +/home/phil/kde, you can use export +TDEDIR=/usr/local/kde,/home/phil/kde if you use +bash or setenv +TDEDIR=/usr/local/kde,/home/phil/kde if you use sh. + + + + + + + +Related Information + contains +more information about the directories that &tde; uses. + + + + + + + -- cgit v1.2.1