https://bugs.kde.org/show_bug.cgi?id=426989
--- Comment #8 from Ömer Fadıl USTA <omeru...@gmail.com> --- Extra steps to reproduce : - dont have any open dolphin instance otherwise this bug couldnt observe Extra Information : Whenever you enter konsole in dolphin (from opening through steam ) exit command just echos and brakes all shell ability. ( it starts to be just input to output system ) Main problem : In kpty Some trials which i have made : - I have chaged wait class UtemptProcess to UtemptProcess(QObject *parent):QProcess(parent) and add timeout to utemptProcess.waitForFinished(); es (2 place) to utemptProcess.waitForFinished(1000); after those changes now it can just hide the QProcess bug on the other hand user couldnt feel the stuck ( waitin 30 seconds ) but still exit command doesnt work (in normal started dolphin works ) Sorry : about cross posting same things in both bug entries. -- You are receiving this mail because: You are watching all bug changes.