cococry / ragnar

Minimal, flexible & user-friendly X tiling window manager
https://ragnarwm.org
GNU General Public License v3.0
980 stars 21 forks source link

I can't install it on my machine idk if it works on wayland or not. #47

Open mrlubia opened 3 weeks ago

mrlubia commented 3 weeks ago

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 image i cloned it before image

image 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

mrlubia commented 3 weeks ago

is used this code : "sh -c "$(curl -fsSL https://raw.githubusercontent.com/suleyman-kaya/Ragnar/main/ubuntu_installation.sh)""

but after that i faced another problem which is black screen when i log in

MubinMuhammad commented 2 weeks ago

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.