From 046d2132d464379f9b5ab6bbada2dc40495886e1 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 24 May 2021 12:25:42 +0200 Subject: [PATCH] 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 --- main/postmarketos-ui-glacier/APKBUILD | 3 ++- .../postmarketos-ui-glacier.post-install | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-glacier/APKBUILD b/main/postmarketos-ui-glacier/APKBUILD index 6deff794d..5262c3785 100644 --- a/main/postmarketos-ui-glacier/APKBUILD +++ b/main/postmarketos-ui-glacier/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-glacier pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="(Wayland) Open-source alternative to the SailfishOS UI" url="https://wiki.postmarketos.org/wiki/Glacier" # armhf blocked by glacier-home arch="noarch !armhf" license="GPL-3.0-or-later" depends=" + dsme elogind glacier-home ofono diff --git a/main/postmarketos-ui-glacier/postmarketos-ui-glacier.post-install b/main/postmarketos-ui-glacier/postmarketos-ui-glacier.post-install index ee9eef315..1f3b4b989 100644 --- a/main/postmarketos-ui-glacier/postmarketos-ui-glacier.post-install +++ b/main/postmarketos-ui-glacier/postmarketos-ui-glacier.post-install @@ -7,4 +7,5 @@ rc-update add ofono-auto-enable 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/glacier.desktop