waveboxapp icon indicating copy to clipboard operation
waveboxapp copied to clipboard

The files in the wavebox deb file bear inadequate uid/gid pairs.

Open borderite opened this issue 5 years ago • 0 comments

  • Wavebox Version: [e.g. 4.0.0] 10.0.389-2
  • Operating System & Version: [e.g. Windows 10, Mac OSX 10.15.0, Ubuntu] Debian Linux 10.7
  • Account type (if applicable): [e.g. Gmail, Office 365, Trello, etc...] N/A

Installation of the debian package for Wavebox results in a sandbox-related error. The cause of the problem is that the uid / gid of all files in the package are wavebox/wavebox (which is 1000/1000 numerically). When the package is installed, the uid / gid of the files are preserved. This means that chrome-sandbox fails, running as the user 1000 that has no superuser privilege. If you change the uid/gid of the files to root/root (0/0), the problem should be resolved.

borderite avatar Dec 09 '20 21:12 borderite