Changeset 165


Ignore:
Timestamp:
Apr 28, 2009, 8:27:45 PM (15 years ago)
Author:
sebas
Message:

iconos del escritorio en espanol + slapsh screen

File:
1 edited

Legend:

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

    r157 r165  
    1111# one workplace
    1212gconftool-2 --direct  --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/metacity/general/num_workspaces" --type int 1
     13
     14# Desktop Icons
     15gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/computer_icon_visible" --type bool TRUE
     16gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/computer_icon_name" --type string "Mi Compu"
     17gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/home_icon_visible" --type bool TRUE
     18gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/home_icon_name" --type string "Mis Documentos"
     19gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/network_icon_visible" --type bool TRUE
     20gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/network_icon_name" --type string "La red"
     21gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/trash_icon_visible" --type bool TRUE
     22gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/trash_icon_name" --type string "Basura"
     23gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/nautilus/desktop/volumes_visible" --type bool FALSE
     24
     25# Splash Screen
     26gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/gnome-session/options/show_splash_screen" --type bool TRUE
     27gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set "/apps/gnome-session/options/splash_image" --type string "/etc/gnome-theme-xp/files/XPLuna/windowslogin.png"
     28
    1329
    1430# background
Note: See TracChangeset for help on using the changeset viewer.