Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How to completely reinstall lightdm

  1. #11
    Join Date
    Mar 2017
    Beans
    1,018

    Re: How to completely reinstall lightdm

    Is lightdm still installed?
    Code:
    apt policy lightdm
    Not familiar with loki.
    Doesn't it have a pantheon-greeter for lightdm?
    Did you install lightdm-webkit-greeter in an effort to change the greeter?

  2. #12
    Join Date
    Mar 2017
    Beans
    1,018

    Re: How to completely reinstall lightdm

    I'm off to bed so I'll leave you with some info.
    https://www.freedesktop.org/wiki/Software/LightDM/
    https://wiki.archlinux.org/index.php/LightDM

    I would delete /etc/lightdm/lightdm.conf which is a sort of master admin config that overrides settings in /usr/share/lightdm/lightdm.conf.d

    You greeter-session used will then be what's shown by configs in /usr/share/lightdm/lightdm.conf.d, higher numbered files taking precedence.
    Your "lightdm --show-config" output shows that /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf will now be the source for your lightdm config.

    Try to use lightdm again...
    Code:
    sudo rm /etc/lightdm/lightdm.conf
    Code:
    sudo apt install lightdm lightdm-gtk-greeter
    sudo dpkg-reconfigure lightdm
    Last edited by again?; February 8th, 2018 at 07:10 PM.

  3. #13
    Join Date
    Feb 2018
    Beans
    1

    Re: How to completely reinstall lightdm

    Still not working I eventually switched to windows back becuase of software compatibility... Thanks!!

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •