Last active
June 20, 2023 15:39
-
-
Save chrismejia/e1594798b1de2e1e34385337c5a30a82 to your computer and use it in GitHub Desktop.
Getting Slack to work on Ubuntu using Wayland
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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