| Summary: | "Compile and Run Cpp" doesn't work if the path contains any spaces. | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | felipelorenzzon |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | herzenschein |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/c710090c45fb5bb7b1a95bdd955139c611cfd278 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
felipelorenzzon
2021-10-11 23:56:17 UTC
This problem is also present if I compile Kate from source in KDE Neon. Can confirm. I think this is fix is trivial: simply enclosing all variables in "". A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/512 Git commit c710090c45fb5bb7b1a95bdd955139c611cfd278 by Thiago Sueto. Committed on 06/11/2021 at 22:42. Pushed by cullmann into branch 'master'. Fix compile cpp when path has spaces M +1 -1 addons/externaltools/externaltools-config/compile_and_run_cpp https://invent.kde.org/utilities/kate/commit/c710090c45fb5bb7b1a95bdd955139c611cfd278 |