Version: unspecified (using KDE 4.5.5) OS: Linux As a application starter, krunner should do setsid() before executing so the started program will get a new session. The session id is a very good way to to distinguish different program groups, but currently all programs started under krunner have the same. This increases allows systems to be better scheduled with the autogrouper of 2.6.38 or ulatencyd. Reproducible: Always Steps to Reproduce: execute some programs with krunner execute: ps xafw -o pid,args,session Actual Results: sessions of all childs are the same. Expected Results: should be different
Confirmed with Plasma 5.
*** This bug has been marked as a duplicate of bug 374909 ***