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

Node-webkit wrapper scripts for systems lacking libudev.so.0 #11

Open
IvanSanchez opened this issue Jun 5, 2014 · 0 comments
Open

Node-webkit wrapper scripts for systems lacking libudev.so.0 #11

IvanSanchez opened this issue Jun 5, 2014 · 0 comments

Comments

@IvanSanchez
Copy link
Owner

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

@IvanSanchez IvanSanchez added bug and removed Internals labels Jun 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant