#763 Disable GNOME 40 welcome tour in Live CD
Merged 3 years ago by kevin. Opened 3 years ago by hadess.
hadess/fedora-kickstarts wip/hadess/welcome-dialogue  into  main

Disable GNOME 40 welcome tour in Live CD
Bastien Nocera • 3 years ago  
file modified
+3
@@ -190,6 +190,9 @@ 

  # don't enable the gnome-settings-daemon packagekit plugin

  gsettings set org.gnome.software download-updates 'false' || :

  

+ # disable welcome tour by passing a huge version number

+ gsettings set org.gnome.shell welcome-dialog-last-shown-version '4294967295' || :

+ 

  # don't start cron/at as they tend to spawn things which are

  # disk intensive that are painful on a live image

  systemctl --no-reload disable crond.service 2> /dev/null || :

Pull-Request has been merged by kevin

3 years ago

I think this is wrong. The commands are going into livesys.service , which is run as root during live system boot. I think it'll set the setting for root, not for liveuser (the user the desktop actually runs as).

That would explain why the tour is still there in today's compose.

I think the 'right way' to do this would be to follow the way we do other things as gsettings schema overrides in fedora-live-workstation.ks.

Metadata