https://bugs.kde.org/show_bug.cgi?id=459616
--- Comment #3 from Andrew Gunnerson <accounts+...@chiller3.com> --- I went through Arch Wiki's list of terminal emulators and tested most of them: https://wiki.archlinux.org/title/List_of_applications#Terminal_emulators Looks like there are many different ways with how they accept the commands :( Requires `-e` where `-e` signals the end of argument parsing and all further arguments specify the command to run: - alacritty - konsole - lxterminal - mlterm - putty (documented in the help output, but the argument parser fails to handle -e) - qterminal (fails to run command if it contains arguments starting with dash. Eg. `-c` in `qterminal -e bash -c 'sleep 5'`) - roxterm - tilix - urxvt - xterm Requires `-e`, but requires the command to be specified as a single string: - guake - mate-terminal - pantheon-terminal (does not exit after command completion) - terminator - xfce4-terminal Requires no flag after the Exec= command in the .desktop file: - gnome-terminal - kitty - wezterm Requires no flag, but also supports `-e` optionally: - st Don't support running a command at all: - liri-terminal - yakuake -- You are receiving this mail because: You are watching all bug changes.