https://bugs.kde.org/show_bug.cgi?id=455252
--- Comment #35 from Nate Graham <n...@kde.org> --- Git commit a85d3a5fe40c3d900067633d59a9a5b1e02e0eff by Nate Graham, on behalf of David Edmundson. Committed on 15/09/2022 at 19:01. Pushed by ngraham into branch 'master'. KPropertiesDialog: Split single command entry box into separate exec and args 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 happens to work for things launched by KIO but it is not universal and leads to breakages in cross desktop code. This patch adopts the pattern used in kdevelop/hotspot/tools where we explicitly ask for executable and arguments. M +25 -6 src/widgets/kpropertiesdesktopbase.ui M +23 -6 src/widgets/kpropertiesdialog.cpp https://invent.kde.org/frameworks/kio/commit/a85d3a5fe40c3d900067633d59a9a5b1e02e0eff -- You are receiving this mail because: You are watching all bug changes.