Skip to content

Commit

Permalink
Disable GNOME Tour the *proper* way
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 13, 2024
1 parent a8e3360 commit 5a6d1d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ flatpak remote-add --system flathub --from /tmp/flathub.flatpakrepo

# General system packages
rpm-ostree install gnome-browser-connector jq
rpm-ostree override remove gnome-tour
# Streaming machine packages
rpm-ostree install obs-studio mpv yt-dlp zenity
# Presentation machine packages
Expand Down Expand Up @@ -68,6 +67,11 @@ cat > /etc/dconf/db/local.d/00-set-gnome-shell-dock <<EOF
favorite-apps=['org.mozilla.firefox.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'org.gnome.TextEditor.desktop', 'org.libreoffice.LibreOffice.impress.desktop', 'com.nextcloud.desktopclient.nextcloud.desktop']
EOF

cat > /etc/dconf/db/local.d/00-disable-gnome-tour <<EOF
[org/gnome/shell]
welcome-dialog-last-shown-version=$(rpm -qv gnome-shell | cut -d- -f3)
EOF

dconf update

# Put some useful stuff in bash history so ^R muscle memory works (AJ relies on this a lot)
Expand Down

0 comments on commit 5a6d1d2

Please sign in to comment.