diff options
author | m0sia <m0sia@m0sia.ru> | 2015-08-20 12:45:20 -0500 |
---|---|---|
committer | m0sia <m0sia@m0sia.ru> | 2015-08-20 12:45:20 -0500 |
commit | f57d9a8d4ebc30effbec71382cce7e0a37b697e3 (patch) | |
tree | 6d18c01b6ff965a4539cd47eb4563f16c9a9f65b | |
parent | 7dff0e8494563b037808dda635dd73d243eb2ae7 (diff) | |
parent | 3c6f9d50b32e5baeeea850875fd1ee71c8e468d3 (diff) | |
download | pyParrotZikTCP-f57d9a8d4ebc30effbec71382cce7e0a37b697e3.tar.xz pyParrotZikTCP-f57d9a8d4ebc30effbec71382cce7e0a37b697e3.zip |
Merge pull request #13 from ivamoto-murillo/add-installation-instructions
Add new installation instructions
-rw-r--r-- | README.md | 35 |
1 files changed, 29 insertions, 6 deletions
@@ -3,7 +3,7 @@ Parrot Zik Api ## Overview -Parrot Zik is one of the most advanced headphones in the market. +Parrot Zik is one of the most advanced headphones in the market. http://www.parrot.com/zik/usa/technology @@ -18,16 +18,39 @@ http://goo.gl/dXij2t ## Tray Indicator Applet Usage -1. Connect Parrot Zik with standard bluetooth connection -2. Run applet ./ParrotZikTray.py +1. Connect Parrot Zik with standard bluetooth connection +2. Copy `share/icons/zik` directory to `/usr/share/icons` +3. Run applet `./ParrotZikTray.py` ### Requirement Python-bluez is needed. On ubuntu based distro run -```` -sudo apt-get install python-bluez -```` +``` +sudo apt-get install python-bluez python-appindicator python-beautifulsoup +``` + +### Optional + +If you want start the manager through the menu or desktop shortcut, +follow the next steps: + +1. Copy the `pyParrotZik` directory or its content to `/opt` directory; +2. Create a desktop file in `/usr/share/applications` with the following content: + +``` +[Desktop Entry] +Version=1.0 +Name=Parrot Zik Manager +GenericName=Parrot Zik Manager +X-GNOME-FullName=Parrot Zik Manager +Comment=Manager for Parrot Zik headphones +Exec=/opt/parrot-zik-manager/ParrotZikTray +Icon=/opt/parrot-zik-manager/share/icons/zik/Headphone.ico +Terminal=false +Type=Application +Categories=AudioVideo; +``` ## Screenshots |