main/postmarketos-ui-glacier: 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
c23886a8fc
commit
046d2132d4
2 changed files with 3 additions and 1 deletions
|
@ -2,13 +2,14 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-glacier
|
pkgname=postmarketos-ui-glacier
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="(Wayland) Open-source alternative to the SailfishOS UI"
|
pkgdesc="(Wayland) Open-source alternative to the SailfishOS UI"
|
||||||
url="https://wiki.postmarketos.org/wiki/Glacier"
|
url="https://wiki.postmarketos.org/wiki/Glacier"
|
||||||
# armhf blocked by glacier-home
|
# armhf blocked by glacier-home
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="
|
depends="
|
||||||
|
dsme
|
||||||
elogind
|
elogind
|
||||||
glacier-home
|
glacier-home
|
||||||
ofono
|
ofono
|
||||||
|
|
|
@ -7,4 +7,5 @@ rc-update add ofono-auto-enable default
|
||||||
rc-update add mce default
|
rc-update add mce default
|
||||||
rc-update add usb-moded default
|
rc-update add usb-moded default
|
||||||
rc-update add connman default
|
rc-update add connman default
|
||||||
|
rc-update add dsme default
|
||||||
tinydm-set-session -s /usr/share/wayland-sessions/glacier.desktop
|
tinydm-set-session -s /usr/share/wayland-sessions/glacier.desktop
|
||||||
|
|
Loading…
Reference in a new issue