| Summary: | KDialog odd behavior escaping exclamation mark | ||
|---|---|---|---|
| Product: | [Applications] kdialog | Reporter: | Sadi <sadiyumusak> |
| Component: | general | Assignee: | Brad Hards <bradh> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 22.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sadi
2022-09-19 10:41:44 UTC
This is not a KDialog issue. The difference in behaviour is due to using different shells. If you want to have bash behaviour in your shell script, run it in bash (not dash or whatever other shell you are using). (In reply to Brad Hards from comment #1) > This is not a KDialog issue. > > The difference in behaviour is due to using different shells. If you want to > have bash behaviour in your shell script, run it in bash (not dash or > whatever other shell you are using). I use zsh but this behavior doesn't change even if it's named *.sh and its first line is like this: #!/usr/bin/env bash I ruled out that because KDialog --progressbar doesn't work with zsh but it works if I do as above. BTW, is the progress bar issue also zsh issue, and not KDialog issue? Thanks. |