From 5e3ce6becedcc4883fa4c89308efefd5e989af03 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 3 Jul 2015 11:35:43 +0200 Subject: [PATCH] * 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 --- debian/changelog | 11 +++++++++++ .../lightdm.conf.d/90-desktop-next-autologin.conf | 2 ++ .../etc/lightdm/lightdm.conf.d/90-phablet.conf | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 live-build/ubuntu-desktop-next/includes.chroot/usr/share/lightdm/lightdm.conf.d/90-desktop-next-autologin.conf 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