Nuvola Player is a nifty interface for Google Music.
Due to dependencies and such, I found this page helpful: https://launchpad.net/nuvola-player/+download
I downloaded NuvolaPlayer version 1.1.2, though it is not the latest...
Extract:
tar -xvf nuvolaplayer-1.1.2.tar.gz
cd nuvolaplayer-1.1.2/
Run the configuration:
./waf configure
In my case, there were some dependencies that I don't need/can't use, so:
/waf configure --no-lastfm --no-unity-quick-list --no-svg-optimization
Build and Install:
./waf build
sudo ./waf install
I also had to install the Gnome extension:
sudo yum install gnome-shell-extension-mediaplayers
Run NuvolaPlayer (either via terminal or Applications in Gnome).
Aaaaand, awesomeness.
No comments :
Post a Comment