iberianpig / fusuma-plugin-sendkey

Fusuma plugin that sending virtual keyboard events
MIT License
70 stars 1 forks source link

fix for `cannot load such file -- revdev` #19

Closed HritwikSinghal closed 3 years ago

HritwikSinghal commented 3 years ago

Fixes #18

This fixes the error '/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:85:in `require': cannot load such file -- revdev (LoadError)'

iberianpig commented 3 years ago

Thank you for describing the installation process.

For an intrinsic solution, we need to do a complete search for plugin load paths and dependency gems. I have some ideas and will try to update and solve them in the future.

I look forward to more contributions from you. Thanks again!

HritwikSinghal commented 3 years ago

Always Happy to contribute!