Skip to content

Commit

Permalink
Add glib-compile-schemas command to
Browse files Browse the repository at this point in the history
flagship-live.sh
  • Loading branch information
korewaChino committed Nov 21, 2023
1 parent 8ed412d commit d9c3830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion katsu/modules/flagship/flagship-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ rm -f /usr/share/glib-2.0/schemas/30_budgie_org.gnome.desktop.background.fedora.
rm -f /usr/share/glib-2.0/schemas/30_budgie_org.gnome.desktop.screensaver.fedora.gschema.overide
rm -f /usr/share/glib-2.0/schemas/20_solus-project.budgie.wm.gschema.override

glib-compile-schemas /usr/share/glib-2.0/schemas/

cat >> /var/lib/livesys/livesys-session-extra << EOF
## set up lightdm autologin
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
Expand Down Expand Up @@ -63,7 +65,7 @@ pushd /usr/share/backgrounds || exit 1

cp -v budgie/default.jpg budgie/default.jpg.orig

ln -rsf ultramarine-linux/39/foresty-skies-l.png budgie/default.jpg
#ln -rsf ultramarine-linux/39/foresty-skies-l.png budgie/default.jpg


popd || exit 1
Expand Down

0 comments on commit d9c3830

Please sign in to comment.