Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
changing konsole to bash
i would like to make the konsole in KDE open to bash not sh so i went to settings>configure konsole>session and under execute i put /bin/bash then applied it and restarted it but it still opens to sh ...
i also checked in KUser my user account to see if maybe my login shell was set to sh not bash but it was set to /bin/bash...
how do i change konsole to use bash?
p.s. im using kde 3.3.2
This post has been edited 1 times, last edit by "patnet2004" (May 19th 2005, 1:57pm)
RE: changing konsole to bash
What does 'echo $SHELL' tell you? Maybe you have ~/.bash_profile or ~/.bashrc mixed up and it opens sh?
RE: changing konsole to bash
echo $SHELL returns /bin/bash
and my .bashrc and .bash_profile are set too:
.bash_profile:
exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash
.bashrc:
PATH=$PATH:/usr/X11R6/bin:/usr/X11R6/lib/pkgconfig:/usr/local/bin
export PATH
alias ls="ls --color"
RE: changing konsole to bash
i guess ill just try to upgrade to KDE 3.4...
ok i installed kde3.4 and it still does the same thing ... i noticed i didnt have /etc/shells so i add it but that didnt fix it either...