質問編集履歴

2

追加での質問が生じたため。

2019/12/06 10:29

投稿

jack_kanzaki
jack_kanzaki

スコア106

test CHANGED
File without changes
test CHANGED
@@ -69,3 +69,29 @@
69
69
 
70
70
 
71
71
  よろしくお願いします。
72
+
73
+
74
+
75
+ ## 追加の質問
76
+
77
+ [【WSL】にFirefox&Google-Chromeをインストールする方法!](https://nakomii.hatenablog.com/entry/wsl_ubuntu)
78
+
79
+ こちらを参考に以下のコマンドを実行しましたが、
80
+
81
+ エラーが生じてしまいました。
82
+
83
+ ```ubuntu
84
+
85
+ /usr/bin$ sudo google-chrome --no-sandbox
86
+
87
+
88
+
89
+ (google-chrome:13856): Gtk-WARNING **: 18:50:55.066: cannot open display:
90
+
91
+ [1206/185055.067705:ERROR:nacl_helper_linux.cc(311)] NaCl helper process running without a sandbox!
92
+
93
+ Most likely you need to configure your SUID sandbox correctly
94
+
95
+ ```
96
+
97
+ sandboxに関する理解が乏しいのですが、一度sudo google-chrome --no--sandboxと入力すると、以降google-chromeを起こすときにsandboxが無効になるのでしょうか。

1

環境の追加

2019/12/06 10:29

投稿

jack_kanzaki
jack_kanzaki

スコア106

test CHANGED
File without changes
test CHANGED
File without changes