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

Eike Hein hein at kde.org
Tue Mar 19 21:29:13 UTC 2013


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

--- Comment #6 from Eike Hein <hein at kde.org> ---
Not really, rather it's that K/QProcess, like most subprocess APIs on
POSIX-like platforms, want a list as input, where the first entry in the list
becomes the program and every other entry an argument. (Ever written a C
program and dealt with argv? That's the other side of that.) So we split by
space to separate the arguments; the problem is that this also turns everything
after the first space into an argument, and only the part before the first
space is considered the command.

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


More information about the Konversation-devel mailing list