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

NixOS hyprland flakes border plus plus error #270

Closed
maotseantonio opened this issue Jan 7, 2025 · 13 comments · Fixed by #272
Closed

NixOS hyprland flakes border plus plus error #270

maotseantonio opened this issue Jan 7, 2025 · 13 comments · Fixed by #272

Comments

@maotseantonio
Copy link

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

@fufexan
Copy link
Member

fufexan commented Jan 7, 2025

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?

@maotseantonio
Copy link
Author

Uploading Screenshot_07-Jan_19-06-33_32338.png…

Uploading Screenshot_07-Jan_19-06-45_26190.png…

@maotseantonio
Copy link
Author

Screenshot_07-Jan_19-06-45_26190

@fufexan
Copy link
Member

fufexan commented Jan 7, 2025

I've updated everything and don't notice that behavior. Are you on nvidia/intel?

@polluxcodes
Copy link
Contributor

polluxcodes commented Jan 7, 2025

(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 roundingPower parameter. I'll make a MR soon fixing this.

Edit: There is also one in hyprtrails.

@polluxcodes
Copy link
Contributor

@maotseantonio When you get a chance, can you try recompiling BordersPlusPlus with the version from #272 to see if that fixes it?

@maotseantonio
Copy link
Author

I recompile the hyprland and borders plus plus but error is still occured

@polluxcodes
Copy link
Contributor

@maotseantonio Can you link the output of Hyprland -v and hyprctl systeminfo -c?

@maotseantonio
Copy link
Author

systeminfo.txt
Uploading Screenshot_08-Jan_12-11-30_8743.png…

@maotseantonio
Copy link
Author

now I can't log back into my hyprland sessioʻn̈

@polluxcodes
Copy link
Contributor

@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.

@fufexan
Copy link
Member

fufexan commented Jan 8, 2025

A nix flake update should take care of everything, though hyprland's inputs should be updated first.

@maotseantonio
Copy link
Author

now i move hyprland flakes into nixpkgs-unstable hyprland. it works perfectly

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

Successfully merging a pull request may close this issue.

3 participants