Mihai Fufezan
Mihai Fufezan
@xz-dev hyprwayland-scanner.
@zjeffer git confuses your `main` branch with the repo's main branch. If you rename it, I think it should work.
> @fufexan Could you push my branch to the main repo, so I can test this out? Done, see the `cmake_installheaders` branch.
@zjeffer what distro are you on? The branch seems not to have been populated when you built Hyprland, and that's why it doesn't work. Using commits from other branches than...
Great then, merging.
Could you apply this patch and see whether it fixes it? ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 71766a8c..9b5d8c6c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,6 @@ message(STATUS "Checking deps...")...
Yes. It seems to work now. I'll close the issue if it doesn't happen again in the next 2-3 boots.
@jacekpoz not sure how you built, but make sure you have the submodules cloned and the build command is `nix build '.?submodules=1'`.
Then do `nix flake lock --override-input hyprland 'git+https://github.com/hyprwm/Hyprland?rev=commithash&submodules=1'`.
We're working on it https://github.com/hyprwm/Hyprland/pull/6181.