Spotify

From Bitpost wiki
Revision as of 18:38, 19 June 2021 by M (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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& && spotify-tray&