You are not logged in.

1

Thursday, May 19th 2005, 1:50pm

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)


wysota

Trainee

Posts: 65

Location: Warsaw, POLAND

  • Send private message

2

Thursday, May 19th 2005, 3:59pm

RE: changing konsole to bash

What does 'echo $SHELL' tell you? Maybe you have ~/.bash_profile or ~/.bashrc mixed up and it opens sh?
Live and let live - use the search engine.
"Use the docs Luke, use the docs!"

3

Thursday, May 19th 2005, 4:17pm

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"

4

Friday, May 20th 2005, 10:40am

RE: changing konsole to bash

i guess ill just try to upgrade to KDE 3.4...

5

Monday, May 23rd 2005, 3:43pm

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...