From bb5a5245c82ffbbbaa0b21228bdf52b48c60d3e7 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sat, 12 Jul 2025 23:54:51 +0200 Subject: [PATCH] add gui users to seat groups --- recipes-core/images/core-image-base.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index 23afa9d..e22bc3c 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -8,6 +8,8 @@ EXTRA_USERS_PARAMS:append = "useradd xdg; \ usermod -a -G input xdg; \ usermod -a -G tty xdg; \ usermod -a -G avahi diya; \ + usermod -a -G seat diya; \ + usermod -a -G seat xdg; \ usermod -a -G xdg diya;" IMAGE_INSTALL:append = "pango \ seatd \