[LightDM] Autologin (lightdm) questions
Tom H
tomh0665 at gmail.com
Sat Jul 19 21:32:37 UTC 2014
On Thu, Jul 17, 2014 at 5:24 PM, Robert Heller <heller at deepsoft.com> wrote:
> At Thu, 17 Jul 2014 17:13:19 -0400 "Ubuntu user technical support, not for general discussions" <ubuntu-users at lists.ubuntu.com> wrote:
>>
>> You don't need to upgrade your entire system to 14.10. You can just
>> pull in lightdm and, possibly, its dependencies from 14.10.
>
> OK, I am not very familiar with Ubuntu's packaging system and repository
> system (I am much more familiar with RedHat, specifically CentOS, with EPel,
> Rpmforge, and ELRepo). I also don't want to inflict an unstable system upon
> users who are not very sophisticated computer users. One of the reasons for
> using a LTS release is that it should be conservative and stable.
I've just had a different idea (that I should've had earlier).
You can enable the backports repository. I've just checked:
# cat /etc/apt/sources.list
#deb http://uk.archive.ubuntu.com/ubuntu/ utopic main restricted
universe multiverse
deb http://uk.archive.ubuntu.com/ubuntu/ trusty-backports main
# apt-cache policy lightdm
lightdm:
Installed: 1.11.4-0ubuntu1
Candidate: 1.11.4-0ubuntu1
Version table:
*** 1.11.4-0ubuntu1 0
100 /var/lib/dpkg/status
So it's available in -backports and is at the same version as my 14.10 version.
And its "Release" file has "NotAutomatic: yes" and
"ButAutomaticUpgrades: yes" so you won't be pulling in anything from
there unless you install it specifically; it's more or less similar to
having "enabled=0" in the repo file of "backports" on RHEL/Fedora and
installing a package with "yum install --disablerepo=*
--enablerepo=backports lightdm".
More information about the ubuntu-users
mailing list