Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MrUnkown6 opened this issue Jun 19, 2024 · 2 comments
Open

Comments

@MrUnkown6
Copy link

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
Copy link
Author

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@MrUnkown6 @MubinMuhammad and others