-
Notifications
You must be signed in to change notification settings - Fork 0
rcspam/virtualbox-tray
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#### 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
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published