Download the last “naked” version of bookworm from sf
Start it, you will autologin in CLI.
sudo eggs install --unattended
Attention: will use all your hard disk /dev/sda
After a while, your system is installed: artisan/evolution root/evolution
1 | sudo apt install openssh-server |
from browser #
Open the following pages:
- https://github.com/adlocode/xfwm4/tree/wayland
- https://packages.debian.org/search?suite=bookworm&arch=any&searchon=all
from terminal #
Connect to the VM, to have cut and copy:
1 | ssh artisan@192.168.1.x |
clone the repo #
1 | git clone https://github.com/adlocode/xfwm4 |
install development tools #
1 | sudo install cmake meson pkg-config |
Install prerequisites #
1 | # NO sudo apt install libwlroots10 |
compile and install #
1 | $ meson setup build |
start #
I tryed
1 | weston |
open a terminal and:
1 | xfwm-wayland |
with not so much success!!!
Download image (about 800K) #
I did an iso image of that experiment: egg-of-debian-bookworm-xfwm4
You can download it from sf
Note #
You can now install this iso, the bug was correct.