vlinkz / winmin-setup

Setup application for winmin
GNU General Public License v3.0
8 stars 2 forks source link

Winmin Setup

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 Dependencies

winmin-setup

Building

winmin-setup

Build and install with:

$ meson build
$ ninja -C build install

pywinminsetup

Build and install with:

$ sudo python3 setup.py install

Runtime Dependencies

Running

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.

Usage

winmin-setup

TODO