diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-23 09:53:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-23 09:53:54 -0300 |
commit | c94472dc0e24d234eb8e135cfcc4029018072dc3 (patch) | |
tree | 7f0f25257e4da4d5c82ea1c74f98a41fea81153e /kvmxfile | |
parent | 23e5ab8db41d37ae70a226fc5446dc9ba51a26bc (diff) | |
download | kvmx-c94472dc0e24d234eb8e135cfcc4029018072dc3.tar.gz kvmx-c94472dc0e24d234eb8e135cfcc4029018072dc3.tar.bz2 |
Check for requirements and use spicy as default spice_client
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -85,7 +85,9 @@ spice="1" run_spice_client="1" # SPICE client -spice_client="spicec" +#spice_client="spicec" +#spice_client="virt-viewer" +spice_client="spicy" # Set this if you want to start an xpra session when the machine boots. run_xpra="0" |