https://bugs.kde.org/show_bug.cgi?id=475252
--- Comment #7 from Hugues Morisset <morisset.hug...@gmail.com> --- Maybe something to do with locales? ``` $ rust-analyzer --version && kate --version && env | grep 'LC_*' rust-analyzer 1.74.0-nightly (65ea825 2023-09-18) QSocketNotifier: Can only be used with threads started with QThread kate 23.08.1 LC_ADDRESS=fr_FR.UTF-8 LC_NAME=fr_FR.UTF-8 LC_MONETARY=fr_FR.UTF-8 LC_PAPER=fr_FR.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 LC_RESPONSE=POSIX LC_TELEPHONE=fr_FR.UTF-8 LC_MESSAGES=POSIX LC_MEASUREMENT=fr_FR.UTF-8 LC_CTYPE=en_US.UTF-8 LC_TIME=fr_FR.UTF-8 LC_COLLATE=en_US.UTF-8 LC_NUMERIC=fr_FR.UTF-8 ``` I changed LSP to be script that does the following ``` tee /tmp/lsp/rustin | rustup run nightly rust-analyzer "$@" | tee /tmp/lsp/rustout ``` loaded the file containing the example code and displayed the tooltip (which displayed incorrectly). rustin and rustout are provided in attachments -- You are receiving this mail because: You are watching all bug changes.