Skip to content

Properly parse escaped double quotes

If command with double-quotes is passed to KDESu::KDEsuClient::exec(...), it's properly escaped and passed to kdesud, which in turn fails to parse it.

Fix parsing in kdesud and add autotest for this use-case.

Merge request reports