From 1a203c336548074d21cb0c9ac33364c0b197393c Mon Sep 17 00:00:00 2001 From: Adam YH Lee Date: Mon, 7 Apr 2014 14:30:03 -0700 Subject: xfce4-session: Take the precedence over mini-x-session If x11-base is included in the image, XFCE4 session does not correctly start because mini-x-session has higher priority at 50. Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb index f7aec5e4bf..74289fb356 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb @@ -15,6 +15,7 @@ SRC_URI += " \ ALTERNATIVE_${PN} = "x-session-manager" ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" +ALTERNATIVE_PRIORITY_${PN} = "100" # protect from frightening message that xfce might not work correctly pkg_postinst_${PN} () { -- cgit 1.2.3-korg