We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Created The solution of lacking libudev.so.0 (markdown)
Added a one-line fix using sed (no need for ghex). Tested on Ubuntu 13.10 64-bit with the current versions of node-webkit (0.9.2 and 0.8.5)
Replaced post-install script with more straight-forward version
insert para break to clarify
Clarified Quick fix for those who have never used this tool
Updated The solution of lacking libudev.so.0 (markdown)
added a quicker way to do this
Fixed script for creating local symlink. Not in all distros udisks is available in PATH.
move the locally-modifying solution up to the top, since it *can't* affect the stability of the system.
stop removing the warnings on the globally-modifying solutions. THEY'RE NOT GUARANTEED SAFE.
add Fedora 19
Improved shell script to pass command line params along
Don't use /bin/sh here, there's no bashisms present so just go with the common /bin/sh executable
Adding safer way to run nw without modifying global directories and thus without risking other application failures.
some grammar improvements and such
Added warning
Fixed typo in bash example