-
I try to start live-preview from helix editor, but nothing happens. I select the code action "Show Preview" when the cursor is on the Slint: 1.9.1 slint-helix-2025-01-05_13.50.32.webm |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
That works fine for me. My guess would be that you are missing one of the dependencies. Can you please run That should actually fail earlier... Can you also check the LS logs in helix? |
Beta Was this translation helpful? Give feedback.
-
Since the lsp itself is running and the preview showing triggers this, then it could be related to a missing library dependencies that's dynamically opened with dlopen when establishing a connection to the windowing system. Is there any way to see output from the slint-lsp process as helix starts it? Is helix running in some sandbox of sorts? |
Beta Was this translation helpful? Give feedback.
-
helix log entry:
Does that look like it? Also I can run |
Beta Was this translation helpful? Give feedback.
ldd slint-lsp
output: