Bug 312512

Summary: Keep Terminal cd commands out of .bash_history
Product: [Applications] dolphin Reporter: Andreas Velten <avelten>
Component: panels: terminalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: minor CC: avelten
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Andreas Velten 2013-01-02 23:55:12 UTC
I have a terminal panel open by default in dolphin. Whenever I enter a new folder using the GUI, a cd command is issued in the terminal pannel to go to that folder. Thats great, but all the cd commands also go to my .bash_history. They completely flood it making looking for recent commands in a terminal very cumbersiome. Is there a way to keep the dolphin terminal from writing these cd lines to the global .bach_history? They are not really useful there. Maybe this could also be optional.

Reproducible: Always

Steps to Reproduce:
1.Open a terminal panel in dolphin
2.Change folders by clicking on them in the graphical window
3. close dolphin
4. open a regular terminal
5. press arrow up to browse through .bash_history
Actual Results:  
The cd command(s) issued by dolphin to the terminal panel show up. If I use dolphin a lot I have to go through dizens of thos before I get to actual commands I typed.

Expected Results:  
The cd commands are not very useful and there are a lot. They should not be part of .bash_history.
Comment 1 Frank Reininghaus 2013-01-03 08:11:30 UTC
(In reply to comment #0)
> Is there a way to keep the dolphin terminal
> from writing these cd lines to the global .bach_history?

Yes, see bug 204039 for details.

*** This bug has been marked as a duplicate of bug 204039 ***