From kde-commits Thu Mar 31 23:42:51 2005 From: Kurt Hindenburg Date: Thu, 31 Mar 2005 23:42:51 +0000 To: kde-commits Subject: kdebase/konsole/konsole Message-Id: <20050331234251.899C63C9 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111231260905381 CVS commit by hindenburg: Replace ~ with homeDirPath in Session's Exec entries. BUG: 102941 M +1 -1 konsole.cpp 1.526 --- kdebase/konsole/konsole/konsole.cpp #1.525:1.526 @@ -3069,4 +3068,5 @@ void Konsole::addSessionCommand(const QS } + exec = exec.replace( "~", QDir::homeDirPath() ); exec = KRun::binaryName(exec, false); QString pexec = KGlobal::dirs()->findExe(exec);