Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.spotify.client
https://github.com/flathub/com.spotify.client
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.spotify.client
- Owner: flathub
- Created: 2017-06-18T08:42:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T15:54:07.000Z (29 days ago)
- Last Synced: 2024-12-16T20:08:24.695Z (10 days ago)
- Language: Python
- Homepage: https://flathub.org/apps/details/com.spotify.Client
- Size: 4.27 MB
- Stars: 74
- Watchers: 7
- Forks: 35
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
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
```