Aline Manera
Aline Manera
Could you, please, try it out: https://github.com/kimchi-project/kimchi/releases/tag/3.0.0 ? It was tested on Fedora 31 and it worked fine.
By default, appArmor blocks /var/lib/libvirt/images which prevents Kimchi to start the VM: You need to add `/var/lib/libvirt/images/* r,` to `/etc/apparmor.d/abstractions/libvirt-qemu` and then `systemctl restart apparmor.service`
Hi @Gardinero I tried to reproduce what you said, but I couldn't. I created a VM and clone it. And later on, I deleted the cloned VM. It was deleted...
@ifairyun could you give more details about your setup? was it a special file system?
The step by step on how to install Wok and Kimchi can be found at: https://github.com/kimchi-project/kimchi/releases/tag/3.0.0
Or following the instructions at https://github.com/kimchi-project/kimchi#debian--ubuntu if you are running from source code.
Hi @mattraio ! What changes did you do in templates.py? Usually, when you can not see the virtualization tab it is because Kimchi failed to be loaded. In that case,...
Please, check the logs for some message like "Unable to load Kimchi plugin...". There might be on there with more details on what is going on.
The logs are under /var/log/wok
Kimchi does not set any keymap but it relies on libvirt default values. I am going to add a feature request to make it configurable. Thank you for reporting.