Announcement

Collapse
No announcement yet.

SDDM not launched at boot

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

    SDDM not launched at boot

    Hi,

    when I boot my computer, sddm is not launched, only a TTY (TTY1 it appears).
    I have to manually enter "service sddm start".

    Is there anyway to fix this ?

    #2
    Workaround / fix posted here:

    https://www.kubuntuforums.net/showth...l=1#post368531

    Has worked for me, and some others posting in that thread.

    Comment


      #3
      Last week Ubuntu switched over to Systemd for boot system. There was a strange issue during the switchover where login manager SDDM suddenly disabled itself from starting. If you get that just run:

      Code:
          systemctl enable sddm

      Comment


        #4
        Thanks, that fixed it !

        Comment


          #5
          Originally posted by Danum View Post
          Last week Ubuntu switched over to Systemd for boot system. There was a strange issue during the switchover where login manager SDDM suddenly disabled itself from starting. If you get that just run:

          Code:
              systemctl enable sddm
          So this wouldn't show up with a fresh install with the latest packages?

          Comment


            #6
            Originally posted by vertago1 View Post
            So this wouldn't show up with a fresh install with the latest packages?
            I reinstalled today from a daily iso. I did not need to manually enable sddm, it was already enabled, and launched as expected.

            Comment

            Working...
            X