kaccess: Order service after plasma-core.target
kaccess uses the xcb Qt platform plugin which is dependent on xwayland from kwin running. Without that Qt will fail to startup and kaccess will abort which can happen since systemd currently starts both in parallel.
Add an explicit After
to the systemd unit file so that kaccess won't be started until kwin is running.
Signed-off-by: Reilly Brogan reilly@reillybrogan.com
Edited by David Edmundson