Skip to content

Commit

Permalink
fix: patch anaconda to use system icon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 20, 2023
1 parent 4f1c967 commit 7d49a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katsu/modules/flagship/flagship-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chmod +x /home/liveuser/Desktop/liveinst.desktop
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/fedora-welcome
# allow anaconda to use system icon theme
#sed -i -e 's/settings.set_property("gtk-icon-theme-name", "Adwaita")//' /usr/lib64/python3.11/site-packages/pyanaconda/ui/gui/__init__.py
sed -i -e 's/settings.set_property("gtk-icon-theme-name", "Adwaita")//' /usr/lib64/python3.12/site-packages/pyanaconda/ui/gui/__init__.py
rm -f /usr/share/glib-2.0/schemas/10_budgie_org_gnome_settings.gschema.override
Expand Down

0 comments on commit 7d49a3b

Please sign in to comment.