On 2018/11/28 14:34, Elias M. Mariani wrote:
> Adding a small pkg-readme to explain how to get lxqt-powermanagement to work.
>
> ////////////////////////
> Startup
> =======
> LXQt Power Management depends on KF5Solid and it needs a system-wide
> D-Bus daemon to be running in order to work properly. So the need
> to add "messagebus" to "pkg_scripts" in rc.conf.local(8) or start
> it manually with "rcctl start messagebus" before starting the LXQt
> session.
> ////////////////////////
>
> Cheers.
> Elias.
We normally point people at rcctl for these; possible alternative text:
Startup
=======
LXQt Power Management depends on KF5Solid and it needs a system-wide
D-Bus daemon ("messagebus") to be running in order to work properly.
To enable at boot and start if not already running:
# rcctl enable messagebus
# rcctl start messagebus