On Thu, 17 Jan 2002 05:38, you wrote:
> On Wednesday 16 Jan 2002 09:48, Guillaume Rousse wrote:
> > Ainsi parlait Peter Ruskin :
> > > [15:08 root@penguin:~]# mv /usr/bin/konsole /usr/bin/konsole-orig
> > > [15:08 root@penguin:~]# cat > /usr/bin/konsole
> > > #!/bin/sh
> > > /usr/bin/konsole-orig --noxft <Ctrl-D>
> > > [15:08 root@penguin:~]# chmod a+x /usr/bin/konsole
> > >
> > > Now all your konsole sessions will have AA deactivated.
> >
> > Would not an alias be more appropriated here ?
> > alias konsole='konsole -noxft'
>
> That was my first thought but I already tried it and it didn't work.

I'm pretty sure that KDE doesn't source your .bash_profile or .bashrc at 
startup, either these two files being the usual place to define an alias 
(depending on what you want to achieve)...  However the alias _should_ work 
thusly if you were to run 'konsole' from within some other terminal (eg. 
another instance of konsole, xterm, rxvt, eterm, etc.) which _has_ defined 
the alias by sourcing .bash_profile/.bashrc (or wherever else you specified 
the alias).

Hope this makes sense...

cheers,

- brendon.

Reply via email to