質問編集履歴
2
追加での質問が生じたため。
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,4 +33,17 @@
|
|
33
33
|
/usr/bin/google-chrome-stable
|
34
34
|
```
|
35
35
|
|
36
|
-
よろしくお願いします。
|
36
|
+
よろしくお願いします。
|
37
|
+
|
38
|
+
## 追加の質問
|
39
|
+
[【WSL】にFirefox&Google-Chromeをインストールする方法!](https://nakomii.hatenablog.com/entry/wsl_ubuntu)
|
40
|
+
こちらを参考に以下のコマンドを実行しましたが、
|
41
|
+
エラーが生じてしまいました。
|
42
|
+
```ubuntu
|
43
|
+
/usr/bin$ sudo google-chrome --no-sandbox
|
44
|
+
|
45
|
+
(google-chrome:13856): Gtk-WARNING **: 18:50:55.066: cannot open display:
|
46
|
+
[1206/185055.067705:ERROR:nacl_helper_linux.cc(311)] NaCl helper process running without a sandbox!
|
47
|
+
Most likely you need to configure your SUID sandbox correctly
|
48
|
+
```
|
49
|
+
sandboxに関する理解が乏しいのですが、一度sudo google-chrome --no--sandboxと入力すると、以降google-chromeを起こすときにsandboxが無効になるのでしょうか。
|
1
環境の追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|