From: Landry Breuil Subject: new: wayland/wayback To: ports@openbsd.org Date: Tue, 11 Nov 2025 09:24:53 +0100 hi, quick new port for https://wayback.freedesktop.org/, didnt take the gitlab main branch but the last release. seems to work fine when started via 'wayback-session' in regreet, it spawns its own wayland compositor, a fullscreen Xwayland and reads my .xinitrc which in turns starts xfce4: - /usr/local/bin/greetd `-- /usr/local/bin/greetd --session-worker 13 `-- wayback-session |-- Xwayback -displayfd 4 | |-- /usr/local/libexec/wayback-compositor 3 6 | `-- /usr/local/bin/Xwayland -terminate 3 -geometry 1920x1080 -displayfd 4 `-- sh /home/landry/.xinitrc `-- ck-launch-session /usr/local/bin/startxfce4 `-- xfce4-session testing & oks welcome Landry