Announcement

Collapse
No announcement yet.

Correct way to stop/start lightdm ?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Correct way to stop/start lightdm ?

    Kubuntu 13.04.

    In the past one could use sudo service kdm stop, or to restart, sudo service kdm restart && exit

    What is the correct command now for lightdm ?

    I upgraded without problems to 13.04 via tty terminal. In the past I always stopped kdm before
    doing the release upgrade. I didn't do it this time as not sure of the command.

    #2
    Should be:
    Code:
    sudo stop lightdm
    and
    Code:
    sudo start lightdm
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Oh, thanks Snowhog.

      Comment

      Working...
      X