Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2020 06:34:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 246189] graphics/wayland: fix wl_client_get_credentials
Message-ID:  <bug-246189-7141-kV3ggcr350@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246189-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246189-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246189

--- Comment #4 from Jan Beich <jbeich@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=3D1 firefox example.com

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246189-7141-kV3ggcr350>