@grommit Thanks for doing an update. I've been tested but it still doesn't work at all.
In case all arguments goes to the first line in the config file:
# ~/.config/spotify-flags.conf
--enable-features=UseOzonePlatform --ozone-platform=wayland
I still see one string when I set set -x in the script wrapper:
+ exec /opt/spotify/spotify '--enable-features=UseOzonePlatform --ozone-platform=wayland'
And setting one argument per line in config, it works but getting an oddy result:
+ exec /opt/spotify/spotify '--enable-features=UseOzonePlatform ' --ozone-platform=wayland
If you liked the previous solution, you could remove the quotes when using the SPOTIFY_USER_FLAGS just as google-chrome package does. You will see the SC2086 warning but I think is fine :)
Pinned Comments
Antiz commented on 2025-11-23 18:37 (UTC) (edited on 2025-11-23 18:41 (UTC) by Antiz)
Please make sure to import the correct OpenPGP key first:
And always build in a clean chroot. It is as easy as:
It is expected that the package will break now and then, as spotify continuously changes download binaries, OpenPGP keys, etc (which is not appropriate, but we cannot change this). Please be patient if an update does not occur the next day, you can still use an existing spotify install or update the version yourself.
Antiz commented on 2023-09-13 13:21 (UTC)
@lightofpast Just pushed
v1:1.2.20.1210-2that now allows you to set custom launch flags in aspotify-flags.conffile under$XDG_CONFIG_HOMEor~/.config:)