diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2014-04-07 14:30:03 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 13:42:06 +0200 |
commit | 1a203c336548074d21cb0c9ac33364c0b197393c (patch) | |
tree | 64eed273c475f0cb5a347e82921cee5fd576f2ac /meta-xfce | |
parent | 928fff06cc229b55f2caa51aff0a80361b338eec (diff) | |
download | meta-openembedded-1a203c336548074d21cb0c9ac33364c0b197393c.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 f7aec5e4b..74289fb35 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 += " \ | |||
15 | 15 | ||
16 | ALTERNATIVE_${PN} = "x-session-manager" | 16 | ALTERNATIVE_${PN} = "x-session-manager" |
17 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" | 17 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" |
18 | ALTERNATIVE_PRIORITY_${PN} = "100" | ||
18 | 19 | ||
19 | # protect from frightening message that xfce might not work correctly | 20 | # protect from frightening message that xfce might not work correctly |
20 | pkg_postinst_${PN} () { | 21 | pkg_postinst_${PN} () { |