cerjones / dg2d

Boost Software License 1.0
19 stars 4 forks source link

demo: try using xwayland before quitting on wayland #11

Closed Tooniis closed 2 years ago

Tooniis commented 2 years ago

I recently found this project and tried running the demo, and it refused to work right away because I'm using wayland. I had to comment out the lines where it quits after detecting wayland to get it to work. Other X-only software doesn't actively refuse to work when it detects a wayland compositor, and the result is that it ends up running on xwayland totally fine.

Instead of refusing to run on wayland, try to use xwayland, and only quit if that fails.