diff --git a/debian/changelog b/debian/changelog index 5803b6f7..eb6ed87b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +livecd-rootfs (2.325) UNRELEASED; urgency=medium + + * live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/ + 90-phablet.conf: + - don't use deprecated "[SeatDefault]" syntax + * live-build/ubuntu-desktop-next/includes.chroot/usr/share/lightdm/ + lightdm.conf.d/90-desktop-next-autologin.conf: + - let desktop-next autolog to the ubuntu user session + + -- Sebastien Bacher Fri, 03 Jul 2015 11:31:10 +0200 + livecd-rootfs (2.324) wily; urgency=medium * Revert unwanted change included in the previous upload diff --git a/live-build/ubuntu-desktop-next/includes.chroot/usr/share/lightdm/lightdm.conf.d/90-desktop-next-autologin.conf b/live-build/ubuntu-desktop-next/includes.chroot/usr/share/lightdm/lightdm.conf.d/90-desktop-next-autologin.conf new file mode 100644 index 00000000..80387a35 --- /dev/null +++ b/live-build/ubuntu-desktop-next/includes.chroot/usr/share/lightdm/lightdm.conf.d/90-desktop-next-autologin.conf @@ -0,0 +1,2 @@ +[Seat:*] +autologin-user=ubuntu diff --git a/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf b/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf index 6485c8ce..28989dfc 100644 --- a/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf +++ b/live-build/ubuntu-touch/includes.chroot/etc/lightdm/lightdm.conf.d/90-phablet.conf @@ -1,2 +1,2 @@ -[SeatDefaults] +[Seat:*] autologin-user=phablet