Skip to content

Instantly share code, notes, and snippets.

@chrismejia
Last active June 20, 2023 15:39
Show Gist options
  • Save chrismejia/e1594798b1de2e1e34385337c5a30a82 to your computer and use it in GitHub Desktop.
Save chrismejia/e1594798b1de2e1e34385337c5a30a82 to your computer and use it in GitHub Desktop.
Getting Slack to work on Ubuntu using Wayland
# Ubuntu is using Wayland for display and Wayland must not allow screensharing.
# You update the following config:
sudo nano /etc/gdm3/custom.conf
# ...and then UN-comment the line...
WaylandEnabled=false
# ...then save and exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment