From 7149f395274ebc23a8a8d263d94f6b284d3a4176 Mon Sep 17 00:00:00 2001 From: edmundwatson <55700563+edmundwatson@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:23:49 +0100 Subject: [PATCH] Change remove PN from ALTERNATIVE_PRIORITY ALTERNATIVE_PRIORITY_${PN} doesn't work. the resulting proity on the system is 30. ALTERNATIVE_PRIORITY = 100 works. This make xfce be the default session provider instead of matchbox i.e x-mini-session --- meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.2.bb index f497b7666b6..fd92a11fc88 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.2.bb @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "fbe3a4a60c91589a2024ce12b2d2667625a8fedcbc90ef031831f56319 ALTERNATIVE_${PN} = "x-session-manager" ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" -ALTERNATIVE_PRIORITY_${PN} = "100" +ALTERNATIVE_PRIORITY = "100" FILES_${PN} += " \ ${libdir}/xfce4/*/*/*.so \