Disable the new ubuntu 18.04 welcome screen
![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
2
down vote
favorite
We deploy Ubuntu desktops in our environment at scale and I want to kill the new welcome screen so it doesn't appear on all newly built machines at first log in.
Has anyone figured out how to do this yet?
18.04
add a comment |Â
up vote
2
down vote
favorite
We deploy Ubuntu desktops in our environment at scale and I want to kill the new welcome screen so it doesn't appear on all newly built machines at first log in.
Has anyone figured out how to do this yet?
18.04
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
We deploy Ubuntu desktops in our environment at scale and I want to kill the new welcome screen so it doesn't appear on all newly built machines at first log in.
Has anyone figured out how to do this yet?
18.04
We deploy Ubuntu desktops in our environment at scale and I want to kill the new welcome screen so it doesn't appear on all newly built machines at first log in.
Has anyone figured out how to do this yet?
18.04
edited Apr 30 at 12:29
asked Apr 27 at 15:16
![](https://i.stack.imgur.com/jBWR3.jpg?s=32&g=1)
![](https://i.stack.imgur.com/jBWR3.jpg?s=32&g=1)
Dean
519
519
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
4
down vote
accepted
I found the solution to this myself so I'm posting it here for all those who might want to know.
The welcome screen is part of the gnome-initial-setup
package. The first time a user logs into a new machine the command /usr/lib/gnome-initial-setup/gnome-initial-setup --exisiting-user
runs.
for us simply removing the gnome-initial-setup
package during kickstart is a suitable fix as we don't require any of the gnome initial setup stuff anyway (we don't want to create local user accounts or set the system time etc).
if you do still want the pre-login welcome stuff then you'll need a different solution.
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
add a comment |Â
up vote
3
down vote
I am in the same boat as Dean and found this article + another ones.
Here Rui Matos recommends to append InitialSetupEnable=false
in /etc/gdm/custom.conf
(in Ubuntu /etc/gdm3/custom.conf
).
So edit /etc/gdm3/custom.conf
and add the following:
[daemon]
InitialSetupEnable=false
Hope this helps someone else to get rid of the Welcome Screen.
add a comment |Â
up vote
-2
down vote
Since Ubuntu runs on a variety of computer and doesn't even matter if you change the the hard drive between configurations of hardware setup a Ubuntu instalation on any computer , boot it for the first time and do the setup and if you want to install more packages do it.After that, burn a clonezilla image on a USB stick,boot it on the computer you installed and clone the hard disk via network
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
I found the solution to this myself so I'm posting it here for all those who might want to know.
The welcome screen is part of the gnome-initial-setup
package. The first time a user logs into a new machine the command /usr/lib/gnome-initial-setup/gnome-initial-setup --exisiting-user
runs.
for us simply removing the gnome-initial-setup
package during kickstart is a suitable fix as we don't require any of the gnome initial setup stuff anyway (we don't want to create local user accounts or set the system time etc).
if you do still want the pre-login welcome stuff then you'll need a different solution.
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
add a comment |Â
up vote
4
down vote
accepted
I found the solution to this myself so I'm posting it here for all those who might want to know.
The welcome screen is part of the gnome-initial-setup
package. The first time a user logs into a new machine the command /usr/lib/gnome-initial-setup/gnome-initial-setup --exisiting-user
runs.
for us simply removing the gnome-initial-setup
package during kickstart is a suitable fix as we don't require any of the gnome initial setup stuff anyway (we don't want to create local user accounts or set the system time etc).
if you do still want the pre-login welcome stuff then you'll need a different solution.
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
I found the solution to this myself so I'm posting it here for all those who might want to know.
The welcome screen is part of the gnome-initial-setup
package. The first time a user logs into a new machine the command /usr/lib/gnome-initial-setup/gnome-initial-setup --exisiting-user
runs.
for us simply removing the gnome-initial-setup
package during kickstart is a suitable fix as we don't require any of the gnome initial setup stuff anyway (we don't want to create local user accounts or set the system time etc).
if you do still want the pre-login welcome stuff then you'll need a different solution.
I found the solution to this myself so I'm posting it here for all those who might want to know.
The welcome screen is part of the gnome-initial-setup
package. The first time a user logs into a new machine the command /usr/lib/gnome-initial-setup/gnome-initial-setup --exisiting-user
runs.
for us simply removing the gnome-initial-setup
package during kickstart is a suitable fix as we don't require any of the gnome initial setup stuff anyway (we don't want to create local user accounts or set the system time etc).
if you do still want the pre-login welcome stuff then you'll need a different solution.
edited Jun 27 at 13:26
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
David Foerster
26k1361106
26k1361106
answered Apr 30 at 12:25
![](https://i.stack.imgur.com/jBWR3.jpg?s=32&g=1)
![](https://i.stack.imgur.com/jBWR3.jpg?s=32&g=1)
Dean
519
519
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
add a comment |Â
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
In this initial setup, user opt in or out sending reports to Ubuntu for example. Did you notice any side effects after removing the gnome-initial-setup package ? Did you removed the ubuntu-report package too ?
â Jean Coiron
Aug 16 at 14:43
add a comment |Â
up vote
3
down vote
I am in the same boat as Dean and found this article + another ones.
Here Rui Matos recommends to append InitialSetupEnable=false
in /etc/gdm/custom.conf
(in Ubuntu /etc/gdm3/custom.conf
).
So edit /etc/gdm3/custom.conf
and add the following:
[daemon]
InitialSetupEnable=false
Hope this helps someone else to get rid of the Welcome Screen.
add a comment |Â
up vote
3
down vote
I am in the same boat as Dean and found this article + another ones.
Here Rui Matos recommends to append InitialSetupEnable=false
in /etc/gdm/custom.conf
(in Ubuntu /etc/gdm3/custom.conf
).
So edit /etc/gdm3/custom.conf
and add the following:
[daemon]
InitialSetupEnable=false
Hope this helps someone else to get rid of the Welcome Screen.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
I am in the same boat as Dean and found this article + another ones.
Here Rui Matos recommends to append InitialSetupEnable=false
in /etc/gdm/custom.conf
(in Ubuntu /etc/gdm3/custom.conf
).
So edit /etc/gdm3/custom.conf
and add the following:
[daemon]
InitialSetupEnable=false
Hope this helps someone else to get rid of the Welcome Screen.
I am in the same boat as Dean and found this article + another ones.
Here Rui Matos recommends to append InitialSetupEnable=false
in /etc/gdm/custom.conf
(in Ubuntu /etc/gdm3/custom.conf
).
So edit /etc/gdm3/custom.conf
and add the following:
[daemon]
InitialSetupEnable=false
Hope this helps someone else to get rid of the Welcome Screen.
edited Jun 27 at 13:26
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
David Foerster
26k1361106
26k1361106
answered May 23 at 10:32
![](https://lh6.googleusercontent.com/-kZe-fjyopoI/AAAAAAAAAAI/AAAAAAAABac/MJKZKrbyZy0/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-kZe-fjyopoI/AAAAAAAAAAI/AAAAAAAABac/MJKZKrbyZy0/photo.jpg?sz=32)
Hupe
311
311
add a comment |Â
add a comment |Â
up vote
-2
down vote
Since Ubuntu runs on a variety of computer and doesn't even matter if you change the the hard drive between configurations of hardware setup a Ubuntu instalation on any computer , boot it for the first time and do the setup and if you want to install more packages do it.After that, burn a clonezilla image on a USB stick,boot it on the computer you installed and clone the hard disk via network
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
add a comment |Â
up vote
-2
down vote
Since Ubuntu runs on a variety of computer and doesn't even matter if you change the the hard drive between configurations of hardware setup a Ubuntu instalation on any computer , boot it for the first time and do the setup and if you want to install more packages do it.After that, burn a clonezilla image on a USB stick,boot it on the computer you installed and clone the hard disk via network
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
add a comment |Â
up vote
-2
down vote
up vote
-2
down vote
Since Ubuntu runs on a variety of computer and doesn't even matter if you change the the hard drive between configurations of hardware setup a Ubuntu instalation on any computer , boot it for the first time and do the setup and if you want to install more packages do it.After that, burn a clonezilla image on a USB stick,boot it on the computer you installed and clone the hard disk via network
Since Ubuntu runs on a variety of computer and doesn't even matter if you change the the hard drive between configurations of hardware setup a Ubuntu instalation on any computer , boot it for the first time and do the setup and if you want to install more packages do it.After that, burn a clonezilla image on a USB stick,boot it on the computer you installed and clone the hard disk via network
answered Apr 27 at 15:42
tuddyftw
172
172
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
add a comment |Â
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
Thanks for taking the time to give an answer, appreciate it. This isn't really a suitable solution for my environment. I am looking for a config based solution, something I can script / automate for use with our config management tools.
â Dean
Apr 30 at 9:01
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%2f1028822%2fdisable-the-new-ubuntu-18-04-welcome-screen%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