lucassklp / Desktop.Robot

A library used to control your mouse and keyboard programmatically in .NET Core
MIT License
141 stars 24 forks source link

Not working Key.Press in Ubi Linux #32

Open RaptorTM opened 1 year ago

RaptorTM commented 1 year ago

When I try use Key.Press(Key.Esc) in my project on Ubi Linux system return error: Unable to load shared library './x11.os' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libX11.so.6: cannot open shared object file: No such file or directory (3.5s)

image

I checked this in Ubuntu, the result is the same. image

lucassklp commented 1 year ago

Hello!

Can you answer some questions?

  1. What exact S.O distro and version are you using?
  2. Are you adding this library as dependency or building local?
  3. There are other funcions that are working?

Thank you

AnnikaJoo commented 1 year ago

I have a similar problem with macos (ARM). #36