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

Thread: Unity "login" or "welcome" screen. 12.04

  1. #11
    Join Date
    Sep 2012
    Beans
    14

    Re: Unity "login" or "welcome" screen. 12.04

    Quote Originally Posted by Cheesemill View Post
    Just do what CaptainMark said a couple of posts up.
    Code:
    sudo dpkg-reconfigure lightdm
    No need to edit any existing files, just run the following to create the lightdm.override file:
    Code:
    echo  "manual" | sudo tee -a /etc/init/lightdm.override
    It still is.
    okay, this is a learning experience.
    a frustrating one, however.
    I ran the override (code follows) and now 12.04 (desktop i386) won't boot to the welcome screen at all. it just displays ........ endlessly. I'm able to login as root from the recovery console..so I can access the system. I can see my samba share from my laptop (which I'm obviously using to type this)
    I SHOULD have checked out the code before I blindly paisted it into the command line.
    So, I'm sure there is a way to undo this.
    I'm keen to learn how to config Lightdm.
    Please help, so I can boot to a gui.
    Also, startx does not work.
    "
    echo "manual" | sudo tee -a /etc/init/lightdm.override

  2. #12
    Join Date
    Sep 2012
    Beans
    14

    Re: Unity "login" or "welcome" screen. 12.04

    okay, I ran
    sudo dpkg-reconfigure lightdm
    which got me back to gdm.
    Then I commented out # the "manual" in /etc/init/lightdm.override

  3. #13
    Join Date
    Sep 2012
    Beans
    14

    Cool Unity LightDM "Greeter" 12.04 issues.

    HMM. Well I'm making progress, found a site
    https://wiki.ubuntu.com/LightDM#Debugging_LightDM

    That helps, but I've not received a response to my question of a few posts ago.

    HOW do I reverse the damage done when I ran the code
    "echo "manual" | sudo tee -a /etc/init/lightdm.override"

    That Cheese mill advised I run.
    The workaround is to go back to gdm
    sudo dpkg-reconfigure lightdm

    I've done that. I'm looking for a way to reverse the "echo "manual...." statment above.
    I just does not work.

    Thanks in advance for your reply.

    I'm learning a lot.

    Oh, and I CAN use VIM, I don't mind editing conf files myself.

  4. #14
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Unity LightDM "Greeter" 12.04 issues.

    Quote Originally Posted by tekhammer View Post
    HOW do I reverse the damage done when I ran the code
    "echo "manual" | sudo tee -a /etc/init/lightdm.override"
    Just delete the file that the command created:
    Code:
    sudo rm /etc/init/lightdm.override
    Cheesemill

  5. #15
    Join Date
    Sep 2012
    Beans
    14

    Re: Unity "login" or "welcome" screen. 12.04

    Thanks for all the feedback. It seem to have helped. Mark this one as resolved,
    thanks.

Page 2 of 2 FirstFirst 12

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
  •