为什么 chromium 会抛出 Sandbox_lix 错误?

为什么 chromium 会抛出 Sandbox_lix 错误?

当我在 ubuntu 终端中运行 chromium 时,我得到了

Gtk-Message: 16:08:14.534: Failed to load module "canberra-gtk-module"
[2674:2674:0209/160818.019361:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[2701:1:0209/160822.146414:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[2701:1:0209/160822.146850:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.

如果我尝试使用 chromium-browser

Gtk-Message: 16:08:14.534: Failed to load module "canberra-gtk-module"
[2674:2674:0209/160818.019361:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[2701:1:0209/160822.146414:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[2701:1:0209/160822.146850:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.

我尝试了一下 sudo apt install canberra-gtk-module,得到了无法找到包的错误,并成功使用 sudo apt install libcanberra-gtk-module

我担心的是这些错误与沙盒有关。这让我认为这些错误意味着浏览器无法正确沙盒化,这是一个安全问题。那么我该如何修复这个错误呢?

相关内容