diff options
Diffstat (limited to 'kdesktop/krootwm.cc')
-rw-r--r-- | kdesktop/krootwm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/krootwm.cc b/kdesktop/krootwm.cc index 7d0e40b38..e44c027c2 100644 --- a/kdesktop/krootwm.cc +++ b/kdesktop/krootwm.cc @@ -760,7 +760,7 @@ void KRootWm::slotOpenTerminal() KConfigGroupSaver gs(KGlobal::config(), "General"); TQString terminal = KGlobal::config()->readPathEntry("TerminalApplication", "konsole"); - *p << terminal << " --workdir \"$HOME/Desktop\""; + *p << terminal << "--workdir=" + KGlobalSettings::desktopPath() + "/"; p->start(KProcess::DontCare); |