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

--- Comment #8 from Nicolas Fella <nicolas.fe...@gmx.de> ---
Git commit 8a213c78cf1acfef28f7b7ba2bb5c4414100dc19 by Nicolas Fella.
Committed on 31/10/2021 at 20:24.
Pushed by nicolasfella into branch 'master'.

Properly split exec line args

Splitting at space breaks when using spaces escaped by shell syntax.

Consider the following exec line: app --arg="foo bar"

Previously this would be split into: (app, --arg="foo, bar)

Now it is correclty split into: (app, --arg="foo bar")

M  +3    -1    src/runtime/kserviceactioncomponent.cpp

https://invent.kde.org/frameworks/kglobalaccel/commit/8a213c78cf1acfef28f7b7ba2bb5c4414100dc19

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to