saisandeepvaddi / ten-hands

⚡ Simplest way to organize and run command-line tasks
https://tenhands.app/
MIT License
371 stars 28 forks source link

Application does not launch on debugging message #148

Open asitemade4u opened 4 years ago

asitemade4u commented 4 years ago

Here are the measures I have taken:

  1. change the port in config file > no result
  2. uninstall app completely and remove all configuration files everywhere > no
  3. execute from the Terminal. It gives this error + debugging message: [11901:0320/145359.007916:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Ten Hands/chrome-sandbox is owned by root and has mode 4755. Trace/breakpoint trap
  4. I then follow the advice and change both owner and mode of chrome-sandbox > it sends the debugging message Trace/breakpoint trap only now and the application still does NOT start.
  5. I recently switched to Debian from Ubuntu 18.10. It was working well on Ubuntu.
saisandeepvaddi commented 4 years ago

I'll install and test in Debian this weekend.