Cococry

Results 58 comments of Cococry

on which distro are you on? and are you using wayland or xorg?

Try this: ```console touch glfw.c nvim glfw.c ``` ```c #include int main(void) { GLFWwindow* window; /* Initialize the library */ if (!glfwInit()) return -1; /* Create a windowed mode window...

i mean you could try removing glViewport from leif.c just search for it and remove every line where it is used. then rebuild leif and lyssa and try if that...

Wayland is currently not supported by libclipboard, i'm sorry. But just typing in links works fine?

is the playlist you want to download public? and does it have unicode characters in its name or something?

It seems that leif is not built, try doing ```console make rebuild install ``` and then ```console lyssa ```

i added the .leif folder to the install make script so if you clone again and folder the installation instructions, everything should work fine.

did you reclone the repo? and if yes, did you do make install? if you did both, manually copy (lyssa dir)/vendor/leif/.leif into ~ (home dir)

i already built lyssa on multiple arch systems and never got this kind of issue. you could try to fopen() the font file in another c file and test if...

I updated the installation instructions in the readme. Just execute the new instructions and you should be good to go :)