add a README about messagebus; from maintainer Elias M. Mariani

This commit is contained in:
sthen 2018-11-28 21:57:49 +00:00
parent 40f2a83469
commit 5a245a8d5c
3 changed files with 20 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/09/14 15:17:27 rsadowski Exp $
# $OpenBSD: Makefile,v 1.2 2018/11/28 21:57:49 sthen Exp $
COMMENT = power management module for LXQt
VERSION = 0.13.0
REVISION = 0
NAME = lxqt-powermanagement
DISTNAME = ${NAME}-${VERSION}

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/09/14 15:17:27 rsadowski Exp $
@comment $OpenBSD: PLIST,v 1.2 2018/11/28 21:57:49 sthen Exp $
@bin bin/lxqt-config-powermanagement
@bin bin/lxqt-powermanagement
share/applications/lxqt-config-powermanagement.desktop
share/doc/pkg-readmes/${PKGSTEM}
share/examples/lxqt-powermanagement/
share/examples/lxqt-powermanagement/xdg/
share/examples/lxqt-powermanagement/xdg/autostart/

View File

@ -0,0 +1,16 @@
$OpenBSD: README,v 1.1 2018/11/28 21:57:49 sthen Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
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 "messagebus" at boot:
# rcctl enable messagebus
And to start it if not already running:
# rcctl start messagebus