[Bug 246189] graphics/wayland: fix wl_client_get_credentials

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 06:34:16 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246189

--- Comment #4 from Jan Beich <jbeich at FreeBSD.org> ---
FWIW, the patch fixes pid reporting for Wayland clients in x11-wm/sway e.g.,

  $ mpv /path/to/file.mp4
  $ MOZ_ENABLE_WAYLAND=1 firefox example.com

  # Before
  $ swaymsg -t get_tree | jq 'recurse(.nodes[]) | select(.shell == "xdg_shell")
| .pid'
  0
  0

  # After
  $ swaymsg -t get_tree | jq 'recurse(.nodes[]) | select(.shell == "xdg_shell")
| .pid'
  15582
  58058

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list