https://bugs.kde.org/show_bug.cgi?id=465290
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kio/-/commit/78d4364 |eworks/kio/-/commit/ebad602 |677fbe658c6e05d19bb158f8954 |18b9d9e6901ae48c3dec9b90da9 |03ccc9 |63809c --- Comment #34 from Harald Sitter <[email protected]> --- Git commit ebad60218b9d9e6901ae48c3dec9b90da963809c by Harald Sitter. Committed on 18/12/2023 at 08:52. Pushed by sitter into branch 'kf5'. kpropertiesdialog: don't trip over malformed Exec when the user incorrectly put env vars into the Program field the resulting desktop file will be somewhat malformed and literally contain > Exec='FOO=1 Bar' this then needs careful handling when parsing so we don't accidentally drain the execline list. when this scenario appears we'll need to assume the last item in the list is the program as we can't really tell if it is a program that looks like an env var or an env var without program (cherry picked from commit 78d4364677fbe658c6e05d19bb158f895403ccc9) M +6 -0 src/widgets/kpropertiesdialog.cpp https://invent.kde.org/frameworks/kio/-/commit/ebad60218b9d9e6901ae48c3dec9b90da963809c -- You are receiving this mail because: You are watching all bug changes.
