jonhoo / yambar-hyprland-wses

Apache License 2.0
17 stars 1 forks source link

[error] crash on start, event listener error #3

Open throwaway-squared opened 1 month ago

throwaway-squared commented 1 month ago

hi, im trying to use this but i cant seem to launch it for some reason. whenever i run 'yambar-hyprland-wses' in the terminal i get this:

Error: start event listener

Caused by:
    No such file or directory (os error 2)

im not sure whats wrong, as no further info is provided to the 'no such file...' error

i installed this through cargo on void linux and after the install i moved the binary to a custom location in my $PATH, if thats important

thank you in advance

throwaway-squared commented 1 month ago

update: i fixed it by downloading the newest source (alpha 0.2.0) and just compiling it myself with cargo build -r

this doesnt mean the root issue with installing straight from cargo is fixed though

jonhoo commented 1 month ago

Ah, that's because cargo install will not install alpha releases by default, and only the alpha version supports newer versions of hyprland. What we're waiting on is for the hyprland Rust bindings to finish 0.4.0. In the meantime you should be able to force cargo install to install the alpha version by passing --version 0.2.0-alpha.1.

throwaway-squared commented 1 month ago

ah, i see

thank you for the quick reply lets hope the bindings are available soon