After a fresh installation of Ubuntu 21.10 I cant get google chrome to start.
When I double click it, nothing happens.
When I run google-chrome
as non root user I get this output-
chrome_crashpad_handler: --database is required
Try 'chrome_crashpad_handler --help' for more information.
using --database does not work either.
When I run google-chrome
as root user I get this output-
[6196:6196:0418/092051.706344:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
If I add --no-sandbox
it opens the "Welcome to Google-Chrome" tab but its blank. Also I need it to work with non root permissions as I am planning to start chrome in kiosk mode.
I have tried:
- Re installing Chrome, even through terminal
- Deleting chrome configuration files
- Re installing Ubuntu!
This has never happened to me, even on other Ubuntu installations on the same laptop model I am using. Any advice?