LoginSignup
2
1

More than 5 years have passed since last update.

Ubuntu 17.10(Wayland)でJetBrains Toolbox Appが動かない場合の対処法

Posted at

Caught in a crash loop: comp-bpf failure in syscall 0281
https://youtrack.jetbrains.com/issue/ALL-2017#comment=27-2457334

原因

Chromiumのsandboxを使っているのが原因のようだ。

対策

環境変数の QTWEBENGINE_DISABLE_SANDBOXtrue にするといいらしい。

echo 'export QTWEBENGINE_DISABLE_SANDBOX=true' > ~/.toolboxrc

として、 jetbrains-toolbox を動かせばうまくいった(๑˃̵ᴗ˂̵)

2
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1