Lines Matching refs:vdagent
103 parser.add_argument('--vdagent', action='store_true', dest='vdagent_enabled', default=False, help='launch vdagent & vdagentd. They provide clipboard & resolution automation')
104 parser.add_argument('--vdagent-virtio-path', help='virtio socket path used by vdagentd')
105 parser.add_argument('--vdagent-uinput-path', help='uinput socket path used by vdagent')
106 parser.add_argument('--vdagent-udcs-path', help='Unix domain socket path used by vdagent and vdagentd')
107 parser.add_argument('--vdagentd-exec', help='path to spice-vdagentd (used with --vdagent)')
108 parser.add_argument('--vdagent-exec', help='path to spice-vdagent (used with --vdagent)')
109 parser.add_argument('--vdagent-no-launch', default=True, action='store_false', dest='vdagent_launch', help='do not launch vdagent & vdagentd, used for debugging or if some external script wants to take care of that')
110 parser.add_argument('--vdagent-uid', default=str(os.getuid()), help='set vdagent user id. changing it makes sense only in conjunction with --vdagent-no-launch')
111 parser.add_argument('--vdagent-gid', default=str(os.getgid()), help='set vdagent group id. changing it makes sense only in conjunction with --vdagent-no-launch')
131 print('please specify path to vdagent/vdagentd executables')
144 args.vdagent_exec = 'spice-vdagent'
151 print("error: vdagent is not new enough to support Xspice")
281 # Auto generate temporary files for vdagent
283 args.vdagent_udcs_path = temp_dir + "/vdagent.udcs"
285 args.vdagent_virtio_path = temp_dir + "/vdagent.virtio"
287 args.vdagent_uinput_path = temp_dir + "/vdagent.uinput"
354 vdagent = launch(args=[args.vdagent_exec, '-x', '-s', args.vdagent_virtio_path, '-S',