Added Sigasi and VirtualBox Windows 7 launcher

This commit is contained in:
Markus Koch 2016-07-17 14:41:11 +02:00
parent b15f7c88a7
commit 69ffd11ff2
4 changed files with 27 additions and 0 deletions

9
desktop/sigasi.desktop Normal file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Sigasi
Comment=A VHDL Development Environment
Icon=/opt/sigasi/icon.xpm
Exec=/opt/sigasi/hack/start.sh
Terminal=true
Type=Application
Categories=Development;IDE;Java;
StartupNotify=true

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Windows 7 (VM)
Comment=Start the Windows 7 instance in VirtualBox
Icon=/opt/vm/windows7.png
Exec=/opt/vm/windows7.sh
Terminal=false
Type=Application
Categories=Emulator;System;
StartupNotify=true

6
scripts/sigasi.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export GTK_THEME=Adwaita
$DIR/sigasi

3
scripts/windows7.sh Executable file
View File

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