@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
gromit commented on 2024-01-24 14:22 (UTC) (edited on 2024-12-28 11:34 (UTC) by gromit)
Please make sure to import the correct GPG 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, gpg 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-2
that now allows you to set custom launch flags in aspotify-flags.conf
file under$XDG_CONFIG_HOME
or~/.config
:)