bash default

the current shell in freebsd is very badly broken in kde4, really is like dance tap in a minefield, in fact everytime i use it i press enter with a stick and hide cuz i fear a knife will come out through my screen and stab me in the eye
 
1) do you expect someone to understand what did you wrote?
2) what exactly is broken?
3) default shell is ok (I'd give 9/10 for it) [I'd give 10/10 if default shell was mksh]
 
konsole opens and then crash or sigsev or sigenv or disconnect from shell or i write but there is no text but when i press enter the result test is visible. with bash or xterm everything is peachy
 
Konsole or xterm are not shells. They are, in essence, a gui interface to a shell.
 
If you like bash so much, then just install it:
Code:
# cd /usr/ports/shells/bash
# make install clean
Or even simpler: pkg_add -r bash

I've never had problems with tcsh or sh in Konsole, on either KDE3 or KDE4, so you may want to look into why you are having issues. How was KDE installed (ports/packages)? If from ports, did you muck around with CFLAGS setting in /etc/make.conf? If you did, remove that from make.conf and rebuild everything.
 
Back
Top