Skip to content

Commit f082b1d

Browse files
authored
Update 099-install-custom-apps.chroot
1 parent b7c64fc commit f082b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/config/hooks/live/099-install-custom-apps.chroot

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ sudo chown -cR rhino-live /home/rhino-live/.config/VSCodium/
207207

208208
# The rhino user is created before rhino-linux-xfce4-config is installed, so update their xfce4 configuration
209209
rm -rf /home/rhino-live/.config/xfce4
210-
for i in xfce4 Kvantum plank autostart xfce4 ulauncher cortile; do
210+
for i in xfce4 Kvantum plank autostart xfce4 ulauncher cortile gtk-3.0; do
211211
mkdir -p /home/rhino-live/.config/${i}
212212
cp -r /etc/skel/.config/${i}/* /home/rhino-live/.config/${i};
213213
done

0 commit comments

Comments
 (0)