diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-05 13:53:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-05 13:53:08 -0500 |
commit | ed4fba5b52a126babf633ece832bed7cc50347e4 (patch) | |
tree | df4dda5b511fe6a3930c567d2391a9f574570618 /redhat/kdebase/kdebase-3.5.12-desktop-openterminalhere.patch | |
parent | 9135c977131b957134d4b691542998b2dc397378 (diff) | |
parent | 3c86eeb8b77e5ea83ce7938d75c17b7bde9b31d5 (diff) | |
download | tde-packaging-ed4fba5b52a126babf633ece832bed7cc50347e4.tar.gz tde-packaging-ed4fba5b52a126babf633ece832bed7cc50347e4.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/kdebase/kdebase-3.5.12-desktop-openterminalhere.patch')
-rw-r--r-- | redhat/kdebase/kdebase-3.5.12-desktop-openterminalhere.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/redhat/kdebase/kdebase-3.5.12-desktop-openterminalhere.patch b/redhat/kdebase/kdebase-3.5.12-desktop-openterminalhere.patch new file mode 100644 index 000000000..1dc03e97e --- /dev/null +++ b/redhat/kdebase/kdebase-3.5.12-desktop-openterminalhere.patch @@ -0,0 +1,19 @@ +*** kdebase/kdesktop/krootwm.cc.ori 2011-07-20 14:14:25.822954866 +0200 +--- kdebase/kdesktop/krootwm.cc 2011-07-20 14:16:09.964002976 +0200 +*************** +*** 760,766 **** + KConfigGroupSaver gs(KGlobal::config(), "General"); + TQString terminal = KGlobal::config()->readPathEntry("TerminalApplication", "konsole"); + +! *p << terminal << "--workdir=" + KGlobalSettings::desktopPath() + "/"; + + p->start(KProcess::DontCare); + +--- 760,766 ---- + KConfigGroupSaver gs(KGlobal::config(), "General"); + TQString terminal = KGlobal::config()->readPathEntry("TerminalApplication", "konsole"); + +! *p << terminal; + + p->start(KProcess::DontCare); + |