| Summary: | Konsole consumes [arg] after -e <cmd> | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Dominik Kummer <admin> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 21.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
SUMMARY Konsole help says: -e <cmd> Command to execute. This option will catch all following arguments, so use it as the last option. If $ konsole -e mycmd --title MyTitle --flag; is executed, konsole consumes --title [title] as it where preceding -e <cmd> and only passes --flag to `mycmd`. EXPECTED RESULT Konsole shall pass all arguments following -e <cmd> regarless if they match any valid konsole option.