Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2023 17:23:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 275430] x11/xwayland-run: missing dependency
Message-ID:  <bug-275430-7141@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 275430
           Summary: x11/xwayland-run: missing dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
          Assignee: x11@FreeBSD.org
             Flags: maintainer-feedback?(x11@FreeBSD.org)

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'

--=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-275430-7141>