| Summary: | konsole default profile command replaced by -e commandline switch | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Jens Dagerbo <jens.dagerbo> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | finex |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jens Dagerbo
2007-12-28 08:31:43 UTC
Forgot to say: This is latest KDE4, revision 753670. Just tried on revision 753714. 1) Started konsole 2) Inside konsole I've run "konsole -e ls" (it start and quit immediatly) 3) In "settings->edit current profile-> command" I've this "ls", not "konsole -e ls". 4) From the same konsole I've started a new konsole and this has been closed after doing the "ls". 5) I've let "ls" on the command and closed all konsole. 6) I've restarted konsole and... it started correctly: on the "settings->edit current profile->command" I've found the default "/bin/bash" It seems that the command is modified since the first konsole has been closed. Fixed in SVN revision #753735. Command-line arguments are applied to a new hidden profile which inherits from the default profile, instead of changing the default profile directly. |