kglobalaccel-runtime: Failed to register service org.kde.kglobalaccel

I run kwin_wayland and palsmashell:

Code:
[zoujiaqing@FreeBSD ~]$ export XDG_RUNTIME_DIR=/tmp
[zoujiaqing@FreeBSD ~]$ kwin_wayland --drm --libinput --xwayland plasmashell
kglobalaccel-runtime: Failed to register service org.kde.kglobalaccel
 
That message typically refers to DBus. Is the dbus service running?
 
That message typically refers to DBus. Is the dbus service running?
Thanks, I run it, but this commands no reaction.

Code:
mkdir /tmp/1000
export XDG_RUNTIME_DIR=/tmp/1000
export $(dbus-launch)
kwin_wayland --drm --libinput --xwayland plasmashell

How to do it?
 
Is the service running? service dbus status and if it's not running service dbus start.
 
I upgrade plasma version to 5.16.1

Now there are different errors.
I start dbus service in rc.conf

I check dbus status:
Code:
service dbus status
dbus is running as pid 1029.

thanks.
 
Back
Top