Changeset 179


Ignore:
Timestamp:
May 11, 2009, 7:35:48 PM (15 years ago)
Author:
sebas
Message:

enlaces symbolicos, config del theme, icono, curso...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gnome-theme-xp/change-default-to-xp.sh

    r178 r179  
    77#done
    88
     9#symblink to get theme, icon set and cursors
     10ln -s /dist/svn-redcta/gnome-theme-xp/files/GnomeXP /usr/share/icons/GnomeXP
     11ln -s /dist/svn-redcta/gnome-theme-xp/files/XPLuna /usr/share/themes/XPLuna
     12ln -s /dist/svn-redcta/gnome-theme-xp/files/xp /usr/share/icons/xp
     13
     14#icono
     15gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/desktop/gnome/interface/icon_theme" --type string "GnomeXP"
     16
     17# Cursor
     18gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/desktop/gnome/peripherals/mouse/cursor_theme" --type string "xp"
     19
     20
     21#gtk-theme
     22gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/desktop/gnome/interface/gtk_theme" --type string "XPLuna"
     23# Meacity Theme
     24gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/metacity/general/theme" --type string "XPLuna"
    925
    1026
Note: See TracChangeset for help on using the changeset viewer.