NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.61k stars 13.77k forks source link

plasma5: default phononBackend should be vlc #223599

Closed LunNova closed 1 year ago

LunNova commented 1 year ago

services.xserver.desktopManager.plasma5.phononBackend defaults to gstreamer. We should swap this to VLC.

From KDE's packaging recommendations:

phonon-vlc (this is the only maintained and supported Phonon backend for KDE apps that use Phonon for their multimedia needs; the alternative phonon-gstreamer has been unmaintained since 2013 and should not be shipped by default, or at all, ideally)

We could also consider removing the gstreamer backend entirely or deprecating the option.

LunNova commented 1 year ago

Already fixed in #215489