Skip to content

Commit

Permalink
Revert "add back the hacks"
Browse files Browse the repository at this point in the history
This reverts commit 5468b29.
  • Loading branch information
korewaChino committed Oct 22, 2023
1 parent d345c65 commit e86342b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions katsu/modules/flagship/flagship-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ EOF

cp /etc/lightdm/lightdm.conf.d/50-ultramarine-lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf

# Reinstall gnome-user-doc
# Reinstall anaconda-core and anaconda-live to make sure we fix any localization issues

# dnf reinstall -y anaconda-core

dnf reinstall -y gnome-user-docs || true && dnf clean all
dnf clean all
2 changes: 0 additions & 2 deletions katsu/modules/gnome/gnome-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/fedora-welcome
sed -i 's/Fedora/Ultramarine/g' /usr/share/applications/org.fedoraproject.welcome-screen.desktop
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/org.fedoraproject.welcome-screen.desktop

dnf reinstall -y gnome-user-docs || true && dnf clean all
2 changes: 1 addition & 1 deletion katsu/modules/live/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ systemctl set-default graphical.target
# it actually cannot reinstall it, but this somehow fixes the issue
# I assume scuffed rpm db or something
# If anyone manages to figure out why this works, please let me know - @korewachino
dnf reinstall - anaconda-core || true && dnf clean all
# dnf reinstall - anaconda-core || true && dnf clean all

cat >> /var/lib/livesys/livesys-session-extra << EOF
Expand Down

0 comments on commit e86342b

Please sign in to comment.