[Konsole-devel] [Bug 163750] No --ls command line option
Robert Knight
robertknight at gmail.com
Wed Jun 11 14:38:06 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=163750
------- Additional Comments From robertknight gmail com 2008-06-11 16:38 -------
There are two ways to do this in KDE 4:
1. Add a command-line option to Konsole to run a login shell by default (any environment variables will be expanded at runtime):
Exec=konsole -e $SHELL --login
2. Changing the settings in the default profile (/usr/share/apps/konsole/Shell.profile) to run a login shell.
Under the '[General]' section, set the Command to:
Command=$SHELL --login
The second approach is preferred because it won't interfere with users if they create their own profiles to run different commands.
More information about the konsole-devel
mailing list