gdm doesn't require to create a home directory but it needs to be member of the video group to work properly
Signed-off-by: Markus Volk <[email protected]> --- meta-gnome/recipes-gnome/gdm/gdm_47.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb index 94836cdbc..caf882d02 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb @@ -41,7 +41,7 @@ do_install:append() { } USERADD_PACKAGES = "${PN}" -USERADD_PARAM:${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm" +USERADD_PARAM:${PN} = "--system --no-create-home --groups video gdm" SYSTEMD_SERVICE:${PN} = "${BPN}.service" -- 2.47.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113866): https://lists.openembedded.org/g/openembedded-devel/message/113866 Mute This Topic: https://lists.openembedded.org/mt/109641286/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
