hypr-dynamic-cursors
hypr-dynamic-cursors copied to clipboard
Mismatched header files.
Hello guys, i'm having a problem with dinamic cursors, basically i updated endeavour os and now i have the error everytime i boot up my laptop "mismatched header files", here's a screenshot:
Any idea? As i said, i only updated endeavour os, i don't know what happened.
Regards.
Yeah, you need to rebuild your plugins when you update hyprland. If you have installed the plugin via hyprpm, just run hyprpm update and maybe also hyprpm reload.
Yeah, you need to rebuild your plugins when you update hyprland. If you have installed the plugin via hyprpm, just run
hyprpm updateand maybe alsohyprpm reload.
I did this, it works, but once i restart the computer, i have the same errors again.
Can you see what hashes you have in each step (you can use hyprctl systeminfo to see the currently running version)? So what hash are you running before the restart, then load the plugin, then reboot and see what hash you are then running.
The thing is that the plugin only runs on the exact version of hyprland against which it has been compiled. So if you are using the -git version for example, you'll need to rebuild (hyprpm update) every time you update your packages. But if you are not doing any updates in between this error should indeed not come up again.
Can you see what hashes you have in each step (you can use
hyprctl systeminfoto see the currently running version)? So what hash are you running before the restart, then load the plugin, then reboot and see what hash you are then running.The thing is that the plugin only runs on the exact version of hyprland against which it has been compiled. So if you are using the -git version for example, you'll need to rebuild (
hyprpm update) every time you update your packages. But if you are not doing any updates in between this error should indeed not come up again.
It doesn't work, i mean, yes, i did hyprpm update and it works but after rebooting the computer, it gives me the same error.
How do i uninstall this? I just don't want to be permanently resolving this problem, specially if there's no concrete fix for this.
Thanks :)
Well, unless you can give me the different hashes hyprland reports before and after the reboot, and the specific ones the plugin is reporting in the error, I can't really help you further. If you are using the -git version though, you'll have to live with compiling often.
But uninstalling should be as easy as hyprpm remove https://github.com/VirtCode/hypr-dynamic-cursors, you can have a look at hyprpm --help for more info.