From 27b0165ad9c4fa5d29247749930dee5b90837f7a Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 20 Jul 2016 20:53:23 +0200 Subject: [PATCH] Moved VM launch into .desktop file --- desktop/windows7vm.desktop | 2 +- scripts/windows7.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 scripts/windows7.sh diff --git a/desktop/windows7vm.desktop b/desktop/windows7vm.desktop index cab6f79..66f6a4b 100644 --- a/desktop/windows7vm.desktop +++ b/desktop/windows7vm.desktop @@ -2,7 +2,7 @@ Name=Windows 7 (VM) Comment=Start the Windows 7 instance in VirtualBox Icon=/opt/vm/windows7.png -Exec=/opt/vm/windows7.sh +Exec=VBoxManage startvm "Windows 7" Terminal=false Type=Application Categories=Emulator;System; diff --git a/scripts/windows7.sh b/scripts/windows7.sh deleted file mode 100755 index ce1d417..0000000 --- a/scripts/windows7.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -VBoxManage startvm "Windows 7" -