Skip to content
Discussion options

You must be logged in to vote

By default, raylib C uses X11; you need to explicitly enable Wayland. With raylib-go, it is auto-detected. You can build with -tags x11 to get the same as with C. Or, you can build with -tags wayland to build/link only for Wayland. What you are seeing is classic GNOME issues they call "features": CSD-only window decorations, and they do not support xdg-toplevel-icon-v1 like, e.g., KDE; you must have a .desktop file with an icon, etc. All in all, as I wrote, to get the same (X11/XWayland) build with -tags x11.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kerudev
Comment options

Answer selected by kerudev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants