obv-mikhail / InputBot

Rust library for creating global hotkeys, and simulating inputs
MIT License
400 stars 72 forks source link

build on Linux is broken #88

Open maninalift opened 10 months ago

maninalift commented 10 months ago

It appears that build on Linux is broken after the most recent commit which updates dependencies. There are two issues.

The first is easily solved by adding features= [fs] to the

The second issue is I think due to a change in the function signature of open_restricted and close_restricted in the LibinputInterface trait which now

I am a total Rust beginner, also I am not clear whether this project is being actively maintained. For these reasons, I haven't investigated this much.

Without really understanding what was going on, I have got the library to compile by brute force and ignorance, (I'm sure it won't do what it is supposed to do) See here

If this library is being maintained, I could either investigate she fix it properly or leave it to someone who knows what they are doing.

maninalift commented 10 months ago

I have just notices that someone has already made a pull request to fix this.

obv-mikhail commented 10 months ago

I have just notices that someone has already made a pull request to fix this.

Thanks, I actually missed this pull request somehow, just merged it.