You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The black screen is a default behaviour for ragnar, you have to look at the config.h. In there, make sure to set the MONITOR_COUNT macro & Monitors struct to your monitor's configuration. And have a look at the config in general, to see what other packages you may need.
Describe the bug
when ever copy this code "sudo make ragnar install" this is what appears :
"cc -c -O3 -ffast-math -Wall -Wextra -lXft -lX11 -lXcursor -lXft -lfontconfig -lXcomposite -lXrandr -I/usr/include/freetype2 ragnar.c
ragnar.c:2:10: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
2 | #include <X11/Xcursor/Xcursor.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:22: ragnar.o] Error 1"
Expected behavior
what excpeted to happen is to work obviously
Screenshots
i cloned it before
and this is what happens when i wrote the last line
Desktop:
Additional context
as far as my knowledge goes the issue is with wayland i hope you add the support for wayland
The text was updated successfully, but these errors were encountered: