Skip to content

Instantly share code, notes, and snippets.

@RouHim
Last active July 12, 2023 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RouHim/866e057b61d6290b67fb5ceb7093e7b8 to your computer and use it in GitHub Desktop.
Save RouHim/866e057b61d6290b67fb5ceb7093e7b8 to your computer and use it in GitHub Desktop.
Enable screen sharing in Chrome using GNOME Wayland
# Set this to chrome flag to true
chrome://flags/#enable-webrtc-pipewire-capturer
# Set this chrome flag to Wayland
chrome://flags/#ozone-platform-hint
# Make sure these packages are installed
gnome-remote-desktop pipewire-media-session xdg-desktop-portal xdg-desktop-portal-gnome
# Make sure the following service is stared as user
systemctl --user enable pipewire-media-session
systemctl --user start xdg-desktop-portal.service
# Reboot system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment