[konsole] [Bug 436950] Konsole --tabs-from-file command behavior is opaque and hard to debug
Thomas Dreibholz
bugzilla_noreply at kde.org
Tue Dec 12 10:19:15 GMT 2023
https://bugs.kde.org/show_bug.cgi?id=436950
--- Comment #2 from Thomas Dreibholz <dreibh at iem.uni-due.de> ---
Further unexpected behaviour:
-----
title: test12;; command: pwd;;
title: test13;; command: ./access 172.19.255.101;;
title: test14;; command: <ABSOLUTE-PATH-TO-THE-SCRIPTS-DIRECTORY>/access
172.19.255.101;;
-----
test12 provides the current directory. In may test case, it contains a script
"access".
test13 fails:
Warning: Could not find './access 172.19.255.101', starting '/bin/bash'
instead. Please check your profile settings.
/bin/bash: 172.19.255.101: No such file or directory
Konsole seems to misinterpret './access 172.19.255.101' as the command name,
i.e. not split between command and arguments.
test14: This one works!
Konsole seems to make a difference between absolute paths (test14) and relative
paths (test13).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list