I have the following command in a profile's command field: isql-fb -u sysdba -p example "192.168.2.8:d:\qc\Database\QUANTUM.FDB" It works after I first create it but by the time I close and reopen konsole the profile no longer works. Looking at the command it switched to: isql-fb -u sysdba -p example 192.168.2.8:d:qcDatabaseQUANTUM.FDB which of course does not work. My workaround was to create a script that has the full command and my konsole profile loads that script instead. I looked around a little trying to see if this was a bug previously reported but I am not yet a skilled bugfinder. : ) Thanks, Mike Reproducible: Always
Thanks for reporting . I did some initial investigation. It should be related with ShellCommand class and KShell::splitArgs().
*** Bug 346312 has been marked as a duplicate of this bug. ***
I have some bookmarks for ssh connexion with a pipe for saving my output like this one : ssh admin@192.168.1.1 | tee -a /repertory/save.txt When I select this bookmark, it appears on my terminal like ssh admin@192.168.1.1 %7C tee -a /repertory/save.txt