mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Set GDM's default session to une-efl on ubuntu-netbook armel+dove.
This commit is contained in:
parent
6e743e46b8
commit
5bf8045669
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user