gentoo-overlay/dev-libs/weston/files
2022-05-23 13:09:38 +03:00
..
README.gentoo Sync with portage [Wed Jul 31 10:52:35 MSK 2013]. 2013-07-31 10:52:44 +04:00
weston-10.0.0-backend-default.patch Sync with portage [Tue Feb 8 13:17:51 MSK 2022]. 2022-02-08 13:17:52 +03:00
weston-10.0.0-test-deps.patch Sync with portage [Wed Feb 9 17:18:15 MSK 2022]. 2022-02-09 17:18:15 +03:00

For running Weston you need to have $XDG_RUNTIME_DIR in your environment,
directory must exist and have correct permissions. If you are not using systemd,
it will not be created automatically, you can create it using your shell,
add these lines to ~/.bash_profile:

# wayland
export XDG_RUNTIME_DIR=/tmp/.runtime-${USER}
mkdir -p "${XDG_RUNTIME_DIR}"
chmod 0700 "${XDG_RUNTIME_DIR}"