ragnar icon indicating copy to clipboard operation
ragnar copied to clipboard

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

Open MrUnkown6 opened this issue 1 year ago • 2 comments

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:

  • OS: [linux , Kubuntu 22.04 , kde plasma 5.2 , wayland ]
  • Browser [Brave]
  • Version [v1.66.118]

Additional context as far as my knowledge goes the issue is with wayland i hope you add the support for wayland

MrUnkown6 avatar Jun 19 '24 22:06 MrUnkown6

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

MrUnkown6 avatar Jun 19 '24 23:06 MrUnkown6

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.

mubin-thinks avatar Jun 26 '24 08:06 mubin-thinks