| Summary: | No --ls command line option | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Ian Mortimer <ian> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ian Mortimer
2008-06-11 05:40:09 UTC
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. With kde 4.0.4 on Fedora 9 it's: /usr/share/kde4/apps/konsole/Shell.profile Works perfectly. Thanks for the advice. Proposed solution works for reporter. |