[virt-tools-list] Problem running virt-manager 0.10.0

Cole Robinson crobinso at redhat.com
Wed Jul 10 21:23:12 UTC 2013


On 07/10/2013 03:58 PM, Erik Lotspeich wrote:
> Hi,
> 
> Thanks so much for your response. Here's the output:
> 
> # virt-manager --debug
> 2013-07-10 14:57:15,641 (cliutils:75): virt-manager startup
> 2013-07-10 14:57:15,641 (virt-manager:199): Launched as:
> ['/usr/share/virt-manager/virt-manager', '--debug']
> 2013-07-10 14:57:15,641 (virt-manager:200): virt-manager version: 0.10.0
> 2013-07-10 14:57:15,642 (virt-manager:201): virtManager import: <module
> 'virtManager' from '/usr/share/virt-manager/virtManager/__init__.pyc'>
> 2013-07-10 14:57:15,753 (virt-manager:247): GTK version: 3.6.4
> 
> (virt-manager:20872): GLib-GIO-ERROR **: Settings schema
> 'org.virt-manager.virt-manager' is not installed
> 
> Trace/breakpoint trap
> 

That's an error from gsettings. There's two issues here:

- python setup.py install isn't running glib-compile-schemas where it is
dumping our schema.
- gsettings likely doesn't know to look in /usr/local/share for schemas.

You can try glib-compile-schemas --strict /usr/local/share/glib-2.0/schemas
and see if that helps, otherwise you'll need to set GSETTINGS_SCHEMA_DIR to
that directory.

I wonder if there's a way to not have gsettings abort in this case, and maybe
make some recommendations to the user.

- Cole




More information about the virt-tools-list mailing list