I’m planning on moving (back) to Linux from Windows, but I’m not sure which desktop environment I want to use. What’s the easiest way to try them all out? Just do a bunch of dnf/apt installs? Is there a distro or project out there that makes this easier?
Looking to try out kde, gnome, budgie, cinnamon, xfce, others
Grab live cd and run it in qemu:
qemu-system-x86_64 -enable-kvm -machine type=pc \ -cpu host -smp 2 \ -m 4096 -device virtio-balloon \ -vga virtio -display sdl,gl=on \ -usb -device usb-tablet \ -boot d -cdrom "$@"