How do I install gnome without gdm on Xubuntu 18.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I am running Xubuntu 18.04, and am using XFCE.
I want to try out Gnome, which is the native dm on Ubuntu 18.04.
I also heard that GDM comes with gnome as the login screen, but I would like to keep LightDM as my login screen.
What sequence of commands would I use to do this?
gnome xubuntu
add a comment |Â
up vote
1
down vote
favorite
I am running Xubuntu 18.04, and am using XFCE.
I want to try out Gnome, which is the native dm on Ubuntu 18.04.
I also heard that GDM comes with gnome as the login screen, but I would like to keep LightDM as my login screen.
What sequence of commands would I use to do this?
gnome xubuntu
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am running Xubuntu 18.04, and am using XFCE.
I want to try out Gnome, which is the native dm on Ubuntu 18.04.
I also heard that GDM comes with gnome as the login screen, but I would like to keep LightDM as my login screen.
What sequence of commands would I use to do this?
gnome xubuntu
I am running Xubuntu 18.04, and am using XFCE.
I want to try out Gnome, which is the native dm on Ubuntu 18.04.
I also heard that GDM comes with gnome as the login screen, but I would like to keep LightDM as my login screen.
What sequence of commands would I use to do this?
gnome xubuntu
asked May 17 at 6:05
user3011052
213
213
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
sudo apt install gnome-shell
And that's it, choose lightdm instead of gdm when prompted.
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
add a comment |Â
up vote
0
down vote
You should install gnome desktop with
sudo apt install ubuntu-gnome-desktop
I found two alternatives
sudo apt install gnome-shell
sudo apt install vanilla-gnome-desktop
If that messes your login you can make lightDM default again by reconfiguring it
sudo dpkg-reconfigure lightdm
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
1
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
sudo apt install gnome-shell
And that's it, choose lightdm instead of gdm when prompted.
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
add a comment |Â
up vote
1
down vote
sudo apt install gnome-shell
And that's it, choose lightdm instead of gdm when prompted.
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
add a comment |Â
up vote
1
down vote
up vote
1
down vote
sudo apt install gnome-shell
And that's it, choose lightdm instead of gdm when prompted.
sudo apt install gnome-shell
And that's it, choose lightdm instead of gdm when prompted.
answered May 17 at 6:13
![](https://lh4.googleusercontent.com/-ISEwYcMHXg0/AAAAAAAAAAI/AAAAAAAAAEo/a2-wYxEhGIc/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-ISEwYcMHXg0/AAAAAAAAAAI/AAAAAAAAAEo/a2-wYxEhGIc/photo.jpg?sz=32)
dsSTORM
310110
310110
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
add a comment |Â
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
what is the difference between gnome shell and gnome desktop?
â user3011052
May 17 at 18:36
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
gnome-shell is only the desktop environment, gnome desktop also includes all the default apps
â dsSTORM
May 17 at 20:33
add a comment |Â
up vote
0
down vote
You should install gnome desktop with
sudo apt install ubuntu-gnome-desktop
I found two alternatives
sudo apt install gnome-shell
sudo apt install vanilla-gnome-desktop
If that messes your login you can make lightDM default again by reconfiguring it
sudo dpkg-reconfigure lightdm
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
1
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
add a comment |Â
up vote
0
down vote
You should install gnome desktop with
sudo apt install ubuntu-gnome-desktop
I found two alternatives
sudo apt install gnome-shell
sudo apt install vanilla-gnome-desktop
If that messes your login you can make lightDM default again by reconfiguring it
sudo dpkg-reconfigure lightdm
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
1
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You should install gnome desktop with
sudo apt install ubuntu-gnome-desktop
I found two alternatives
sudo apt install gnome-shell
sudo apt install vanilla-gnome-desktop
If that messes your login you can make lightDM default again by reconfiguring it
sudo dpkg-reconfigure lightdm
You should install gnome desktop with
sudo apt install ubuntu-gnome-desktop
I found two alternatives
sudo apt install gnome-shell
sudo apt install vanilla-gnome-desktop
If that messes your login you can make lightDM default again by reconfiguring it
sudo dpkg-reconfigure lightdm
edited May 17 at 6:19
answered May 17 at 6:13
![](https://i.stack.imgur.com/scUkL.jpg?s=32&g=1)
![](https://i.stack.imgur.com/scUkL.jpg?s=32&g=1)
nobody
3,034912
3,034912
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
1
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
add a comment |Â
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
1
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
won't the first command only work in versions prior to 17.10?
â dsSTORM
May 17 at 6:23
1
1
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
I have 18.04 and have ubuntu-gnome-desktop installed. I think I upgraded from 17.10, but upgrade process should remove the package as uneeded, if it is not in 18.04 any more. Package description in 18.04 says "This package depends on all of the packages in the Ubuntu desktop system. Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor. Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop with minimal Ubuntu branding."
â nobody
May 17 at 6:27
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
Oh ok that clears it, I thought they removed it when they dropped ubuntu GNOME
â dsSTORM
May 17 at 7:28
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037254%2fhow-do-i-install-gnome-without-gdm-on-xubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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