main/postmarketos-ui-asteroid: install and enable dsme service (MR 2192)
This makes sure mce doesn't just lock the session after a few seconds and is then unable to unlock it
This commit is contained in:
parent
046d2132d4
commit
a842062948
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-asteroid
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="(Wayland) Smartwatch UI from AsteroidOS"
|
||||
url="https://wiki.postmarketos.org/wiki/AsteroidOS"
|
||||
# armhf blocked by asteroid-launcher
|
||||
|
@ -9,6 +9,7 @@ arch="noarch !armhf"
|
|||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
asteroid-launcher
|
||||
dsme
|
||||
"
|
||||
# Required to launch
|
||||
depends="$depends
|
||||
|
|
|
@ -5,4 +5,5 @@ rc-update add bluetooth default
|
|||
rc-update add mce default
|
||||
rc-update add usb-moded default
|
||||
rc-update add connman default
|
||||
rc-update add dsme default
|
||||
tinydm-set-session -s /usr/share/wayland-sessions/asteroid.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue