Rename KDEHOME and KDEDIR

pull/1/head
Timothy Pearson 12 years ago
parent c6bcf4c111
commit e68dcfd1de

@ -172,7 +172,7 @@ X-KDE-StartupNotify=false</userinput></screen>
<para>Then save it as
<filename><replaceable>themename</replaceable>.desktop</filename> into the
autostart directory at <filename
class="directory">$<envar>KDEHOME</envar>/Autostart/</filename>.</para>
class="directory">$<envar>TDEHOME</envar>/Autostart/</filename>.</para>
</answer>
</qandaentry>
<qandaentry>
@ -210,7 +210,7 @@ options or use a different configuration method.</para>
<answer>
<para>Close all &superkaramba; themes and then delete any session files in
<filename
class="directory">$<envar>KDEHOME</envar>/share/config/session/</filename>
class="directory">$<envar>TDEHOME</envar>/share/config/session/</filename>
that begin with &superkaramba;. Restart &kde; and start your themes again. Now
they will stay in the right place.</para>
</answer>

@ -27,7 +27,7 @@
/* compile with
* gcc -I$TQTDIR/include -I$KDEDIR/include -L/opt/kde/lib -L/usr/X11R6/lib -lkfm -ltdeui -ltdecore -lqt -lX11 -lXext -fno-rtti kconftest.cpp
* gcc -I$TQTDIR/include -I$TDEDIR/include -L/opt/kde/lib -L/usr/X11R6/lib -lkfm -ltdeui -ltdecore -lqt -lX11 -lXext -fno-rtti kconftest.cpp
*/

@ -62,7 +62,7 @@ Problems:
o Help will only work with the next release of tdelibs. Alternatively
you can copy a copy of kedit.html, kedit.gif into
$(KDEDIR)/docs/HTML
$(TDEDIR)/docs/HTML
o kedit has currently problems to deal with color-scheme changes
without restarting kedit. I have made the necessary changes to

@ -7,7 +7,7 @@ ln -s gen_qregexpparser.cc gen_qregexpparser.cpp
touch unistd.h
mkdir icons
cp ../picts/* icons
cp $KDEDIR/share/icons/crystalsvg/22x22/actions/{undo,redo,editcut,editcopy,editpaste,fileopen,filesave,contexthelp,1downarrow,1uparrow}.png icons
cp $TDEDIR/share/icons/crystalsvg/22x22/actions/{undo,redo,editcut,editcopy,editpaste,fileopen,filesave,contexthelp,1downarrow,1uparrow}.png icons
mkdir predefined
mkdir predefined/General
cp ../predefined/General/*.regexp predefined/General

@ -22,7 +22,7 @@ The current planned features are:
NOTE: the plugin naming conventions changed
in v0.5 and above, i recommend you to
rm -rf $KDEDIR/lib/libksim* before you install
rm -rf $TDEDIR/lib/libksim* before you install
v0.5 or above, if you are using v0.4 or below.
As of v0.9.0 and above, KSim has the option to

@ -98,7 +98,7 @@ bool KSim::PluginLoader::loadPlugin(const KDesktopFile &file)
case KSim::PluginLoader::LibNotFound:
KMessageBox::error(0, i18n("KSim was unable to load the plugin %1"
" due to not being able to find the plugin, check that the plugin"
" is installed and is in your $KDEDIR/lib path").tqarg(file.readName()));
" is installed and is in your $TDEDIR/lib path").tqarg(file.readName()));
return false;
break;
case KSim::PluginLoader::UnSymbols:

@ -320,7 +320,7 @@ Don't compile superkaramba when python header was not installed
r425963 | nickell | 2005-06-15 20:52:40 -0400 (Wed, 15 Jun 2005) | 8 lines
Now we can download and install .skz files into the install directory:
$KDEHOME/share/apps/superkaramba/themes
$TDEHOME/share/apps/superkaramba/themes
We also unpack any other type of archive into it's own directory in the
install directory.
TODO: add the install directory to the theme dialog browser

Loading…
Cancel
Save