[Konversation-devel] [konversation] [Bug 317046] Pre-shell command does not accept space in path

Eike Hein hein at kde.org
Tue Mar 19 21:11:12 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=317046

--- Comment #3 from Eike Hein <hein at kde.org> ---
Thanks. Basically, QProcess/KProcess have methods that would take care of the
quoting/escaping for us - you can hand it program and argument list separately,
and spaces in the program or path work fine then, but that just changes the
problem into "figuring out which part of the space-separated list is supposed
to be the program". What we _could_ do, other than the two-field approach, is
to require users to backslash escape, and then actually parse the escaping.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Konversation-devel mailing list