summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tdesu/process.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdesu/process.cpp b/tdesu/process.cpp
index ffc0cabf3..1d56128da 100644
--- a/tdesu/process.cpp
+++ b/tdesu/process.cpp
@@ -359,6 +359,7 @@ int PtyProcess::exec(const TQCString &command, const QCStringList &args)
putenv(const_cast<TQCString&>(*it).data());
}
unsetenv("TDE_FULL_SESSION");
+ unsetenv("XDG_RUNTIME_DIR");
// set temporarily LC_ALL to C, for su (to be able to parse "Password:")
const char* old_lc_all = getenv( "LC_ALL" );