On Fri, 27 Sep 2019 07:59:16 +0200 Sebastien Helleu <flashc...@flashtux.org> wrote:

[ven., 27 sept. 2019 07:56:12 virt-manager 2944] DEBUG (cli:200) Uncaught 
exception:
Traceback (most recent call last):
   File "/usr/share/virt-manager/virtManager/xmleditor.py", line 11, in <module>
     gi.require_version("GtkSource", "4")
   File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in 
require_version
     raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GtkSource not available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File "/usr/share/virt-manager/virtManager/manager.py", line 489, in 
row_activated
     self.show_vm(_src)
   File "/usr/share/virt-manager/virtManager/manager.py", line 474, in show_vm
     vmmenu.VMActionUI.show(self, self.current_vm())
   File "/usr/share/virt-manager/virtManager/vmmenu.py", line 329, in show
     from .vmwindow import vmmVMWindow
   File "/usr/share/virt-manager/virtManager/vmwindow.py", line 15, in <module>
     from .details.details import vmmDetails
   File "/usr/share/virt-manager/virtManager/details/details.py", line 18, in 
<module>
     from ..addhardware import vmmAddHardware
   File "/usr/share/virt-manager/virtManager/addhardware.py", line 23, in 
<module>
     from .device.fsdetails import vmmFSDetails
   File "/usr/share/virt-manager/virtManager/device/fsdetails.py", line 14, in 
<module>
     from ..storagebrowse import vmmStorageBrowser
   File "/usr/share/virt-manager/virtManager/storagebrowse.py", line 11, in 
<module>
     from .hoststorage import vmmHostStorage
   File "/usr/share/virt-manager/virtManager/hoststorage.py", line 16, in 
<module>
     from .createpool import vmmCreatePool
   File "/usr/share/virt-manager/virtManager/createpool.py", line 19, in 
<module>
     from .xmleditor import vmmXMLEditor
   File "/usr/share/virt-manager/virtManager/xmleditor.py", line 14, in <module>
     gi.require_version("GtkSource", "3.0")
   File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in 
require_version
     raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GtkSource not available

Looking at the code it's missing a dependency against the gir1.2-gtksource-4 package

Reply via email to