openSUSE:Reproducible openSUSE/Part2-graphics
This provides extra details for openSUSE:Reproducible openSUSE/Part2 about how to run a graphical environment from the built packages:
How to install KDE in that minimal VM:
qemu-img resize var/lib/altimagebuild-x86_64.img 10G # give more RAM - e.g. 4GB qemu-kvm -drive format=raw,file=var/lib/altimagebuild-x86_64.img -m 4000 -serial stdio -vnc :9
and in an extra shell:
gvncviewer localhost:9 zypper in growpart growpart /dev/sda 1 resize2fs /dev/sda1 zypper in patterns-gnome-gnome # installs 1500 packages useradd -m user passwd user systemctl enable --now display-manager.service
Click "user", click the bottom-right settings icon, and select "GNOME". Then type in the user password.
This will give you a fully functional Gnome session.
I also tried patterns-kde-kde but unfortunately, the KDE Plasma shell does not work yet, however KDE-applications run fine in icewm. See screenshots