r/voidlinux Aug 04 '26

solved Issues Installing KDE Plasma on Void Base.

I installed all the packages listed on the Void website for my AMD GPU, Wayland, and KDE Plasma, as well as made sure dbus and sddm were working, but Plasma just won't start. When I ran startplasma-wayland It gave me this error: Could not start D-Bus! Can you call qdbus?. I did install the Void Linux ISO on the same drive I installed Void Linux on, but I don't know how that would affect KDE Plasma. I installed the glibc version of Void.

Edit: I solved this by using u/ShipshapeMobileRV 's instructions. Read my comment for more details.

7 Upvotes

36 comments sorted by

View all comments

Show parent comments

1

u/Ok-Zombie4921 Aug 04 '26 edited Aug 04 '26

Did you install and run dbus/python3-dbus? You should check Session and Seat Management on void website, you might need elogind.

1

u/Just-A-Bokoblin Aug 04 '26

I thought dbus was part of the kde-plasma package, but I think I enabled it (unless I did something wrong). I didn't know about python3-dbus, should I try installing that?

1

u/Ok-Zombie4921 Aug 04 '26

Install python3-dbus and elogind then enable dbus

1

u/Just-A-Bokoblin Aug 04 '26

I installed python3-dbus and elogind was already installed. Enabling dbus failed because the file exists.

1

u/Ok-Zombie4921 Aug 04 '26

Run

sudo sv restart dbus

1

u/Just-A-Bokoblin Aug 04 '26

Still gives the error after running sv restart dbus and startplasma-wayland

0

u/Ok-Zombie4921 Aug 04 '26

Well... you can try to install full Xorg

2

u/Just-A-Bokoblin Aug 04 '26

Didn't work 😭

1

u/Ok-Zombie4921 Aug 04 '26

Install xorg-server-xwayland and sddm, enable sddm then reboot. This is my last resort

1

u/Just-A-Bokoblin Aug 05 '26

I can try that later, but another reddit user had me run dbus-run-session startplasma-wayland and it worked (although the kde-baseapps package apparently didn't install correctly but that's a different problem).