https://bugs.kde.org/show_bug.cgi?id=445774
Patrick Silva <bugsefor...@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Terminal panel does not |Terminal panel does not |respect custom bash prompt |respect custom bash prompt | |consistently --- Comment #4 from Patrick Silva <bugsefor...@gmx.com> --- You are right. On my system sometimes I need to restart Dolphin a few times with Terminal panel already enabled. Accurate steps to reproduce: 1. add the following line to your ~/.bashrc file: export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' 2. save ~/.bashrc file 3. open Dolphin and open its Terminal panel by pressing F4 (Terminal panel respects the custom bash prompt as expected) 4. restart Dolphin 5. if Terminal panel is still respecting the custom bash prompt, restart Dolphin repeatedly. At some point the custom bash prompt will not be respected. -- You are receiving this mail because: You are watching all bug changes.