Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor dependancy issue #25

Open
lizquilty opened this issue Feb 13, 2020 · 1 comment
Open

Minor dependancy issue #25

lizquilty opened this issue Feb 13, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lizquilty
Copy link

In /var/log/syslog

keyboard-color[19839]: Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libX11' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibX11: cannot open shared object file: No such file or directory

Fixed by installing correct dependencies
apt-get install libx11-6 libx11-dev x11-utils
May pay to update the .deb to install those as deps.

@withinboredom
Copy link
Owner

Thanks! I have an update in the works for this, among other bug fixes. I just haven't had the time to focus on it lately.

@withinboredom withinboredom self-assigned this Feb 14, 2020
@withinboredom withinboredom added the bug Something isn't working label Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants