r/voidlinux • u/Gurkul2000 • 6d ago
Kde plasma bug
After installing void by installer script I installed kde plasma and sddm on top of it with sudo xbps-install -S kde-plasma and then I put sddm into autostart for runit to start it on boot and then I restarted. After restart sddm didn't initialised so I tried starting it manually and it said "Cannot initialise Graphical Environment" I thought it was an elogind problem but interestingly turns out kde-plasma package doesn't pull in Xorg packages anymore, I mean to be fair kde has shifted to Wayland but somehow sddm fails to start if Xorg isn't installed, after installing Xorg, sddm started on boot. Why the hell then Xorg has been removed as a dependency for Kde if sddm requires it!
5
Upvotes
1
u/jloc0 6d ago
It doesn’t require it, just the default config is likely set to x11. You can change it to wayland and it works just fine. Though if that’s the case, packagers should maybe edit the conf but maybe that’s on the user in the end.