verify condition: ubuntu 12.04.3 in virtualbox. -------------------- [test case] $ sudo mkdir -p /etc/lightdm/lightdm.conf.d $ create 10-ubuntu.conf $ cat /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [SeatDefaults] autologin-user=username-on-system
- system reboot -> I can't autologin -------------------- enable precise proposed & install lightdm package $ sudo apt-get install -t precise-proposed lightdm upgrade lightdm 1.2.3-0ubuntu2.3 1.2.3-0ubuntu2.4 -------------------- [verification case] $ sudo mkdir -p /etc/lightdm/lightdm.conf.d $ create 10-ubuntu.conf $ cat /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [SeatDefaults] autologin-user=username-on-system - system reboot -> I can autologin (delete 10-ubuntu.conf or /etc/lightdm/lightdm.conf.d -> I can't autologin) -------------------- good works & thank you. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1190425 Title: lightdm should allow packages to override defaults in /etc/lightdm/lightdm.conf Status in Light Display Manager: Fix Released Status in Light Display Manager 1.2 series: Fix Committed Status in Light Display Manager 1.4 series: Fix Committed Status in Light Display Manager 1.6 series: Fix Committed Status in “lightdm” package in Ubuntu: Fix Released Status in “lightdm” source package in Precise: Fix Committed Bug description: [Impact] The /etc/lightdm/lightdm.conf file is a conffile, which means that packages are not allowed to modify it. As a result, if any package is modifying /etc/lightdm/lightdm.conf on installation to set 'greeter-show-manual-login=true', will cause users of this package to have conffile prompts on future upgrades. It would be helpful if lightdm had some supported mechanism for packages to override the defaults in /etc/lightdm/lightdm.conf - such as an /etc/lightdm/lightdm.conf.d directory . [Test Case] * Create autologin file, as shown below. This will fail on precise, but work fine on saucy/trusty. $ cat /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [SeatDefaults] autologin-user=ubuntu-or-any-other-user-on-system [Regression Potential] * none that I could see, and is backport from upstream [Other Info] * Has been tested, and works. * Merge https://code.launchpad.net/~lightdm-team/lightdm/1.2 against precise To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1190425/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

