Added Sigasi and VirtualBox Windows 7 launcher
This commit is contained in:
parent
b15f7c88a7
commit
69ffd11ff2
9
desktop/sigasi.desktop
Normal file
9
desktop/sigasi.desktop
Normal 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
|
9
desktop/windows7vm.desktop
Normal file
9
desktop/windows7vm.desktop
Normal 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
6
scripts/sigasi.sh
Executable 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
3
scripts/windows7.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
VBoxManage startvm "Windows 7"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user