-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (22 loc) · 851 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#### virtualbox-tray #####
A simple bash script to launch your virtualbox vm from tray
No need hand setting. It find vm it-self.
Just additional package 'yad'
Just install it with launching in a terminal:
# On Debian based
$ sudo apt-get install yad
# On Red-Hat based
$ sudo yum install yad
$ ./install.sh
Or if you need a manual installation
* You must install 'yad':
$ sudo apt-get install yad # Debian based
or
$ sudo yum install yad # Red-Hat based
* Copy icons in your local icons directory ("$HOME/.local/share/icons" or "$HOME/.icons"):
$ cp icons/* $HOME/.local/share/icons/
* Copy the script 'virtualbox-tray' in your PATH (ie: $HOME/bin) and if it is not the case, make it 'executable':
$ cp virtualbox-tray $HOME/bin/
$ chmod +x $HOME/bin/virtualbox-tray
* Launch 'virtualbox-tray'
$ virtualbox-tray