diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:03:47 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:03:47 -0600 |
commit | a3b5ac40733523142094f6341d21945094790f51 (patch) | |
tree | 8a6c4022823f04a2bf39603cff3673202ff7378d /doc/ksplashml/index.docbook | |
parent | fa07546653085e3c0d64343fd774531e7e3e38ee (diff) | |
download | tdebase-a3b5ac40733523142094f6341d21945094790f51.tar.gz tdebase-a3b5ac40733523142094f6341d21945094790f51.zip |
Fix references to user profile directory.
Diffstat (limited to 'doc/ksplashml/index.docbook')
-rw-r--r-- | doc/ksplashml/index.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ksplashml/index.docbook b/doc/ksplashml/index.docbook index ebef5fea5..b461e26c7 100644 --- a/doc/ksplashml/index.docbook +++ b/doc/ksplashml/index.docbook @@ -86,7 +86,7 @@ your tastes, you can learn how to customize the appearance of <para>To use themes from <ulink url="http://www.kde-look.org">KDE-Look</ulink>, extract them to -<filename>~/.kde/share/apps/ksplash/Themes/</filename> for a single user, or +<filename>~/.trinity/share/apps/ksplash/Themes/</filename> for a single user, or to <filename>$<envar>TDEDIR</envar>/share/apps/ksplash/Themes/</filename> to make them available to all users of your system.</para> @@ -146,7 +146,7 @@ it.</para> the theme to be recognized by &ksplash;, it should be stored in a folder called <filename class="directory">MyCoolTheme</filename> under <filename -class="directory">~/.kde/apps/ksplash/Themes/</filename>. It should +class="directory">~/.trinity/apps/ksplash/Themes/</filename>. It should have a file called <filename>Theme.rc</filename>, containing the settings of the theme. You can specify large numbers of special things to theme, change the plugin engine to use, and so on. You do not have @@ -178,7 +178,7 @@ by assigning key-value pairs as in the example file above.</para> <important> <para>Ensure that the name of the directory that contains the theme files -(<filename class="directory">~/.kde/apps/ksplash/Themes/MyCoolTheme</filename> +(<filename class="directory">~/.trinity/apps/ksplash/Themes/MyCoolTheme</filename> in this example) and the identifier (<literal>[KSplash Theme: MyCoolTheme]</literal> in this example) of the theme in the <filename>Theme.rc</filename> file are identical. Otherwise, &ksplash; will not |