Winmin Setup is an GTK application that uses the SPICE protocol and Python to guide a user through installing a libvirt virtual machine as a base for Winmin.
Build and install with:
$ meson build
$ ninja -C build install
Build and install with:
$ sudo python3 setup.py install
In order for this program to access the spice socket of the guest VM, the user must be part of the kvm
group. This can be added using the following command.
$ sudo usermod -aG $USER kvm
In order to properly setup Winmin for useage and application installation, the user must be part of the group tty
. This can be added using the following command.
$ sudo usermod -aG $USER tty
You may need to logout or reboot in order for group changes to take effect.
winmin-setup