Set GDM's default session to une-efl on ubuntu-netbook armel+dove.

ubuntu/precise
Colin Watson 15 years ago
parent 6e743e46b8
commit 5bf8045669

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (1.150) UNRELEASED; urgency=low
* Set GDM's default session to une-efl on ubuntu-netbook armel+dove.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Aug 2010 19:39:57 +0100
livecd-rootfs (1.149) maverick; urgency=low
* Fix syntax error in icon cache checks.

@ -697,6 +697,12 @@ Pin-Priority: 550
rm -f ${ROOT}/usr/share/icons/*/icon-theme.cache
fi
if [ "$FS" = ubuntu-netbook ] && \
[ "$TARGETARCH+$SUBARCH" = armel+dove ] && \
[ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then
chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl
fi
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
echo RESET debconf/frontend | chroot $ROOT debconf-communicate
echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate

Loading…
Cancel
Save