From 3c6f9d50b32e5baeeea850875fd1ee71c8e468d3 Mon Sep 17 00:00:00 2001 From: Murillo Ivamoto Date: Mon, 3 Aug 2015 22:50:33 -0300 Subject: Add new installation instructions --- README.md | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1659c37..4bbb096 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1