VitalyR

Results 57 comments of VitalyR

I'm experiencing the same problem when runs `WINIT_UNIX_BACKEND=wayland ./mach run ..` . I confirmed it both happens on KDE Wayland and Gnome Wayland. Servo runs OK with environment variable `WINIT_UNIX_BACKEND=x11`.

@mukilan Hi! I run servo with Nvidia 3060 Mobile, open kernel modules driver [Nvidia driver 530.41.03](https://archlinux.org/packages/extra/x86_64/nvidia-open-dkms/), Arch Linux, kernel 6.3, Gnome 44 with Wayland. The output of running `RUST_BACKTRACE=1 RUST_LOG=debug...

Maybe a version bump for webrender will solve this? https://github.com/servo/servo/pull/28605 The webrender used in servo seems very old.

I found with the same case: ```rust // main.rs use bevy::prelude::*; fn main() { App::new().add_plugins(DefaultPlugins).update(); } ``` With package config like ```toml #Cargo.toml [package] name = "bevy_crash" version = "0.1.0"...

@Tofixrs No, it doesn't segfault when enabling Bevy's `wayland` feature with `App::new().add_plugins(DefaultPlugins).run()`. Please watch my screen recording: [录屏 2023-06-02 20-08-10.webm](https://github.com/bevyengine/bevy/assets/24508452/0763e78d-039c-4b5b-a3b8-b245e77e88cc)

Looking forward to this! Is there anything I could help with?

@andreasabel I have tested it, and it works well for me on Linux. And the command to install this agda-mode could be `cp -p -f src/data/emacs-mode/*.el ~/.cabal/store/ghc-9.4.4/Agda-2.6.4-cb2b8a45810610e04bc9b9b2298c72ab7b43cf79f214c945b685648fbf0c2dbc/share/emacs-mode/` (on Linux) in...

Is this problem fixed by https://github.com/pop-os/cosmic-text/commit/d85f12af8bbee5a3ef97dc9785f8193a0c3b5f4e?

@msin32 Could it be implemented with [ydotool](https://github.com/ReimuNotMoe/ydotool) to support gnome, sway...?

It’s fixed by https://github.com/Smithay/client-toolkit/pull/214. Thanks to the great people! 🎉