Rationale

Familiarize people with a free desktop and allow them to provide feedback without the need to download a live cd.

Implementation details

There is qemu vm at the back and novnc in the front.

qemu VM in the back

To start a new vm instance run this ubuntu.sh script:

#!/bin/bash
qemu-system-x86_64 -hda image.qcow -m 512 -enable-kvm -usbdevice tablet -loadvm shot1  $@

novnc in the front

Contact

  • Svetlana (contact details at the end of the page)