Skip to content

Commit

Permalink
--socket=wayland doesn't obviate fallback-x11 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan449 committed Oct 13, 2021
1 parent 65d2499 commit a458972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sandbox-permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ commonly require, and can therefore be freely used:
- ``--share=network`` - access the network
- ``--socket=x11`` - show windows using X11
- ``--socket=fallback-x11`` - show windows using X11, if Wayland is not
available, overrides ``x11`` socket permission
available, overrides ``x11`` socket permission. Note that you must
still use ``--socket=wayland`` for wayland permission
- ``--share=ipc`` - share IPC namespace with the host (necessary for X11)
- ``--socket=wayland`` - show windows with Wayland
- ``--device=dri`` - OpenGL rendering
Expand Down

0 comments on commit a458972

Please sign in to comment.