diff --git a/build_files/base/cleanup.sh b/build_files/base/cleanup.sh index e96cd33e780..50f5d7cc643 100644 --- a/build_files/base/cleanup.sh +++ b/build_files/base/cleanup.sh @@ -11,4 +11,11 @@ sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applica if [[ "$BASE_IMAGE_NAME" = "silverblue" && -f /usr/share/applications/gnome-system-monitor.desktop ]]; then sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/gnome-system-monitor.desktop fi +if [[ "$FEDORA_MAJOR_VERSION " -eq "38" ]]; then + if [[ "$BASE_IMAGE_NAME" == "silverblue" ]]; then + rm -f /usr/etc/profile.d/bluefin-fashfetch.sh + elif [[ "$BASE_IMAGE_NAME" == "kinoite" ]]; then + rm -f /usr/etc/profile.d/aurora-fastfetch.sh + fi +fi rm -f /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo diff --git a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc index 189f5ccb773..039c5207ab0 100644 --- a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc +++ b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc @@ -19,7 +19,7 @@ "break", { "type": "command", - "key": "󱋩", + "key": " 󱋩", "text": "/usr/libexec/ublue-image-info.sh" }, {