Summary: | Run in Konsole breaks with ampersand | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Jared Adams <jaxad0127> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 25.04.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jared Adams
2025-05-23 23:21:09 UTC
Running the command from menu manually (konsole --hold -e /path/to/script), I don't see the issue. This script also never has the issue: #!/usr/bin/env bash echo A & echo B & This bug is wild. It happens randomly. both Run in Konsole and the command work sometimes, break sometimes. Very inconsistent. |