#App not starting on Ubuntu 20.04 with wayland

3 messages · Page 1 of 1 (latest)

tranquil ember
#

Hey everyone! I just started learning rust and bevy today and I already encountered a pretty big issue for which I did not find any information on google and I have absolutely no idea on how to fix this. I just created an empty app with the default plugins added. Now when I try to run the application, I get this error ```
thread 'main' panicked at 'Failed to initialize Wayland backend: NoCompositorListening'

frigid walrus
#

wayland feature enabled and x11 disabled?

#

cargo r --features wayland perhaps?