From: Randolph Sapp <[email protected]> The x-session-manager alternative link has been removed. Instead a distro should choose what the default session is by using the DEFAULT_SESSION variable of xserver-nodm-init.
If the default session cannot be found the user will be presented with a menu to pick the session themselves. This relies on the xsessions desktop entries, which IceWM already provides. Signed-off-by: Randolph Sapp <[email protected]> --- meta-oe/recipes-extended/icewm/icewm_3.8.2.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb b/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb index ad92b7b294..e49f1b90a3 100644 --- a/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb +++ b/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "c64b1b7c8ee262a3c4796be57349a3198998564d70ed26f11e724e1b73 UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" -inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives +inherit autotools pkgconfig gettext perlnative features_check qemu REQUIRED_DISTRO_FEATURES = "x11" EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ @@ -40,8 +40,4 @@ EOF ./qemuwrapper > src/preferences } -ALTERNATIVE:${PN} = "x-session-manager" -ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session" -ALTERNATIVE_PRIORITY_${PN} = "100" - FILES:${PN} += "${datadir}/xsessions" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125041): https://lists.openembedded.org/g/openembedded-devel/message/125041 Mute This Topic: https://lists.openembedded.org/mt/118250069/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
