imgconverter: do not start gui daemon
It is not needed and will cause problems in case of firstboot.
This commit is contained in:
parent
b9d914ce5c
commit
21ca16fbdd
@ -146,7 +146,8 @@ get_from_stream(), get_from_vm(), get_xdg_icon_from_vm(), get_through_dvm()'''
|
|||||||
def get_from_vm(cls, vm, src, **kwargs):
|
def get_from_vm(cls, vm, src, **kwargs):
|
||||||
'Get image from VM by QUBESRPC (qubes.GetImageRGBA).'
|
'Get image from VM by QUBESRPC (qubes.GetImageRGBA).'
|
||||||
|
|
||||||
p = vm.run('QUBESRPC qubes.GetImageRGBA dom0', passio_popen=True)
|
p = vm.run('QUBESRPC qubes.GetImageRGBA dom0', passio_popen=True,
|
||||||
|
gui=False)
|
||||||
p.stdin.write('{0}\n'.format(src))
|
p.stdin.write('{0}\n'.format(src))
|
||||||
p.stdin.close()
|
p.stdin.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user