Using the Run in Konsole service menu from Dolphin with a script that ends in an ampersand causes the final command to not run. Sample script: #!/usr/bin/env bash echo A echo B & Running the script normally, both A and B are printed. Using Run in Konsole, only A is printed. More information in Reddit post: https://www.reddit.com/r/kde/comments/1ktcvfu/how_to_run_a_flatpak_program_from_within_a_script/ Operating System: CachyOS Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.14.7-3-cachyos (64-bit) Graphics Platform: Wayland
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.