Weston
Installation
Steps to install Weston on Alpine 3.20
- doas apk add weston weston-backend-drm seatd weston-backend-wayland weston-shell-desktop weston-terminal font-dejavu
- doas rc-update add seatd
- doas adduser $USER seat
- doas setup-devd udev
- ~/.profile add:
if [ -z "$XDG_RUNTIME_DIR" ]; then XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir"
mkdir -pm 0700 "$XDG_RUNTIME_DIR" export XDG_RUNTIME_DIR fi
- reboot
- Start weston with: weston
References
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md