You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 232eddc I had to disable the renderer tests on the CI because they fail with:
<INFO> [14:02:56] Listening to socket #P"/tmp/nyxt-test.socket".
Unable to init server: Could not connect: Connection refused
error: XDG_RUNTIME_DIR not set in the environment.
error: XDG_RUNTIME_DIR not set in the environment
Nested Wayland compositor could not create display socket
Even though we are running in headless mode. I thought #2054 had figured it out, but apparently not.
Any idea?
The text was updated successfully, but these errors were encountered:
well, first off: XDG_RUNTIME_DIR not set in the environment
you need to set it to i.e. export XDG_RUNTIME_DIR="/tmp/$(id -u)" and then make sure it exists via mkdir $XDG_RUNTIME_DIR
You are correct, there is no code starting a window manager. What I do wonder is if the ubuntu-latest image includes a display server. It is possible/probable that is why it is failing.
In 232eddc I had to disable the renderer tests on the CI because they fail with:
Even though we are running in headless mode. I thought #2054 had figured it out, but apparently not.
Any idea?
The text was updated successfully, but these errors were encountered: