mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-02-19 07:41:25 +00:00
Run non-fullscreen by default
This commit is contained in:
parent
1368ad5a20
commit
cb1214d518
1 changed files with 1 additions and 1 deletions
2
appvm.go
2
appvm.go
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue