--- scripts/Xspice | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Xspice b/scripts/Xspice index 9b82bfe..b1528f9 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -278,6 +278,7 @@ if args.vdagent_enabled: for f in [vdagentd_uds, args.vdagent_virtio_path, args.vdagent_uinput_path]: if os.path.exists(f): os.unlink(f) + cleanup_files.extend([args.vdagent_virtio_path, args.vdagent_uinput_path]) xorg = launch(executable=args.xorg, args=exec_args + xorg_args) time.sleep(2) -- 1.8.3.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel