From 46d02f1394a543324e29fdae39143998b89ebfc1 Mon Sep 17 00:00:00 2001 From: Denver Prophit Jr Date: Sun, 7 May 2017 11:31:54 -0400 Subject: [PATCH] Updates Issue #114 Adds suggested values. --- tpl/vagrantfile-ubuntu1204-desktop.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpl/vagrantfile-ubuntu1204-desktop.tpl b/tpl/vagrantfile-ubuntu1204-desktop.tpl index 992008bb..d441b2ce 100644 --- a/tpl/vagrantfile-ubuntu1204-desktop.tpl +++ b/tpl/vagrantfile-ubuntu1204-desktop.tpl @@ -16,6 +16,8 @@ Vagrant.configure("2") do |config| v.customize ["modifyvm", :id, "--rtcuseutc", "on"] v.customize ["modifyvm", :id, "--accelerate3d", "on"] v.customize ["modifyvm", :id, "--clipboard", "bidirectional"] + v.customize ["modifyvm", :id, "--audio", "none"] + v.customize ["modifyvm", :id, "--draganddrop", "hosttoguest"] end ["vmware_fusion", "vmware_workstation"].each do |provider|