diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
commit | 6723d581f9777be5206619112a30122439c0ee95 (patch) | |
tree | d835c452bc1081f1d58a7c209654e345ebf0fbe8 /doc/faq | |
parent | deba8145ea74eac9c43b8aef4642357d72f7d0c0 (diff) | |
download | tdebase-6723d581f9777be5206619112a30122439c0ee95.tar.gz tdebase-6723d581f9777be5206619112a30122439c0ee95.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/configkde.docbook | 6 | ||||
-rw-r--r-- | doc/faq/desktop.docbook | 2 | ||||
-rw-r--r-- | doc/faq/install.docbook | 26 | ||||
-rw-r--r-- | doc/faq/kdeapps.docbook | 2 | ||||
-rw-r--r-- | doc/faq/panel.docbook | 6 | ||||
-rw-r--r-- | doc/faq/sound.docbook | 2 |
6 files changed, 22 insertions, 22 deletions
diff --git a/doc/faq/configkde.docbook b/doc/faq/configkde.docbook index f0cb4d2be..f1393d829 100644 --- a/doc/faq/configkde.docbook +++ b/doc/faq/configkde.docbook @@ -191,12 +191,12 @@ url="http://www.koffice.org/kword/euro.php">http://www.koffice.org/kword/euro.ph <answer><para>There are many ways to do that. If what you want to do is to run some scripts that would set some environment variables (for example, to start <command>gpg-agent</command>, <command>ssh-agent</command> and others), you can put -these scripts into <filename class="directory">$<envar>KDEHOME</envar>/env/</filename> and make sure their names end in -<literal role="extension">.sh</literal>. $<envar>KDEHOME</envar> is +these scripts into <filename class="directory">$<envar>TDEHOME</envar>/env/</filename> and make sure their names end in +<literal role="extension">.sh</literal>. $<envar>TDEHOME</envar> is usually a folder named <filename class="directory">.kde</filename> (note the period at the beginning) in your home folder. If you want scripts to be executed for all &kde; users, you can -put them under <filename class="directory">$<envar>KDEDIR</envar>/env/</filename>, where $<envar>KDEDIR</envar> is the prefix &kde; was +put them under <filename class="directory">$<envar>TDEDIR</envar>/env/</filename>, where $<envar>TDEDIR</envar> is the prefix &kde; was installed to (you can find this out using the command <userinput><command>kde-config</command> --prefix</userinput>).</para> <para>If you wish to start a program after &kde; has started, you may want to use the diff --git a/doc/faq/desktop.docbook b/doc/faq/desktop.docbook index da3de1608..e31f7a8ce 100644 --- a/doc/faq/desktop.docbook +++ b/doc/faq/desktop.docbook @@ -45,7 +45,7 @@ use the &RMB; on the desktop and choose <menuchoice><guimenuitem>Create New</gui </question> <answer> <para>The icons can be found only in <filename -class="directory">$<envar>KDEDIRS</envar>/share/icons</filename> or <filename +class="directory">$<envar>TDEDIRS</envar>/share/icons</filename> or <filename class="directory">$<envar>HOME</envar>/.kde/share/icons</filename> or <filename class="directory">$<envar>HOME</envar>/.kde2/share/icons</filename>. To use icons stored in other locations, you must either copy them into one of the diff --git a/doc/faq/install.docbook b/doc/faq/install.docbook index 8dc1227ea..5548d2f24 100644 --- a/doc/faq/install.docbook +++ b/doc/faq/install.docbook @@ -360,7 +360,7 @@ necessary on systems that do not support rpath; on &Linux; &ELF;, it should work without). This environment variable may be called differently on some systems, ⪚ it is called <envar>SHLIB_PATH</envar> on &IRIX;. Then set the environment variable -<envar>KDEDIR</envar> to the base of your &kde; tree, ⪚ <filename +<envar>TDEDIR</envar> to the base of your &kde; tree, ⪚ <filename class="directory">/usr/local/kde</filename>. <caution> <para>Please bear in mind that it is unwise to set @@ -378,7 +378,7 @@ features if you use the &kde; window manager and its helper programs.</para> <para>In order to make it easy for you, we have provided a simple script called <filename>starttde</filename> which gets installed in <filename -class="directory">$<envar>KDEDIR</envar>/bin</filename> and is therefore in your +class="directory">$<envar>TDEDIR</envar>/bin</filename> and is therefore in your path.</para> <para>Edit the file <filename>.xinitrc</filename> in your home folder (make a backup copy first!), remove everything that looks like calling a window @@ -451,9 +451,9 @@ machine until the password is entered.</para></caution></para> <title>Setting the suid bit on the screensavers</title> <step performance="required"><para>become root</para></step> <step performance="required"><para><command>chown root -$<envar>KDEDIR</envar>/bin/*.kss</command></para></step> +$<envar>TDEDIR</envar>/bin/*.kss</command></para></step> <step performance="required"><para><command>chmod u+s -$<envar>KDEDIR</envar>/bin/*.kss</command></para></step> +$<envar>TDEDIR</envar>/bin/*.kss</command></para></step> </procedure> <para>Alternatively, if you compile &kde; from source, you can use <command>./configure <option>with-shadow</option></command> to @@ -480,12 +480,12 @@ is better to leave it out.</para> <para>For csh or tcsh:</para> <programlisting> -setenv KDEDIR /home/me +setenv TDEDIR /home/me if ( $?LD_LIBRARY_PATH ) then - setenv LD_LIBRARY_PATH $KDEDIR/lib:$LD_LIBRARY_PATH + setenv LD_LIBRARY_PATH $TDEDIR/lib:$LD_LIBRARY_PATH else - setenv LD_LIBRARY_PATH $KDEDIR/lib + setenv LD_LIBRARY_PATH $TDEDIR/lib endif if ( ! $?LIBRARY_PATH ) then @@ -494,11 +494,11 @@ endif </programlisting> <para>For <application>bash</application>:</para> <programlisting> -KDEDIR=/home/me -PATH=$KDEDIR/bin:$PATH -LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH +TDEDIR=/home/me +PATH=$TDEDIR/bin:$PATH +LD_LIBRARY_PATH=$TDEDIR/lib:$LD_LIBRARY_PATH LIBRARY_PATH=$LD_LIBRARY_PATH -export KDEDIR PATH LD_LIBRARY_PATH LIBRARY_PATH +export TDEDIR PATH LD_LIBRARY_PATH LIBRARY_PATH </programlisting></step> </procedure> <procedure><title><acronym>RPM</acronym> packages</title> @@ -641,7 +641,7 @@ removing the old <filename class="directory">.kde</filename> folder, without a hitch.</para> <para>You can override the use of <filename class="directory">$<envar>HOME</envar>/.kde</filename> by setting the -$<envar>KDEHOME</envar> variable.</para> +$<envar>TDEHOME</envar> variable.</para> </answer> </qandaentry> @@ -703,7 +703,7 @@ source?</para> uninstall</command> in the folder where you did <command>make install</command>. If you have already deleted that folder, then there is only one way, and it is not good: go to <filename -class="directory">$<envar>KDEDIR</envar>/bin</filename> and start deleting files +class="directory">$<envar>TDEDIR</envar>/bin</filename> and start deleting files one by one.</para> <para>If you expect to find yourself in this situation, you might want to consider a program such as &GNU; <application>stow</application>, found at diff --git a/doc/faq/kdeapps.docbook b/doc/faq/kdeapps.docbook index ff11d80c2..68b1fd2cc 100644 --- a/doc/faq/kdeapps.docbook +++ b/doc/faq/kdeapps.docbook @@ -120,7 +120,7 @@ paste by clicking with the &MMB; (or both buttons if you are using a <para><application>FontConfig</application> must find the three fonts installed in: <filename -class="directory">$<envar>KDEDIR</envar>/share/fonts</filename>. +class="directory">$<envar>TDEDIR</envar>/share/fonts</filename>. If the &kde; install does not install these fonts in a directory that already exists (⪚ <filename diff --git a/doc/faq/panel.docbook b/doc/faq/panel.docbook index 5814dc613..6c9a1d3a2 100644 --- a/doc/faq/panel.docbook +++ b/doc/faq/panel.docbook @@ -40,7 +40,7 @@ you prefer from install it using the &kcontrolcenter;.</para> <para>In order to change only the &kmenu; icon you can overwrite the <filename>kmenu.png</filename> image for every size in an icon theme set. -So, for &kde; default icons this would be <filename>$<envar>KDEDIR</envar>/share/icons/default.kde/<replaceable>size</replaceable>/apps/kmenu.png</filename>, +So, for &kde; default icons this would be <filename>$<envar>TDEDIR</envar>/share/icons/default.kde/<replaceable>size</replaceable>/apps/kmenu.png</filename>, where <replaceable>size</replaceable> is one of the sizes included in the &kde; icon theme. </para> @@ -85,9 +85,9 @@ action="simul">&Alt;<keycap>F2</keycap> </keycombo> and entering <para>If the panel continues to disappear, you may wish to either remove or edit by hand your -<filename>$<envar>KDEHOME</envar>/share/config/kickerrc</filename> +<filename>$<envar>TDEHOME</envar>/share/config/kickerrc</filename> file, where <filename -class="directory">$<envar>KDEHOME</envar></filename> is usually +class="directory">$<envar>TDEHOME</envar></filename> is usually <filename class="directory">~/.kde</filename>. If you choose to edit it by hand, start by removing the applet entry groups.</para> diff --git a/doc/faq/sound.docbook b/doc/faq/sound.docbook index d7db604bc..af41375ab 100644 --- a/doc/faq/sound.docbook +++ b/doc/faq/sound.docbook @@ -44,7 +44,7 @@ conjunction with using <command>artsplay</command> in a second terminal can give <question><para> I've upgraded to the latest version of &kde; keeping my old configuration, and my system sounds don't work anymore!</para></question> <answer><para> -Assuming you've installed &arts; correctly and you still have the codecs installed your previous &kde; installation needed, chances are this is a small problem with your <filename>knotifyrc</filename>. To confirm this, try creating an entirely new user and seeing if system notifications work under the new account. If they do, try moving your <filename>$<envar>KDEHOME</envar>/share/config/knotifyrc</filename> out of the way for your original user to see if this solves the problem. +Assuming you've installed &arts; correctly and you still have the codecs installed your previous &kde; installation needed, chances are this is a small problem with your <filename>knotifyrc</filename>. To confirm this, try creating an entirely new user and seeing if system notifications work under the new account. If they do, try moving your <filename>$<envar>TDEHOME</envar>/share/config/knotifyrc</filename> out of the way for your original user to see if this solves the problem. </para></answer> </qandaentry> |