Spotify: Difference between revisions

From Bitpost wiki
(Created page with "You can always go to https://spotify.com and log in and listen. == Install == For a full native linux setup, follow these instructions. === Spotify linux app === sudo snap i...")
 
Line 10: Line 10:
  cd spotify-tray && ./autogen.sh && ./configure && make && sudo make install
  cd spotify-tray && ./autogen.sh && ./configure && make && sudo make install
== Run ==
== Run ==
  spotify& && spotify-tray&
  spotify-tray&

Revision as of 18:39, 19 June 2021

You can always go to https://spotify.com and log in and listen.

Install

For a full native linux setup, follow these instructions.

Spotify linux app

sudo snap install spotify

Tray

sudo apt-get install build-essential libgtk-3-dev gnome-icon-theme
cd ~/apps && git clone git@github.com:tsmetana/spotify-tray.git
cd spotify-tray && ./autogen.sh && ./configure && make && sudo make install

Run

spotify-tray&