-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
NixOS hyprland flakes border plus plus error #270
Comments
Looks like this or what #266 (comment)? Might be due to the shader changes introduced by hyprwm/Hyprland#8943. Can you post the error you're getting, along with maybe a screenshot? |
I've updated everything and don't notice that behavior. Are you on nvidia/intel? |
(Author of hyprwm/Hyprland#8943 here) I took a look at the code for BordersPlusPlus, and found a couple outdated render function calls missing the new Edit: There is also one in hyprtrails. |
@maotseantonio When you get a chance, can you try recompiling BordersPlusPlus with the version from #272 to see if that fixes it? |
I recompile the hyprland and borders plus plus but error is still occured |
@maotseantonio Can you link the output of |
now I can't log back into my hyprland sessioʻn̈ |
@maotseantonio Your Hyprland is a little out of date. There have been several commits on Hyprland in the past day that have changed the ABI, which have required correspondingly significant commits here (specifically d224c84). Since you've updated the plugins, they are using the new version of the ABI, but Hyprland is not, resulting in weird behavior. (My guess would be that the plugins are making it segfault.) hyprutils has also changed significantly today, so it must be updated as well. Make sure both Hyprland, the rest of the Hypr-ecosystem libraries (esp. hyprutils), and the plugins are fully up to date (latest git commit). I'm not familiar with NixOS and how to do that on that system. @fufexan can most likely help more with that than I can. |
A |
now i move hyprland flakes into nixpkgs-unstable hyprland. it works perfectly |
I update my system to latest hyprland flakes I this morning it's give me the error of border plus plus plugin. its shown weired transparent around the borders
The text was updated successfully, but these errors were encountered: