Replies: 1 comment
-
|
I am not familiar with the google could editor, but it would be great to make it working. The error indicate that Slint can't open a suitable display server (neither connection to x11, wayland, or even the framebuffer was possible), meaning the slint-lsp probably run in some sort of container that doesn't have access to graphics. In VSCode, there is an option in the setting to use the Ideally we should detect this kind of setting and always fallback to that setting but that hasn't been implemented. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to start a project at Google Cloud Shell. So far, I have discovered that to make the server start, you have to
sudo apt install libinput-toolsFor the live preview, I'm getting errors
Preview Error: Could not initialize any renderer for LinuxKMS backend.
Error from Skia renderer: Could not open any legacy framebuffers.
Error using /dev/fb0: Error opening device /dev/fb0: No such file or directory (os error 2)
Error using /dev/fb1: Error opening device /dev/fb1: No such file or directory (os error 2)
Error using /dev/fb2: Error opening device /dev/fb2: No such file or directory (os error 2)
Error using /dev/fb3: Error opening device /dev/fb3: No such file or directory (os error 2)
Error using /dev/fb4: Error opening device /dev/fb4: No such file or directory (os error 2)
Error using /dev/fb5: Error opening device /dev/fb5: No such file or directory (os error 2)
Error using /dev/fb6: Error opening device /dev/fb6: No such file or directory (os error 2)
Error using /dev/fb7: Error opening device /dev/fb7: No such file or directory (os error 2)
Error using /dev/fb8: Error opening device /dev/fb8: No such file or directory (os error 2)
Error using /dev/fb9: Error opening device /dev/fb9: No such file or directory (os error 2)
Error from FemtoVG renderer: Could not create an egl display
Error from Software renderer: Could not open any legacy framebuffers.
Error using /dev/fb0: Error opening device /dev/fb0: No such file or directory (os error 2)
Error using /dev/fb1: Error opening device /dev/fb1: No such file or directory (os error 2)
Error using /dev/fb2: Error opening device /dev/fb2: No such file or directory (os error 2)
Error using /dev/fb3: Error opening device /dev/fb3: No such file or directory (os error 2)
Error using /dev/fb4: Error opening device /dev/fb4: No such file or directory (os error 2)
Error using /dev/fb5: Error opening device /dev/fb5: No such file or directory (os error 2)
Error using /dev/fb6: Error opening device /dev/fb6: No such file or directory (os error 2)
Error using /dev/fb7: Error opening device /dev/fb7: No such file or directory (os error 2)
Error using /dev/fb8: Error opening device /dev/fb8: No such file or directory (os error 2)
Error using /dev/fb9: Error opening device /dev/fb9: No such file or directory (os error 2)
No renderers configured.
The Slint live preview crashed! Please open a bug on the Slint bug tracker.
Is it possible to use it?
Beta Was this translation helpful? Give feedback.
All reactions