Hi

Found this fix for TiddlyDesktop on Ubuntu based systems -- much easier 
than editing the Node Webkit runtime:

If you see this error:

./nw: error while loading shared libraries: libudev.so.0: cannot open shared 
object file: No such file or directory

Fix this on a 64-bit system:

sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 
/lib/x86_64-linux-gnu/libudev.so.0

On a 32-bit system:

sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to