mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 15:24:56 +00:00
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>
This commit is contained in:
parent
928fff06cc
commit
1a203c3365
@ -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} () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user