Date: Wed, 29 Nov 2023 17:23:50 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 275430] x11/xwayland-run: missing dependency Message-ID: <bug-275430-7141-rYuRp4k3ec@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275430-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-275430-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody) <x11@FreeBSD.org> for maintainer-feedback: Bug 275430: x11/xwayland-run: missing dependency https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275430 --- Description --- Running in a clean jail or fresh non-Xorg install (e.g., Sway) fails. $ pkg install xwayland-run glx-utils $ xwayland-run -- glxgears [...] Traceback (most recent call last): File "/usr/local/bin/xwayland-run", line 69, in <module> if xwayland.create_xauth_entry() !=3D 0: File "/usr/local/lib/python3.9/site-packages/wlheadless/xwayland.py", line 108, in create_xauth_entry with subprocess.Popen(xauth_command_line, stdin =3D subprocess.PIPE) as= proc: File "/usr/local/lib/python3.9/subprocess.py", line 951, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/lib/python3.9/subprocess.py", line 1837, in _execute_chi= ld raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'xauth'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275430-7141-rYuRp4k3ec>