Re: Konsole root session ignores bash completion

2006-01-15 Thread Alex Nordstrom
Please respect my signature and Reply-To header as well as the Debian lists' code of conduct; do not CC me in followups. Thursday, 12 January 2006 22:14, Pierre Habouzit wrote: > my own shell is zsh, so konsole does : > > $(SHELL) -c "su -" > > to launch a root session. > soit should defininete

Re: Konsole root session ignores bash completion

2006-01-12 Thread Pierre Habouzit
> Any ideas? strace -f -e trace=execve konsole gives : execve("/bin/zsh", ["/bin/zsh", "-c", "su -"], [/* 48 vars */]) = 0 execve("/bin/su", ["su", "-"], [/* 47 vars */]) = 0 my own shell is zsh, so konsole does : $(SHELL) -c "su -" to launch a root session. soit should defininetely do

Re: Konsole root session ignores bash completion

2006-01-12 Thread Alex Nordstrom
Thursday, 12 January 2006 17:47, David Martínez Moreno wrote: > El jueves, 12 de enero de 2006 05:11, Alex Nordstrom escribió: > > For some reason, when starting a root shell in Konsole from the > > Sessions menu, this setting is ignored. Other session types work as > > expected, and if one issues

Re: Konsole root session ignores bash completion

2006-01-12 Thread David Martínez Moreno
El jueves, 12 de enero de 2006 05:11, Alex Nordstrom escribió: > For some reason, when starting a root shell in Konsole from the Sessions > menu, this setting is ignored. Other session types work as expected, > and if one issues su from the root session (effectively starting a root > shell within t

Konsole root session ignores bash completion

2006-01-11 Thread Alex Nordstrom
I have the following lines in my /etc/bash.bashrc uncommented (in the default installation, they are commented out) to get enhanced tab completion in Bash (not only completing file names as normal, but also things like package names on the aptitude command line): # enable bash completion in int