Closed issue by harrisonthorne on void-packages repository https://github.com/void-linux/void-packages/issues/29231 Description: ### System * xuname: `Void 5.10.19_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFFFFFFFFFFF` * package: `kde5-5.21.0_1` ### Expected behavior Plasma should start, display, and be usable. ### Actual behavior `startplasma-wayland` command fails with: ``` not a reply org.freedesktop.locale1 QDBusMessage(type=Error, service="org.freedesktop.DBus", error name="org.freedesktop.DBus.Error.ServiceUnknown", error message="The name org.freedesktop.locale1 was not provided by any .service files", signature="s", contents=("The name org.freedesktop.locale1 was not provided by any .service files") ) startplasmacompositor: Could not start D-Bus. Can you call qdbus? ``` Trying to execute `qdbus` results in: ``` qdbus: could not find a Qt installation of '' ``` ### Steps to reproduce the behavior From a display manager, try launching the "Plasma (Wayland)" session. Or, run `startplasma-wayland` from a TTY. The TTY method was used to obtain the output above. Note: I have `dbus-elogind` installed and the `dbus` service is enabled.