Discussion:
konsolerc options
(too old to reply)
Wolf Grossi
2005-12-26 15:12:53 UTC
Permalink
Hi all,

on KDE-2.2.1 I want to set some default startup-options for konsole,
similar as I can do it with xterm, rxvt, etc.
Particularly I want to set 'loginShell: true'

Using strace I see that konsole uses /opt/kde2/share/config/konsolerc

Q 1) How do I make konsole to start as a loginshell?

Q 2) Is there a description of the konsolerc options?


Thanx for reading and hints
Wolf
Thomas Overgaard
2005-12-26 16:21:59 UTC
Permalink
Post by Wolf Grossi
Q 1) How do I make konsole to start as a loginshell?
You can start konsole as a login-shell this way 'konsole --ls'.

Like most other KDE apps you can list all options this way:
'konsole --help-all'
--
Thomas O.

This area is designed to become quite warm during normal operation.
Wolf Grossi
2005-12-27 12:24:27 UTC
Permalink
Post by Thomas Overgaard
Post by Wolf Grossi
Q 1) How do I make konsole to start as a loginshell?
You can start konsole as a login-shell this way 'konsole --ls'.
'konsole --help-all'
Yes, I know, but I want to make it *systemwide* as default, not having
to type the option --ls
Thomas Overgaard
2005-12-27 13:32:47 UTC
Permalink
Post by Wolf Grossi
Yes, I know, but I want to make it *systemwide* as default, not having
to type the option --ls
Then I think you'll have to make it an system wide alias by adding this
command to e.g. /etc/profile:
alias konsole='konsole --ls'
--
Thomas O.

This area is designed to become quite warm during normal operation.
Loading...