Difference between revisions of "Spotify"

Refactored install procedure via Flatpak. Also the repo URL was deprecated (see https://github.com/alexlarsson/spotify-app).
imported>MrksKwsnck
(Install instructions for Spotify snap)
imported>MrksKwsnck
(Refactored install procedure via Flatpak. Also the repo URL was deprecated (see https://github.com/alexlarsson/spotify-app).)
Line 39: Line 39:


= Installing as Flatpak Application =
= Installing as Flatpak Application =
To install flatpak on your Manjaro installation, run the following command as root:
 
----
To install flatpak on your Manjaro installation, run the following command:
<code>pacman -S flatpak</code>
 
----
sudo pacman -S flatpak
Afterwards, install Spotify via the following command:
 
----
Afterwards, install Spotify via the following command [https://flathub.org/ from Flathub]:
<code>flatpak install --from https://s3.amazonaws.com/alexlarsson/spotify-repo/spotify.flatpakref</code>
 
----
flatpak install --from https://flathub.org/repo/appstream/com.spotify.Client.flatpakref
Now, you can launch Spotify from your DE or alternatively via the command <code>flatpak run com.spotify.Client</code>
 
Now, you can launch Spotify from your DE or alternatively via the command:
 
flatpak run com.spotify.Client
 
== Known Issues ==
== Known Issues ==
* Spotify may fail to open links (e.g. for password reset or login via Facebook). To fix this, install '''xdg-desktop-portal-gtk''' via <code>pacman -S xdg-desktop-portal-gtk</code>
 
* Spotify may fail to open links (e.g. for password reset or login via Facebook). To fix this, install '''xdg-desktop-portal-gtk''' via:
 
sudo pacman -S xdg-desktop-portal-gtk


= Installing as snap =
= Installing as snap =
Anonymous user