Moved VM launch into .desktop file

This commit is contained in:
Markus Koch 2016-07-20 20:53:23 +02:00
parent 69ffd11ff2
commit 27b0165ad9
2 changed files with 1 additions and 4 deletions

View File

@ -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;

View File

@ -1,3 +0,0 @@
#!/bin/bash
VBoxManage startvm "Windows 7"