https://bugs.kde.org/show_bug.cgi?id=459408
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/ad27f0e29 | |9e7a7a1f4059431f882f9a4ebba | |71fd Status|ASSIGNED |RESOLVED --- Comment #6 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit ad27f0e299e7a7a1f4059431f882f9a4ebba71fd by Alexander Lohnau. Committed on 25/09/2022 at 13:08. Pushed by alex into branch 'master'. DesktopExecParser: Fix parsing of TerminalApplication when it contains args We can only use QStandardPaths::findExecutable with the program and not the arguments. This can be tested by setting Terminal=true for a desktop file and the kdeglobals config ```ini [General] TerminalApplication=xterm -title hello ``` M +5 -5 autotests/desktopexecparsertest.cpp M +8 -2 src/core/desktopexecparser.cpp https://invent.kde.org/frameworks/kio/commit/ad27f0e299e7a7a1f4059431f882f9a4ebba71fd -- You are receiving this mail because: You are watching all bug changes.