1
0
Fork 0

Run non-fullscreen by default

master
dump_stack() 2018-07-12 08:11:16 +00:00
parent 1368ad5a20
commit cb1214d518
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ func start(l *libvirt.Libvirt, name string) {
log.Fatal(err)
}
cmd := exec.Command("virt-viewer", "-f", "appvm_"+name)
cmd := exec.Command("virt-viewer", "appvm_"+name)
cmd.Start()
}