Moved VM launch into .desktop file
This commit is contained in:
parent
69ffd11ff2
commit
27b0165ad9
@ -2,7 +2,7 @@
|
|||||||
Name=Windows 7 (VM)
|
Name=Windows 7 (VM)
|
||||||
Comment=Start the Windows 7 instance in VirtualBox
|
Comment=Start the Windows 7 instance in VirtualBox
|
||||||
Icon=/opt/vm/windows7.png
|
Icon=/opt/vm/windows7.png
|
||||||
Exec=/opt/vm/windows7.sh
|
Exec=VBoxManage startvm "Windows 7"
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Emulator;System;
|
Categories=Emulator;System;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
VBoxManage startvm "Windows 7"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user