From 1a7206431eff7981a81d70112fdf6fb0a48580e6 Mon Sep 17 00:00:00 2001 From: Denver Prophit Jr Date: Sun, 7 May 2017 11:33:11 -0400 Subject: [PATCH] Updates Issue #114 Adds values for this feature request. --- tpl/vagrantfile-ubuntu1404-desktop.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpl/vagrantfile-ubuntu1404-desktop.tpl b/tpl/vagrantfile-ubuntu1404-desktop.tpl index 2385832b..5e5b1d20 100644 --- a/tpl/vagrantfile-ubuntu1404-desktop.tpl +++ b/tpl/vagrantfile-ubuntu1404-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|