work
This commit is contained in:
2
desktop
2
desktop
@@ -7,6 +7,8 @@ xfonts-100dpi
|
||||
xfonts-75dpi
|
||||
xfonts-scalable
|
||||
fluxbox
|
||||
hicolor-icon-theme
|
||||
gtk2-engines
|
||||
menu
|
||||
pcmanfm
|
||||
leafpad
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user