This commit is contained in:
2026-03-19 22:43:57 +01:00
parent a8f6d604d9
commit 4014be0c54
2 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ xfonts-100dpi
xfonts-75dpi
xfonts-scalable
fluxbox
hicolor-icon-theme
gtk2-engines
menu
pcmanfm
leafpad

View File

@@ -62,4 +62,12 @@ locale-gen
cat > /etc/default/locale <<'EOF'
LANG=en_US.UTF-8
LANGUAGE=en_US:en
EOF
EOF
mkdir -p /home/bob/.gtk-2.0
cat > /home/bob/.gtkrc-2.0 <<'EOF'
gtk-theme-name="Raleigh"
gtk-icon-theme-name="hicolor"
gtk-font-name="Sans 10"
EOF
chown bob:bob /home/bob/.gtkrc-2.0