Can't switch to gdm3 using sudo dpkg-reconfigure gdm3
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 choose 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?
lightdm gdm display-manager
add a comment |
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 choose 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?
lightdm gdm display-manager
add a comment |
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 choose 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?
lightdm gdm display-manager
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 choose 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?
lightdm gdm display-manager
lightdm gdm display-manager
edited 8 mins ago
d a i s y
3,30782344
3,30782344
asked Jul 24 '17 at 19:52
TooniisTooniis
447626
447626
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
1
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f939353%2fcant-switch-to-gdm3-using-sudo-dpkg-reconfigure-gdm3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
1
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
add a comment |
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.
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
1
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
add a comment |
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.
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.
edited Jan 4 at 20:51
answered Jul 24 '17 at 19:56
heynnemaheynnema
18.3k22054
18.3k22054
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
1
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
add a comment |
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
1
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
woah it was that simple :D Thanks.
– Tooniis
Jul 24 '17 at 20:01
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
do you know what that error means though?
– Tooniis
Jul 24 '17 at 20:04
1
1
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
It just means that gdm3 wasn't already running, so it couldn't reload it. Kind of a bogus error.
– heynnema
Jul 24 '17 at 20:05
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
this didn't work for me
– trust_words
Dec 29 '18 at 19:16
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
@trust_words please start a new question and we'll try and help you.
– heynnema
Dec 29 '18 at 20:46
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f939353%2fcant-switch-to-gdm3-using-sudo-dpkg-reconfigure-gdm3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown