Score:0

Ubuntu disabling first Startup Window screen settings

in flag

I try to build a VM with packer and ubuntu 20.4 server focal edition.

After building, we will start the VM without manually login and we take some settings.

echo "### [INFO] - Configuring autologin..."
sudo sed '/AutomaticLogin/s/^#//' -i /etc/gdm3/custom.conf
sudo sed '/user1/s/user1/ubuntu/' -i /etc/gdm3/custom.conf
gsettings set org.gnome.desktop.screensaver lock-enabled false

But i never work, i must typing the password

  1. Issue.

By first start, their popup the window. see screenshort How can i deactivating these one?

Screenshot

I take these Configuration, but still don´t work:

sudo bash -c 'echo "Hidden=true" >> /etc/xdg/autostart/update-notifier.desktop'
gsettings set com.ubuntu.update-notifier show-livepatch-status-icon false
gsettings set org.gnome.desktop.notifications show-banners false
sudo ubuntu-report send no
sudo sed '/Exec/s/Exec/#Exec/' -i /etc/xdg/autostart/gnome-initial-setup-first-login.desktop
sudo bash -c 'echo "X-GNOME-Autostart-enabled=false" >> /etc/xdg/autostart/gnome-initial-setup-first-login.desktop'
#sudo snap run canonical-livepatch disable
sudo canonical-livepatch disable
ubuntu-advantage disable-livepatch
sudo sed 's/\[daemon\]/\#[daemon\]/' -i /etc/gdm3/custom.conf
sudo sh -c 'printf "[daemon]\nInitialSetupEnable=False\n" >> /etc/gdm3/custom'
in flag
i add these option and it works sudo echo "yes" >> /home/$USER/.config/gnome-initial-setup-done
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.