I try to create new vm or see connection details with virt-manager but nothing append, no popup, no error message, nothing.
i click but nothing append i use arch with kde libvirtd is enable and my user is on group kvm and libvirt
virsh works fine
when i run virt-manager --debug and clicking i have this error:
[sam., 22 juin 2019 12:26:56 virt-manager 9274] DEBUG (cli:197) Uncaught exception: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/manager.py", line 469, in show_host from .host import vmmHost File "/usr/share/virt-manager/virtManager/host.py", line 13, in <module> from .hostnets import vmmHostNets File "/usr/share/virt-manager/virtManager/hostnets.py", line 15, in <module> from .createnet import vmmCreateNetwork File "/usr/share/virt-manager/virtManager/createnet.py", line 22, in <module> from .xmleditor import vmmXMLEditor File "/usr/share/virt-manager/virtManager/xmleditor.py", line 6, in <module> gi.require_version('GtkSource', '4') File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace GtkSource not available after some research i found that https://bugs.archlinux.org/task/62960 and installing gtksourceview4 package seems to solve the problem
