Bug 153648

Summary: When the shell exits in the built-in terminal, dolphin starts another
Product: [Applications] dolphin Reporter: Ivo Anjo <ivo>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal CC: morten
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ivo Anjo 2007-12-07 22:23:32 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

When typing "exit" on the terminal pane inside dolphin, the pane doesn't hide, and instead starts a new shell.

I think when exiting, the terminal panel should disappear (see kate and konqueror).
Comment 1 Morten O. Hansen 2007-12-10 17:03:08 UTC
I agree, this was the behaviour of the embedded terminal in konqueror in 3.5.
Comment 2 Rafael Fernández López 2007-12-19 02:35:28 UTC
SVN commit 750276 by ereslibre:

Now the konsole part is autodestructed when no tabs do exist. This makes the desired effect on dolphin when typing "exit" on the terminal, the dock will be hidden.

BUG: 153648


 M  +2 -0      dolphin/src/dolphinmainwindow.cpp  
 M  +21 -0     dolphin/src/terminalsidebarpage.cpp  
 M  +4 -0      dolphin/src/terminalsidebarpage.h  
 M  +3 -4      konsole/src/Part.cpp  
 M  +1 -2      konsole/src/Part.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=750276