Skip to content

Commit

Permalink
Update 099-install-custom-apps.chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 20, 2024
1 parent b7c64fc commit f082b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ sudo chown -cR rhino-live /home/rhino-live/.config/VSCodium/

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

0 comments on commit f082b1d

Please sign in to comment.