Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flathub/com.spotify.client


https://github.com/flathub/com.spotify.client

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spotify

### Making flags persistent

Below is an example spotify-flags.conf file that defines the flags --disable-gpu-shader-disk-cache:

```
~/.var/app/com.spotify.Client/config/spotify-flags.conf

# This line will be ignored.
--disable-gpu-shader-disk-cache
```

### Wayland

This package enables the flags to run on Wayland, however it is opt-in. To opt-in run:

```sh
flatpak override --user --socket=wayland com.spotify.Client
```

To opt-out:

```sh
flatpak override --user --nosocket=wayland com.spotify.Client
```