öncelikle yaşadığınız sorunun benim yaşadığım sorunla aynı olup olmadığını anlayabilmek için;
konsolda;
$ google-chrome-stable
diyoruz ve hatamızı alıyoruz;
[2885:2885:1111/094322:FATAL:setuid_sandbox_host.cc(158)] 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/google/chrome/chrome-sandbox is owned by root and has mode 4755.
çözümümüz basit.
/opt/google/chrome dizinine root olarak gidip
$ chown root:root *
$ chmod 4755 chrome-sandbox
bu iki komutu çalıştırıyoruz ve chrome artık sorunsuz açılıyor.
Hiç yorum yok:
Yorum Gönder