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

--- Comment #30 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit 87c38a30fff27e3e9c0375f5c17d53ab0644ea0f by David Edmundson.
Committed on 13/09/2022 at 13:56.
Pushed by davidedmundson into branch 'master'.

Split single command entry box into separate program and arguments.

The desktop entry "Exec" states:
"A command line consists of an executable program optionally followed by
one or more arguments."

By having a single entry "command" encourages users to write shell
commands like "FOO=123 someApp" rather than a legal "/bin/env FOO=123
someApp".

This patch adopts the pattern used in kdevelop/hotspot/tools where we
explictly ask for executable and arguments.

M  +43   -22   basictab.cpp
M  +4    -2    basictab.h

https://invent.kde.org/plasma/kmenuedit/commit/87c38a30fff27e3e9c0375f5c17d53ab0644ea0f

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

Reply via email to