Fix references of /tmp/kde- -> /tmp/tde- to avoid potential conflicts with KDE4.

This partially resolves bug report 813.

Fix docbook references of /tmp/kde-$USER -> /tmp/tde-$USER.
pull/2/head
Darrell Anderson 12 years ago
parent 5c3cfcce1c
commit 51e4bce462

@ -420,7 +420,7 @@ class="directory">/tmp/kde-$<envar>USER</envar>/</filename>, this is used for te
<varlistentry> <varlistentry>
<term><filename>$<envar>TDEHOME</envar>/cache-$<envar>HOSTNAME</envar></filename></term> <term><filename>$<envar>TDEHOME</envar>/cache-$<envar>HOSTNAME</envar></filename></term>
<listitem><para>Usually <filename <listitem><para>Usually <filename
class="directory">/var/tmp/kdecache-$<envar>USER</envar>/</filename>, class="directory">/var/tmp/tdecache-$<envar>USER</envar>/</filename>,
this is used for cached files.</para> this is used for cached files.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -1826,7 +1826,7 @@ information about all available applications. You can rebuild the
database with database with
<userinput><command>kbuildsycoca</command></userinput>. The database <userinput><command>kbuildsycoca</command></userinput>. The database
which is built lives in <filename which is built lives in <filename
class="directory">/var/tmp/kdecache-${<envar>USER</envar>}/ksycoca</filename>. class="directory">/var/tmp/tdecache-${<envar>USER</envar>}/ksycoca</filename>.
It is automatically updated by <application>KDED</application>, It is automatically updated by <application>KDED</application>,
checked during &tde; login, and <application>KDED</application> checked during &tde; login, and <application>KDED</application>
watches for changes while logged in.</para> watches for changes while logged in.</para>

@ -536,7 +536,7 @@ KSMShutdownIPFeedback::KSMShutdownIPFeedback()
// The shared pixmap is 24 bits, but we are 32 bits // The shared pixmap is 24 bits, but we are 32 bits
// Therefore our only option is to use a 24-bit Xorg application to dump the shared pixmap in a common (png) format for loading later // Therefore our only option is to use a 24-bit Xorg application to dump the shared pixmap in a common (png) format for loading later
TQString filename = getenv("USER"); TQString filename = getenv("USER");
filename.prepend("/tmp/kde-"); filename.prepend("/tmp/tde-");
filename.append("/krootbacking.png"); filename.append("/krootbacking.png");
remove(filename.ascii()); remove(filename.ascii());
system("krootbacking &"); system("krootbacking &");
@ -594,7 +594,7 @@ void KSMShutdownIPFeedback::slotPaintEffect()
} }
if (TQPaintDevice::x11AppDepth() == 32) { if (TQPaintDevice::x11AppDepth() == 32) {
TQString filename = getenv("USER"); TQString filename = getenv("USER");
filename.prepend("/tmp/kde-"); filename.prepend("/tmp/tde-");
filename.append("/krootbacking.png"); filename.append("/krootbacking.png");
bool success = pm.load(filename, "PNG"); bool success = pm.load(filename, "PNG");
if (!success) { if (!success) {

Loading…
Cancel
Save