You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.2 KiB
63 lines
2.2 KiB
15 years ago
|
<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>
|
||
|
-->
|
||
|
|
||
13 years ago
|
<title>About Your &tde; Account</title>
|
||
15 years ago
|
|
||
13 years ago
|
<para>&tde; stores information about your personal settings in a few
|
||
15 years ago
|
different places:
|
||
|
|
||
|
<itemizedlist>
|
||
|
<listitem><para>The hidden directory <filename>.kde</filename> (note the
|
||
|
period at the beginning), located in your home directory, contains a
|
||
13 years ago
|
large number of files that store &tde; settings. Some subdirectories
|
||
15 years ago
|
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
|
||
13 years ago
|
applications which should start each time you start &tde;; and
|
||
12 years ago
|
<filename>.kde/share/apps/tdeabc</filename>, where your address book is
|
||
15 years ago
|
stored.</para>
|
||
|
</listitem>
|
||
13 years ago
|
<!-- FIXME: Apparently TDEDIR and TDEDIRS are deprecated. I need to -->
|
||
15 years ago
|
<!-- get the truth on this -->
|
||
13 years ago
|
<listitem><para>The environment variables <envar>TDEDIR</envar> and
|
||
13 years ago
|
<envar>TDEDIRS</envar> tell &tde; where its files are stored. You will
|
||
13 years ago
|
usually only need to set <envar>TDEDIR</envar> to the directory in which
|
||
13 years ago
|
&tde; is installed, but sometimes you might have other &tde;
|
||
15 years ago
|
programs installed elsewhere: in this case, you can use the
|
||
13 years ago
|
<envar>TDEDIRS</envar> environment variable. Set
|
||
|
<envar>TDEDIRS</envar> to a list of all the directories containing
|
||
13 years ago
|
&tde; programs, separated by commas. For example, if you have &tde;
|
||
15 years ago
|
programs in both <filename>/usr/local/kde</filename> and
|
||
|
<filename>/home/phil/kde</filename>, you can use <userinput>export
|
||
13 years ago
|
TDEDIR=/usr/local/kde,/home/phil/kde</userinput> if you use
|
||
15 years ago
|
<application>bash</application> or <userinput>setenv
|
||
13 years ago
|
TDEDIR=/usr/local/kde,/home/phil/kde</userinput> if you use sh.
|
||
15 years ago
|
</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
</para>
|
||
|
|
||
|
<!-- Add links to "further reading" here -->
|
||
|
<itemizedlist>
|
||
|
<title>Related Information</title>
|
||
11 years ago
|
<listitem><para><ulink url="help:/khelpcenter/adminguide">The &tde;
|
||
|
Administrator Guide</ulink> contains
|
||
13 years ago
|
more information about the directories that &tde; uses.</para>
|
||
15 years ago
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
|
||
|
</sect1>
|