From 6c70d4e5d4077419315832a2acab82883b0797ed Mon Sep 17 00:00:00 2001 From: Newbyte <newbie13xd@gmail.com> Date: Tue, 23 Apr 2024 23:08:19 +0200 Subject: [PATCH] community/gnome-session: enable systemd session support This will be the new default with GNOME Session 46. While it may sound like something that would break non-systemd support, in reality what happens is that GNOME Session fails to find systemd and falls back to the new behaviour. This is being enabled separately from the GNOME Session 46 upgrade to get this a chance of being tested more widely before upgrading. --- community/gnome-session/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index 58446162a3ea..70a9afa73fe5 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: team/gnome <ablocorrea@hotmail.com> pkgname=gnome-session pkgver=45.0 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" arch="all" @@ -38,7 +38,7 @@ build() { abuild-meson \ -Db_lto=true \ -Dsystemd_journal=true \ - -Dsystemd_session=disable \ + -Dsystemd_session=enable \ -Dsystemduserunitdir=/DELETEME \ . output meson compile -C output -- GitLab