add more spacing
[personal-kdebase.git] / runtime / doc / userguide / your-kde-account.docbook
blobaa37dddac5434f106d1fa14238bb3a3e77425175
1 <sect1 id="account-intro">
2 <!-- Uncomment the <*info> below and add your name to be -->
3 <!-- credited for writing this section. -->
5 <!--
6 <sect1info>
7 <authorgroup>
8 <author>
9 <firstname>Your First Name here</firstname>
10 <surname>Your Surname here </surname>
11 </author>
12 </authorgroup>
13 </sect1info>
14 -->
16 <title>About Your &kde; Account</title>
18 <para>&kde; stores information about your personal settings in a few
19 different places:
21 <itemizedlist>
22 <listitem><para>The hidden directory <filename>.kde</filename> (note the
23 period at the beginning), located in your home directory, contains a
24 large number of files that store &kde; settings. Some subdirectories
25 you may find useful are:<filename>.kde/share/config</filename>, which
26 contains configuration files for individual applications;
27 <filename>.kde/Autostart</filename>, which contains links to
28 applications which should start each time you start &kde;; and
29 <filename>.kde/share/apps/kabc</filename>, where your address book is
30 stored.</para>
31 </listitem>
32 <!-- FIXME: Apparently KDEDIR and KDEDIRS are deprecated. I need to -->
33 <!-- get the truth on this -->
34 <listitem><para>The environment variables <envar>KDEDIR</envar> and
35 <envar>KDEDIRS</envar> tell &kde; where its files are stored. You will
36 usually only need to set <envar>KDEDIR</envar> to the directory in which
37 &kde; is installed, but sometimes you might have other &kde;
38 programs installed elsewhere: in this case, you can use the
39 <envar>KDEDIRS</envar> environment variable. Set
40 <envar>KDEDIRS</envar> to a list of all the directories containing
41 &kde; programs, separated by commas. For example, if you have &kde;
42 programs in both <filename>/usr/local/kde</filename> and
43 <filename>/home/phil/kde</filename>, you can use <userinput>export
44 KDEDIR=/usr/local/kde,/home/phil/kde</userinput> if you use
45 <application>bash</application> or <userinput>setenv
46 KDEDIR=/usr/local/kde,/home/phil/kde</userinput> if you use sh.
47 </para>
48 </listitem>
49 </itemizedlist>
50 </para>
52 <!-- Add links to "further reading" here -->
53 <itemizedlist>
54 <title>Related Information</title>
55 <listitem><para><xref linkend="kde-for-administrators" /> contains
56 more information about the directories that &kde; uses.</para>
57 </listitem>
58 </itemizedlist>
61 </sect1>
63 <!-- Keep this comment at the end of the file
64 Local variables:
65 mode: xml
66 sgml-omittag:nil
67 sgml-shorttag:nil
68 sgml-namecase-general:nil
69 sgml-general-insert-case:lower
70 sgml-minimize-attributes:nil
71 sgml-always-quote-attributes:t
72 sgml-indent-step:0
73 sgml-indent-data:true
74 sgml-parent-document:("index.docbook" "book" "sect1")
75 sgml-exposed-tags:nil
76 sgml-local-catalogs:nil
77 sgml-local-ecat-files:nil
78 End:
79 -->