Skip to content
Snippets Groups Projects
Commit 5f2b57f0 authored by Tobias Kahlki's avatar Tobias Kahlki Committed by Jonas Höppner
Browse files

xwayland: Fixed timeout during start-up

The weston-start script for xwayland overrides the module loading of the
notify library. Without notify, Weston doesn't report a successful start
back so systemd. As a result, systemd stops Weston after hitting the
timeout period.

Without the module loading directive in the start script, xwayland needs
to be activated in the weston.ini.

(cherry picked from commit 510cc193)
parent 6fbad68a
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!396Pull changes from dunfell branch
#!/bin/sh
if type Xwayland >/dev/null 2>/dev/null; then
mkdir -p /tmp/.X11-unix
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment