hypr-dynamic-cursors icon indicating copy to clipboard operation
hypr-dynamic-cursors copied to clipboard

Mismatched header files.

Open DARKBOW923 opened this issue 5 months ago • 1 comments

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:

Image

Any idea? As i said, i only updated endeavour os, i don't know what happened.

Regards.

DARKBOW923 avatar May 29 '25 13:05 DARKBOW923

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.

VirtCode avatar May 29 '25 14:05 VirtCode

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.

I did this, it works, but once i restart the computer, i have the same errors again.

DARKBOW923 avatar Jun 02 '25 21:06 DARKBOW923

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.

VirtCode avatar Jun 03 '25 08:06 VirtCode

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.

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 :)

DARKBOW923 avatar Jun 06 '25 18:06 DARKBOW923

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.

VirtCode avatar Jun 06 '25 20:06 VirtCode