demian85 / git-watcher

Git GUI desktop app that shows real-time diff file information for working directory and index
MIT License
170 stars 24 forks source link

Running Without the SUID Sandbox #7

Closed stagfoo closed 9 years ago

stagfoo commented 9 years ago

Hey, I cloned down the latest revision of the repo but i get this error.

[6136:0109/082451:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.

This causes chromium to display this

Invalid package 

There is no 'package.json' in the package, please make sure the 'package.json' is in the root of the package.

Do i need to enable chromium sandbox? or should node-webkit do that automatically?

demian85 commented 9 years ago

How are you running the app? Which version of node-webkit are you using? I think I get that error too, but the app works as expected.