I am working with the same FatDog remaster image (no software or hardware changes) since a couple of weeks and recently noticed the following issue, which did not happen before:
On first load, Chrome starts normally. However, when you change Chrome settings, close Chrome and then try to restart it from the menu, it won't start. Starting it from the command line with google-chrome-stable --no-sandbox
, will throw the following errors:
Code: Select all
ERROR:browser_dm_token_storage_linux.cc(94) Error: /etc/machine-id contains 0 characters (32 were expected).
Gtk-Warning Theme parsing error: gtk.css The style property GtkRange:slider-width is depreceated and shouldnt be used anymore.
ERROR:bus.cc(397) Failed to connect to the bus: Could not parse server address: Unknown address type
ERROR:nacl_helper_linux.cc(255) NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly
ERROR:sandbox_linux.cc(377) InitializeSandbox() called with multiple threads gpu-process.
When you log out and back into the user account, Chrome will start normally but then on second load the same problem comes up.
Any idea why that would happen?