From 6723d581f9777be5206619112a30122439c0ee95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:07:19 -0600 Subject: Rename KDEHOME and KDEDIR --- doc/faq/configkde.docbook | 6 +++--- doc/faq/desktop.docbook | 2 +- doc/faq/install.docbook | 26 +++++++++++++------------- doc/faq/kdeapps.docbook | 2 +- doc/faq/panel.docbook | 6 +++--- doc/faq/sound.docbook | 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) (limited to 'doc/faq') 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 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 gpg-agent, ssh-agent and others), you can put -these scripts into $KDEHOME/env/ and make sure their names end in -.sh. $KDEHOME is +these scripts into $TDEHOME/env/ and make sure their names end in +.sh. $TDEHOME is usually a folder named .kde (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 $KDEDIR/env/, where $KDEDIR is the prefix &kde; was +put them under $TDEDIR/env/, where $TDEDIR is the prefix &kde; was installed to (you can find this out using the command kde-config --prefix). 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 Create New The icons can be found only in $KDEDIRS/share/icons or $TDEDIRS/share/icons or $HOME/.kde/share/icons or $HOME/.kde2/share/icons. 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 SHLIB_PATH on &IRIX;. Then set the environment variable -KDEDIR to the base of your &kde; tree, ⪚ TDEDIR to the base of your &kde; tree, ⪚ /usr/local/kde. 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. In order to make it easy for you, we have provided a simple script called starttde which gets installed in $KDEDIR/bin and is therefore in your +class="directory">$TDEDIR/bin and is therefore in your path. Edit the file .xinitrc 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. Setting the suid bit on the screensavers become root chown root -$KDEDIR/bin/*.kss +$TDEDIR/bin/*.kss chmod u+s -$KDEDIR/bin/*.kss +$TDEDIR/bin/*.kss Alternatively, if you compile &kde; from source, you can use ./configure to @@ -480,12 +480,12 @@ is better to leave it out. For csh or tcsh: -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 For bash: -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 <acronym>RPM</acronym> packages @@ -641,7 +641,7 @@ removing the old .kde folder, without a hitch. You can override the use of $HOME/.kde by setting the -$KDEHOME variable. +$TDEHOME variable. @@ -703,7 +703,7 @@ source? uninstall in the folder where you did make install. If you have already deleted that folder, then there is only one way, and it is not good: go to $KDEDIR/bin and start deleting files +class="directory">$TDEDIR/bin and start deleting files one by one. If you expect to find yourself in this situation, you might want to consider a program such as &GNU; stow, 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 FontConfig must find the three fonts installed in: $KDEDIR/share/fonts. +class="directory">$TDEDIR/share/fonts. If the &kde; install does not install these fonts in a directory that already exists (⪚ In order to change only the &kmenu; icon you can overwrite the kmenu.png image for every size in an icon theme set. -So, for &kde; default icons this would be $KDEDIR/share/icons/default.kde/size/apps/kmenu.png, +So, for &kde; default icons this would be $TDEDIR/share/icons/default.kde/size/apps/kmenu.png, where size is one of the sizes included in the &kde; icon theme. @@ -85,9 +85,9 @@ action="simul">&Alt;F2 and entering If the panel continues to disappear, you may wish to either remove or edit by hand your -$KDEHOME/share/config/kickerrc +$TDEHOME/share/config/kickerrc file, where $KDEHOME is usually +class="directory">$TDEHOME is usually ~/.kde. If you choose to edit it by hand, start by removing the applet entry groups. 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 artsplay in a second terminal can give I've upgraded to the latest version of &kde; keeping my old configuration, and my system sounds don't work anymore! -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 knotifyrc. 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 $KDEHOME/share/config/knotifyrc 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 knotifyrc. 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 $TDEHOME/share/config/knotifyrc out of the way for your original user to see if this solves the problem. -- cgit v1.2.1