[Bug 246189] graphics/wayland: fix wl_client_get_credentials
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246189 --- Comment #4 from Jan Beich <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"