From 56f48ef25501e6efa35e077f96e0bb55fdb33b5e Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 12 Nov 2021 07:41:17 +0000 Subject: [PATCH] main/postmarketos-ui-sway: add polkit-elogind dependency (MR 2677) Without the explicit dependency to `polkit-elogind` the packages `polkit` and `polkit-libs` are installed. This however prevents starting `sway`. Below is the error message from the `tinydm` log: ``` 00:00:00.028 [ERROR] [wlr] [libseat] [libseat/backend/logind.c:310] Could not activate session: Interactive authentication required. 00:00:00.028 [ERROR] [wlr] [libseat] [libseat/libseat.c:79] No backend was able to open a seat 00:00:00.028 [ERROR] [wlr] [backend/session/session.c:84] Unable to create seat: Function not implemented 00:00:00.028 [ERROR] [wlr] [backend/session/session.c:218] Failed to load session backend 00:00:00.028 [ERROR] [wlr] [backend/backend.c:353] Failed to start a DRM session 00:00:00.028 [ERROR] [sway/server.c:53] Unable to create backend ``` Signed-off-by: Paul Spooren --- main/postmarketos-ui-sway/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-sway/APKBUILD b/main/postmarketos-ui-sway/APKBUILD index 2f35e3272..d13d2fe41 100644 --- a/main/postmarketos-ui-sway/APKBUILD +++ b/main/postmarketos-ui-sway/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oliver Smith pkgname=postmarketos-ui-sway pkgver=3 -pkgrel=2 +pkgrel=3 pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)" url="https://postmarketos.org" arch="noarch" @@ -12,6 +12,7 @@ depends=" dnsmasq elogind networkmanager + polkit-elogind postmarketos-base-ui pulseaudio sway