Files
yoctor-layers/meta-st/meta-st-openstlinux/recipes-graphics/wayland/weston-init/weston_profile.sh
2024-07-11 14:16:35 +02:00

14 lines
370 B
Bash

export XDG_RUNTIME_DIR=/run/user/`id -u weston`
export ELM_ENGINE=wayland_shm
export ECORE_EVAS_ENGINE=wayland_shm
export ECORE_EVAS_ENGINE=wayland_shm
export GDK_BACKEND=wayland
export PULSE_RUNTIME_PATH=/run/user/`id -u weston`
export USE_PLAYBIN3=1
export WAYLAND_DISPLAY=wayland-0
if [ -e $XDG_RUNTIME_DIR/wayland-1 ]; then
export WAYLAND_DISPLAY=wayland-1
fi