From 17eb3be5f2338877c72918901e684c25162389ca Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 15 Feb 2011 18:20:05 +0100 Subject: [PATCH] switch default session for armel netbook images to unity-2d --- debian/changelog | 6 ++++++ livecd.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b27ca5a9..623110fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.158) UNRELEASED; urgency=low + + * switch default session for armel netbook images to unity-2d + + -- Oliver Grawert Tue, 15 Feb 2011 18:18:57 +0100 + livecd-rootfs (1.157) natty; urgency=low * drop IGEPv2 x-loader and u-boot from livefs.sh, they are not in main diff --git a/livecd.sh b/livecd.sh index d9e9147f..dd773734 100755 --- a/livecd.sh +++ b/livecd.sh @@ -719,8 +719,8 @@ Pin-Priority: 550 if [ "$FS" = ubuntu-netbook ] && \ [ "$TARGETARCH" = armel ] && \ - [ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then - chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl + [ -e "$ROOT/usr/share/xsessions/unity-2d.desktop" ]; then + chroot $ROOT /usr/lib/gdm/gdm-set-default-session unity-2d fi # all done with the chroot; reset the debconf frontend, so Colin doesn't cry