Age | Commit message (Collapse) | Author |
|
The AUR package `spotify` now supports a native flags file, so the
`spotify-blur-me-not` package is no longer necessary.
Users should remove it and use a `spotify-flags.conf` instead.
|
|
|
|
|
|
In 0.1.4, the redundant `UseOzonePlatform` feature switch was removed.
However, Spotify’s vendored Electron still requires it to work on
Wayland.
Restore `--ozone-platform=wayland` for Spotify.
|
|
As proposed in [1]. Thanks to user @danherbert for reporting.
Additional changes:
- Replace `--ozone-platform=wayland` with the more backwards-compatible
`--ozone-platform-hint=auto` option.
- Remove redundant `UseOzonePlatform` feature, which is enabled anyway
when using `--ozone-platform=wayland` or `--ozone-platform-hint=auto`.
[1]: https://aur.archlinux.org/pkgbase/electron-blur-me-not#comment-927544
Reported-by: @danherbert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|