-
Bug DescriptionWhen trying to run any of the linuxkms backends I get the following issue This issue occurs with the slint-rust-template as well as slint-viewer Reproducible Code (if applicable)Environment Details
Product ImpactNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The linuxkms backed is not enabled by default. Try adding "backend-linuxkms" into your features: https://docs.slint.dev/latest/docs/rust/slint/docs/cargo_features/#backends slint = { version = "1.12", features = ["backend-linuxkms", "renderer-skia"] } |
Beta Was this translation helpful? Give feedback.
-
I thought slint-viewer did have it enabled? Would it be viable to enable it there by default? I would like to ship slint-viewer as a package. |
Beta Was this translation helpful? Give feedback.
-
How are you building or getting the slint-viewer? (Our binary are using the |
Beta Was this translation helpful? Give feedback.
The linuxkms backed is not enabled by default. Try adding "backend-linuxkms" into your features:
https://docs.slint.dev/latest/docs/rust/slint/docs/cargo_features/#backends