diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:54:23 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:54:23 -0500 |
commit | b5bc69b831d0941d8c4e9e86db6f615f347dff7b (patch) | |
tree | 884535336fb840f718571e0ef64bfa4e7e6cd90f /doc/userguide/your-tde-account.docbook | |
parent | f306d6eaf5f5192682848c9cfa8bbb010e50d7a2 (diff) | |
download | tdebase-b5bc69b831d0941d8c4e9e86db6f615f347dff7b.tar.gz tdebase-b5bc69b831d0941d8c4e9e86db6f615f347dff7b.zip |
Rename docbook files used in TDE user guide, update respective docbook references/links.
Diffstat (limited to 'doc/userguide/your-tde-account.docbook')
-rw-r--r-- | doc/userguide/your-tde-account.docbook | 79 |
1 files changed, 79 insertions, 0 deletions
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 @@ +<sect1 id="account-intro"> +<!-- Uncomment the <*info> below and add your name to be --> +<!-- credited for writing this section. --> + +<!-- +<sect1info> +<authorgroup> +<author> +<firstname>Your First Name here</firstname> +<surname>Your Surname here </surname> +</author> +</authorgroup> +</sect1info> +--> + +<title>About Your &tde; Account</title> + +<para>&tde; stores information about your personal settings in a few +different places: + +<itemizedlist> +<listitem><para>The hidden directory <filename>.kde</filename> (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:<filename>.kde/share/config</filename>, which +contains configuration files for individual applications; +<filename>.kde/Autostart</filename>, which contains links to +applications which should start each time you start &tde;; and +<filename>.kde/share/apps/kabc</filename>, where your address book is +stored.</para> +</listitem> +<!-- FIXME: Apparently TDEDIR and TDEDIRS are deprecated. I need to --> +<!-- get the truth on this --> +<listitem><para>The environment variables <envar>TDEDIR</envar> and +<envar>TDEDIRS</envar> tell &tde; where its files are stored. You will +usually only need to set <envar>TDEDIR</envar> 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 +<envar>TDEDIRS</envar> environment variable. Set +<envar>TDEDIRS</envar> to a list of all the directories containing +&tde; programs, separated by commas. For example, if you have &tde; +programs in both <filename>/usr/local/kde</filename> and +<filename>/home/phil/kde</filename>, you can use <userinput>export +TDEDIR=/usr/local/kde,/home/phil/kde</userinput> if you use +<application>bash</application> or <userinput>setenv +TDEDIR=/usr/local/kde,/home/phil/kde</userinput> if you use sh. +</para> +</listitem> +</itemizedlist> +</para> + +<!-- Add links to "further reading" here --> +<itemizedlist> +<title>Related Information</title> +<listitem><para><xref linkend="tde-for-administrators" /> contains +more information about the directories that &tde; uses.</para> +</listitem> +</itemizedlist> + + +</sect1> + +<!-- Keep this comment at the end of the file +Local variables: +mode: xml +sgml-omittag:nil +sgml-shorttag:nil +sgml-namecase-general:nil +sgml-general-insert-case:lower +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:0 +sgml-indent-data:true +sgml-parent-document:("index.docbook" "book" "sect1") +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil +End: +--> |