Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save woosal1337/9f38839eb1e413fe99970ec02892844b to your computer and use it in GitHub Desktop.
Save woosal1337/9f38839eb1e413fe99970ec02892844b to your computer and use it in GitHub Desktop.
Keybase fix for Ubuntu 22.04 Jammy Jellyfish edition
Instead of adding --disable-gpu-sandbox manually each time, it worked for me to edit /usr/lib/systemd/user/keybase.gui.service and replace:
ExecStart=/opt/keybase/Keybase
with:
ExecStart=/opt/keybase/Keybase --disable-gpu-sandbox
(I've had rendering issues with the Keybase GUI in Ubuntu earlier, so maybe this solves that as well crossed_fingers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment