Skip to content

Instantly share code, notes, and snippets.

@questionlp
Last active June 13, 2024 05:05
Show Gist options
  • Save questionlp/1602619644a4a9b115b3aefd8782bbf9 to your computer and use it in GitHub Desktop.
Save questionlp/1602619644a4a9b115b3aefd8782bbf9 to your computer and use it in GitHub Desktop.
Enable Wayland for Specific Flatpaks

Discord

flatpak override --user --socket=wayland com.discordapp.Discord

Slack

flatpak override --user --socket=wayland com.slack.Slack

Thunderbird

 flatpak override --user --env=MOZ_ENABLE_WAYLAND=1 org.mozilla.Thunderbird

Untested: Krita

flatpak override --user --socket=wayland org.kde.krita

Untested: Plex App

 flatpak override --user --socket=wayland tv.plex.PlexDesktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment