brnelsons / simplet-indicator-gmusic

Google Music Electron Indicator Applet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplet-indicator-gmusic

Simple Google Music Indicator Applet

Ubuntu Indicator Ubuntu Indicator

Dev Install

Ubuntu 16.04

Debian distros may need to create a symlink for electron to install properly

Install nodejs
  • curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
  • sudo apt-get install -y nodejs
Install npm
  • sudo apt install npm
  • sudo npm install -g npm
Create symlink to node js
  • sudo ln -s /usr/bin/nodejs /usr/bin/node
If Compiling windows binaries then install Wine
  • sudo apt install wine

About

Google Music Electron Indicator Applet

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.3%Language:HTML 19.7%Language:CSS 2.1%Language:Shell 1.9%