Changeset 231 for trunk/gnome-theme-xp


Ignore:
Timestamp:
Jul 6, 2009, 6:20:58 PM (15 years ago)
Author:
sebas
Message:

no hace falta de tener el icon de red sobre el escritorio

File:
1 edited

Legend:

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

    r208 r231  
    1 #!/bin/bash -x
     1#!/bin/bash
    22#
    33
     
    3737gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/home_icon_visible" --type bool TRUE
    3838gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/home_icon_name" --type string "Mis Documentos"
    39 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/network_icon_visible" --type bool TRUE
    40 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/network_icon_name" --type string "La Red"
     39gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/network_icon_visible" --type bool FALSE
     40#gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/network_icon_name" --type string "La Red"
    4141gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/trash_icon_visible" --type bool TRUE
    4242gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set "/apps/nautilus/desktop/trash_icon_name" --type string "Papelera"
Note: See TracChangeset for help on using the changeset viewer.