https://bugs.kde.org/show_bug.cgi?id=474758
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |--- Version|unspecified |git master Ever confirmed|0 |1 CC| |kdelibs-b...@kde.org, | |me...@kde.org Assignee|plasma-b...@kde.org |kio-bugs-n...@kde.org Priority|NOR |VHI Product|kmenuedit |frameworks-kio Status|NEEDSINFO |CONFIRMED Summary|Application in menu with |Executable with space in |space in path |path mis-quoted when | |writing Exec line in | |.desktop file Component|general |general Severity|normal |major --- Comment #8 from Nate Graham <n...@kde.org> --- Thank you, that's very helpful. I can reproduce the bug now with git master of KF6 too. The exact error message I see in the journal log is: > kf.kio.gui: "Could not find the program ''/home/nate/Markdown Tools/foo.sh''" Looks like some bad quoting, maybe? When I open the .desktop file that I constructed, I see the following: > Exec=''\\''/home/nate/Markdown Tools/foo.sh'\\''' If I remove the excess quotes and backslashes and change it to this: > Exec='/home/nate/Markdown Tools/foo.sh' Then it works. Méven, would you be able to take a look here? -- You are receiving this mail because: You are watching all bug changes.