add a README about messagebus; from maintainer Elias M. Mariani
This commit is contained in:
parent
40f2a83469
commit
5a245a8d5c
@ -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}
|
||||
|
@ -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/
|
||||
|
16
x11/lxqt/powermanagement/pkg/README
Normal file
16
x11/lxqt/powermanagement/pkg/README
Normal 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
|
Loading…
x
Reference in New Issue
Block a user