summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-lxde/lxde-common/lxde-common_0.99.2.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.99.2.bb b/recipes-lxde/lxde-common/lxde-common_0.99.2.bb
index 523e166..a3d76c7 100644
--- a/recipes-lxde/lxde-common/lxde-common_0.99.2.bb
+++ b/recipes-lxde/lxde-common/lxde-common_0.99.2.bb
@@ -19,7 +19,6 @@ inherit autotools gettext update-alternatives
FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions"
-ALTERNATIVE_${PN} = "x-window-manager"
-ALTERNATIVE_LINK_NAME[x-window-manager] = "${bindir}/x-window-manager"
-ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/startlxde"
-ALTERNATIVE_PRIORITY[x-window-manager] = "15"
+ALTERNATIVE_${PN} = "x-session-manager"
+ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/startlxde"
+ALTERNATIVE_PRIORITY[x-session-manager] = "110"