New issue by hervyqa on void-packages repository https://github.com/void-linux/void-packages/issues/31334 Description: ### System * xuname: `Void 5.11.22_1 x86_64-musl GenuineIntel uptodate rrnFFFF` * package: `plasma-desktop-5.21.5_1` ### Expected behavior I'm confused because on this page (https://invent.kde.org/plasma/user-manager) it says the `user-manager` has been moved to the `plasma-desktop` repo, but in fact it still can't detect the user on my system. should `plasma-desktop` already include `user-manager` module. in plasma-desktop repo template also replace it `replaces="user-manager>=0"` https://github.com/void-linux/void-packages/blob/b680d0ca90458c03c17b4b2a8fcf85feb8bb8fc8/srcpkgs/plasma-desktop/template#L19 the result is like this if I install `plasma-desktop` and `user-manager`. ![Screenshot_20210607_084605](https://user-images.githubusercontent.com/45872139/120948618-d2163c00-c76c-11eb-8e3c-dd4ed4bd9715.png) ### Actual behavior the result is like this if I install `plasma-desktop` without `user-manager` ![Screenshot_20210607_084542](https://user-images.githubusercontent.com/45872139/120948671-f1ad6480-c76c-11eb-9f47-6edaa7ca8be6.png) so is it necessary to add depends `user-manager` to `plasma-desktop`? ### Steps to reproduce the behavior ``` sudo xbps-install plasma-desktop # without user-manager ```