Fix icons in Ubuntu 13.10
This commit is contained in:
parent
e699801a3b
commit
2f71b45b16
|
@ -302,14 +302,18 @@ cp /usr/share/applications/exo-web-browser.desktop $DESKTOP || true
|
|||
chmod +x $DESKTOP/* # needs to be executable for 13.04+
|
||||
|
||||
# XFCE / theme customizations
|
||||
if [ -d /usr/share/themes/Clearlooks ] && \
|
||||
[ -d /usr/share/icons/elementary-xfce ] ; then
|
||||
cat > /usr/share/gconf/defaults/88_nilmdbuntu-settings <<"EOF"
|
||||
if [ -d /usr/share/themes/Clearlooks ] ; then
|
||||
cat > /usr/share/gconf/defaults/88_nilmdbuntu-gtk-theme <<"EOF"
|
||||
/desktop/gnome/interface/gtk_theme "Clearlooks"
|
||||
EOF
|
||||
fi
|
||||
if [ -d /usr/share/icons/elementary-xfce ] ; then
|
||||
cat > /usr/share/gconf/defaults/88_nilmdbuntu-icon-theme <<"EOF"
|
||||
/desktop/gnome/interface/icon_theme "elementary-xfce"
|
||||
EOF
|
||||
update-gconf-defaults
|
||||
fi
|
||||
update-gconf-defaults
|
||||
|
||||
|
||||
XML=/etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml
|
||||
BG=/usr/share/xfce4/backdrops
|
||||
|
|
Loading…
Reference in New Issue
Block a user