Simon Hausmann

Results 390 comments of Simon Hausmann

That's correct. It allows for better error propagation, but what's crashing is Weston. I haven't figured out yet why. Perhaps I can file a ticket with wslg - Weston should...

This is worked around now with https://github.com/slint-ui/slint/issues/5657 until we have https://github.com/slint-ui/slint/issues/5667 in place.

For the Qt and winit backends, this seems like a desirable feature to support. Given an external window id, it would be nice of the Slint language had an element...

Does commenting out the code in the body of `fn input_method_request` in `winitwindowadapter.rs` help?

Does this happen with _any_ kind of slint code you're previewing (say just a `Rectangle {}`) or does this happen in particular when there are focusable elements present?

Ok, what about `fn input_method_request`? Can you reproduce this also with `slint-viewer` and `--auto-reload`?

> This is a shame. That's true :( > Alternative would be to remember in the winitwindowadapter which value was sent. I think that we may have to do that....

The command line you pasted has `"-L" "/usr/lib/x86_64-linux-gnu"` (good) and according to your screenshot `/usr/lib/x86_64-linux-gnu/libQt5Core.so` exists (good). It's not apparent to me why the linker can't find the file. Are...

Thanks for the report. Do you have some .slint code around that could help us reproduce this?

Unfortunately @FloVanGH is on leave right now. API wise, my feeling is that it might be easier to have a boolean property to configure Slider's behavior whether to invoke `changed()`...