https://bugs.kde.org/show_bug.cgi?id=502320
Bug ID: 502320 Summary: QML Language Server (qmlls) not found: `Failed to find server binary: qmlls` Classification: Applications Product: kate Version: 24.12.3 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: k...@m1.apollo3zehn.net Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. On Arch Linux, install the package `qt6-languageserver` 2. Open a QML file in Kate 3. Get the error `Failed to find server binary: qmlls` in the output window OBSERVED RESULT `qmlls` could not be found because the actual name is `qmlls6`. EXPECTED RESULT Language server should be found. SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: EndeavouOS / Arch KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.3 ADDITIONAL INFORMATION This LSP configuration produces the error: ```json "qml": { "command": ["qmlls"], "url": "https://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/qmlls", "highlightingModeRegex": "^Qml$" } ``` And this one works: ```json "qml": { "command": ["qmlls6"], "url": "https://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/qmlls", "highlightingModeRegex": "^Qml$" } ``` -- You are receiving this mail because: You are watching all bug changes.