After a fresh installation of Ubuntu 20.04 Desktop, when the user logs on the first time there is this "Run on first launch" wizard asking about Livepatch, Improve Ubuntu, Privacy and Software installation.
How can I prevent this from showing up?
1 Answer
I just happened to search on and eventually finding the right keywords. The solution can be seen on
In a nutshell simply create the correct marker file like
mkdir ~/.config
echo "yes" >> ~/.config/gnome-initial-setup-doneThe other page also mentions how to deactivate the wizard for all users (current or future).
1