We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unzipping Glitter on some systems (e.g. Linux Mint 17) and trying to run will silently fail.
Running on a console gives some information: libudev.so.0 is missing. This is related to an upstream bug from node-webkit: nwjs/nw.js#770
The easiest way to solve this for end users is to provide a wrapper shell script that does the appropriate file linking, or modify the binary itself during the build script - there's an example of how to do so at https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unzipping Glitter on some systems (e.g. Linux Mint 17) and trying to run will silently fail.
Running on a console gives some information: libudev.so.0 is missing. This is related to an upstream bug from node-webkit: nwjs/nw.js#770
The easiest way to solve this for end users is to provide a wrapper shell script that does the appropriate file linking, or modify the binary itself during the build script - there's an example of how to do so at https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0
The text was updated successfully, but these errors were encountered: