diff --git a/Rocky-9-Workstation-Lite.ks b/Rocky-9-Workstation-Lite.ks index 97da5e7..d1c9bbc 100644 --- a/Rocky-9-Workstation-Lite.ks +++ b/Rocky-9-Workstation-Lite.ks @@ -387,6 +387,11 @@ FOE cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/ fi + # Disable GNOME welcome tour so it doesn't overlap with Fedora welcome screen + cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE +welcome-dialog-last-shown-version='4294967295' +FOE + # Copy Anaconda branding in place if [ -d /usr/share/lorax/product/usr/share/anaconda ]; then cp -a /usr/share/lorax/product/* / diff --git a/live/9/peridot/rocky-live-workstation-lite.ks b/live/9/peridot/rocky-live-workstation-lite.ks index 2301996..f9511ee 100644 --- a/live/9/peridot/rocky-live-workstation-lite.ks +++ b/live/9/peridot/rocky-live-workstation-lite.ks @@ -65,6 +65,11 @@ FOE cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/ fi + # Disable GNOME welcome tour so it doesn't overlap with Fedora welcome screen + cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE +welcome-dialog-last-shown-version='4294967295' +FOE + # Copy Anaconda branding in place if [ -d /usr/share/lorax/product/usr/share/anaconda ]; then cp -a /usr/share/lorax/product/* / diff --git a/live/9/prod/rocky-live-workstation-lite.ks b/live/9/prod/rocky-live-workstation-lite.ks index 2301996..f9511ee 100644 --- a/live/9/prod/rocky-live-workstation-lite.ks +++ b/live/9/prod/rocky-live-workstation-lite.ks @@ -65,6 +65,11 @@ FOE cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/ fi + # Disable GNOME welcome tour so it doesn't overlap with Fedora welcome screen + cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE +welcome-dialog-last-shown-version='4294967295' +FOE + # Copy Anaconda branding in place if [ -d /usr/share/lorax/product/usr/share/anaconda ]; then cp -a /usr/share/lorax/product/* / diff --git a/live/9/stage/rocky-live-workstation-lite.ks b/live/9/stage/rocky-live-workstation-lite.ks index 2301996..f9511ee 100644 --- a/live/9/stage/rocky-live-workstation-lite.ks +++ b/live/9/stage/rocky-live-workstation-lite.ks @@ -65,6 +65,11 @@ FOE cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/ fi + # Disable GNOME welcome tour so it doesn't overlap with Fedora welcome screen + cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE +welcome-dialog-last-shown-version='4294967295' +FOE + # Copy Anaconda branding in place if [ -d /usr/share/lorax/product/usr/share/anaconda ]; then cp -a /usr/share/lorax/product/* /