New issue by b1scu1t on void-packages repository https://github.com/void-linux/void-packages/issues/15183 Description: ### System * xuname: ` Void 5.2.17_1 x86_64 GenuineIntel notuptodate rrrmFFFFF` * package: `pulseeffects-3.2.3_3` ### Expected behavior Install and use pulseeffects without the ConsoleKit2 dependency. ### Actual behavior ConsoleKit2 is roped in with the `pulseeffects` package, although `pulseaudio` doesn't need it, and apparently neither does `pulseeffects` according to a Reddit post [here](https://www.reddit.com/r/voidlinux/comments/c954df/pulseeffects_without_consolekit2/). ### Steps to reproduce the behavior sudo xbps-install -S pulseeffects To add to this, I had adopted `elogind` as a session manager, given that ConsoleKit2 was being dropped. With ConsoleKit2 being roped in, it automatically starts as a daemon with elogind; I don't think two session managers should run simultaneously. I've also manually killed the daemon, and `pulseeffects` functions without it.