Skip to content

Commit 4165083

Browse files
StaticRocketkraj
authored andcommitted
icewm: update for emptty
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 <rs@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 5c02048 commit 4165083

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

meta-oe/recipes-extended/icewm/icewm_3.8.2.bb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "c64b1b7c8ee262a3c4796be57349a3198998564d70ed26f11e724e1b73
1010
UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
1111
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
1212

13-
inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives
13+
inherit autotools pkgconfig gettext perlnative features_check qemu
1414
REQUIRED_DISTRO_FEATURES = "x11"
1515

1616
EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
@@ -40,8 +40,4 @@ EOF
4040
./qemuwrapper > src/preferences
4141
}
4242

43-
ALTERNATIVE:${PN} = "x-session-manager"
44-
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session"
45-
ALTERNATIVE_PRIORITY_${PN} = "100"
46-
4743
FILES:${PN} += "${datadir}/xsessions"

0 commit comments

Comments
 (0)