Can't switch to gdm3 using sudo dpkg-reconfigure gdm3

64,011

Solution 1

re: sudo dpkg-reconfigure gdm3 error message.

Just reboot and you should be running gdm3.

The error that you're receiving just means that gdm3 wasn't already running, so it couldn't reload it.

Solution 2

Use this sudo dpkg-reconfigure lightdm in place of sudo dpkg-reconfigure gdm3 this and then choose gdm3.

Solution 3

Works for my WSL2 Ubuntu Desktop install - thanks:-

sudo systemctl start gdm3.service    
sudo dpkg-reconfigure gdm3
Share:
64,011

Related videos on Youtube

Tooniis
Author by

Tooniis

I am here to help. I am here also to seek help :D

Updated on September 18, 2022

Comments

  • Tooniis
    Tooniis over 1 year

    I was looking for a way to switch to gdm3 from lightdm, when I found this answer. So I tried to apply it, and entered sudo dpkg-reconfigure gdm3, then a selection screen appeared with 2 options: gdm3 and lightdm. It was the same screen that appeared during the installation of GNOME (using sudo apt install ubuntu-gnome-desktop && gnome-shell). I chose gdm3 then pressed Enter, then I got this error:

    gdm.service is not active, cannot reload.
    invoke-rc.d: initscript gdm3, action "reload" failed.
    

    Any ideas?

    UPDATE

    It turns out that it just required a reboot to work. But I still want to know the meaning of that error I got. Does anyone have any explanation?

  • Tooniis
    Tooniis almost 7 years
    do you know what that error means though?
  • Boris Hamanov
    Boris Hamanov almost 7 years
    It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
  • salouri
    salouri over 5 years
    this didn't work for me
  • Boris Hamanov
    Boris Hamanov over 5 years
    @trust_words please start a new question and we'll try and help you.
  • Kulfy
    Kulfy almost 5 years
    Can you please explain how would that make any difference? When either of them is used, options are shown to switch default DM.
  • Vardaan Shukla
    Vardaan Shukla almost 5 years
    But there is something different between both of them as I tried it work, When I work on lightdm I use dpkg-reconfigure lightdm and on gdm use gdm in place of lightdm and it works without any error
  • Organic Marble
    Organic Marble about 4 years
    I agree, you should specify the one you are using at the moment. Don't know why but it's always worked for me.
  • VidathD
    VidathD almost 4 years
    This does not answer the question after the Update but it may help future users.
  • Arpit Anand
    Arpit Anand over 2 years
    This should be the accepted answer!
  • M at
    M at over 2 years
    Awesome as it does not need reboot