Foro de elhacker.net

Sistemas Operativos => GNU/Linux => Mensaje iniciado por: Fox_Neo en 27 Mayo 2010, 22:53 pm



Título: Fondos dinamicos
Publicado por: Fox_Neo en 27 Mayo 2010, 22:53 pm
Hola  gracias por leer este post quiero crear  una carpeta como la que viene en ubuntu en fondos de escritorio (cosmos) para ello he cogido el código xlm que viene dentro:
Código:
sudo gedit usr/shared/backgrounds/cosmos/backgrounds-1xml
 
Lo he copiado y modificado con los nombres de mis imágenes  y lo he puesto en una nueva carpeta con las imágenes nuevas y la carpeta  la he guardado en backgrounds,  pero no me aparece la nueva carpeta en fondos de imágenes.
El código original es :
Código
  1. <background>
  2.  <starttime>
  3.    <year>2009</year>
  4.    <month>08</month>
  5.    <day>04</day>
  6.    <hour>00</hour>
  7.    <minute>00</minute>
  8.    <second>00</second>
  9.  </starttime>
  10. <!-- This animation will start at midnight. -->
  11.  <static>
  12.    <duration>1795.0</duration>
  13.    <file>/usr/share/backgrounds/cosmos/cloud.jpg</file>
  14.  </static>
  15.  <transition>
  16.    <duration>5.0</duration>
  17.    <from>/usr/share/backgrounds/cosmos/cloud.jpg</from>
  18.    <to>/usr/share/backgrounds/cosmos/comet.jpg</to>
  19.  </transition>
  20.  <static>
  21.    <duration>1795.0</duration>
  22.    <file>/usr/share/backgrounds/cosmos/comet.jpg</file>
  23.  </static>
  24.  <transition>
  25.    <duration>5.0</duration>
  26.    <from>/usr/share/backgrounds/cosmos/comet.jpg</from>
  27.    <to>/usr/share/backgrounds/cosmos/earth-horizon.jpg</to>
  28.  </transition>
  29.  <static>
  30.    <duration>1795.0</duration>
  31.    <file>/usr/share/backgrounds/cosmos/earth-horizon.jpg</file>
  32.  </static>
  33.  <transition>
  34.    <duration>5.0</duration>
  35.    <from>/usr/share/backgrounds/cosmos/earth-horizon.jpg</from>
  36.    <to>/usr/share/backgrounds/cosmos/blue-marble-west.jpg</to>
  37.  </transition>
  38.  <static>
  39.    <duration>1795.0</duration>
  40.    <file>/usr/share/backgrounds/cosmos/blue-marble-west.jpg</file>
  41.  </static>
  42.  <transition>
  43.    <duration>5.0</duration>
  44.    <from>/usr/share/backgrounds/cosmos/blue-marble-west.jpg</from>
  45.    <to>/usr/share/backgrounds/cosmos/galaxy-ngc3370.jpg</to>
  46.  </transition>
  47.  <static>
  48.    <duration>1795.0</duration>
  49.    <file>/usr/share/backgrounds/cosmos/galaxy-ngc3370.jpg</file>
  50.  </static>
  51.  <transition>
  52.    <duration>5.0</duration>
  53.    <from>/usr/share/backgrounds/cosmos/galaxy-ngc3370.jpg</from>
  54.    <to>/usr/share/backgrounds/cosmos/helix-nebula.jpg</to>
  55.  </transition>
  56.  <static>
  57.    <duration>1795.0</duration>
  58.    <file>/usr/share/backgrounds/cosmos/helix-nebula.jpg</file>
  59.  </static>
  60.  <transition>
  61.    <duration>5.0</duration>
  62.    <from>/usr/share/backgrounds/cosmos/helix-nebula.jpg</from>
  63.    <to>/usr/share/backgrounds/cosmos/jupiter.jpg</to>
  64.  </transition>
  65.  <static>
  66.    <duration>1795.0</duration>
  67.    <file>/usr/share/backgrounds/cosmos/jupiter.jpg</file>
  68.  </static>
  69.  <transition>
  70.    <duration>5.0</duration>
  71.    <from>/usr/share/backgrounds/cosmos/jupiter.jpg</from>
  72.    <to>/usr/share/backgrounds/cosmos/sombrero.jpg</to>
  73.  </transition>
  74.  <static>
  75.    <duration>1795.0</duration>
  76.    <file>/usr/share/backgrounds/cosmos/sombrero.jpg</file>
  77.  </static>
  78.  <transition>
  79.    <duration>5.0</duration>
  80.    <from>/usr/share/backgrounds/cosmos/sombrero.jpg</from>
  81.    <to>/usr/share/backgrounds/cosmos/whirlpool.jpg</to>
  82.  </transition>
  83.  <static>
  84.    <duration>1795.0</duration>
  85.    <file>/usr/share/backgrounds/cosmos/whirlpool.jpg</file>
  86.  </static>
  87.  <transition>
  88.    <duration>5.0</duration>
  89.    <from>/usr/share/backgrounds/cosmos/whirlpool.jpg</from>
  90.    <to>/usr/share/backgrounds/cosmos/cloud.jpg</to>
  91.  </transition>
  92. </background>

y el código  modificado para mis imágenes:
Código
  1. <background>
  2.  <starttime>
  3.    <year>2010</year>
  4.    <month>05</month>
  5.    <day>27</day>
  6.    <hour>20</hour>
  7.    <minute>47</minute>
  8.    <second>00</second>
  9.  </starttime>
  10. <!-- This animation will start at midnight. -->
  11.  <static>
  12.    <duration>1795.0</duration>
  13.    <file>/usr/share/backgrounds/cosmos2/1.jpg</file>
  14.  </static>
  15.  <transition>
  16.    <duration>5.0</duration>
  17.    <from>/usr/share/backgrounds/cosmos2/1.jpg</from>
  18.    <to>/usr/share/backgrounds/cosmos2/2.jpg</to>
  19.  </transition>
  20.  <static>
  21.    <duration>1795.0</duration>
  22.    <file>/usr/share/backgrounds/cosmos2/2.jpg</file>
  23.  </static>
  24.  <transition>
  25.    <duration>5.0</duration>
  26.    <from>/usr/share/backgrounds/cosmos2/2.jpg</from>
  27.    <to>/usr/share/backgrounds/cosmos2/3.jpg</to>
  28.  </transition>
  29.  <static>
  30.    <duration>1795.0</duration>
  31.    <file>/usr/share/backgrounds/cosmos2/3.jpg</file>
  32.  </static>
  33.  <transition>
  34.    <duration>5.0</duration>
  35.    <from>/usr/share/backgrounds/cosmos2/3.jpg</from>
  36.    <to>/usr/share/backgrounds/cosmos2/4.jpg</to>
  37.  </transition>
  38.  <static>
  39.    <duration>1795.0</duration>
  40.    <file>/usr/share/backgrounds/cosmos2/4.jpg</file>
  41.  </static>
  42.  <transition>
  43.    <duration>5.0</duration>
  44.    <from>/usr/share/backgrounds/cosmos2/4.jpg</from>
  45.    <to>/usr/share/backgrounds/cosmos2/5.jpg</to>
  46.  </transition>
  47.  <static>
  48.    <duration>1795.0</duration>
  49.    <file>/usr/share/backgrounds/cosmos2/5.jpg</file>
  50.  </static>
  51.  <transition>
  52.    <duration>5.0</duration>
  53.    <from>/usr/share/backgrounds/cosmos2/5.jpg</from>
  54.    <to>/usr/share/backgrounds/cosmos2/6.jpg</to>
  55.  </transition>
  56.  <static>
  57.    <duration>1795.0</duration>
  58.    <file>/usr/share/backgrounds/cosmos2/6.jpg</file>
  59.  </static>
  60.  <transition>
  61.    <duration>5.0</duration>
  62.    <from>/usr/share/backgrounds/cosmos2/6.jpg</from>
  63.    <to>/usr/share/backgrounds/cosmos2/7.jpg</to>
  64.  </transition>
  65.  <static>
  66.    <duration>1795.0</duration>
  67.    <file>/usr/share/backgrounds/cosmos2/7.jpg</file>
  68.  </static>
  69.  <transition>
  70.    <duration>5.0</duration>
  71.    <from>/usr/share/backgrounds/cosmos2/7.jpg</from>
  72.    <to>/usr/share/backgrounds/cosmos2/8.jpg</to>
  73.  </transition>
  74.  <static>
  75.    <duration>1795.0</duration>
  76.    <file>/usr/share/backgrounds/cosmos2/8.jpg</file>
  77.  </static>
  78.  <transition>
  79.    <duration>5.0</duration>
  80.    <from>/usr/share/backgrounds/cosmos2/8.jpg</from>
  81.    <to>/usr/share/backgrounds/cosmos2/9.jpg</to>
  82.  </transition>
  83.  <static>
  84.    <duration>1795.0</duration>
  85.    <file>/usr/share/backgrounds/cosmos2/9.jpg</file>
  86.  </static>
  87.  <transition>
  88.    <duration>5.0</duration>
  89.    <from>/usr/share/backgrounds/cosmos2/9.jpg</from>
  90.    <to>/usr/share/backgrounds/cosmos2/1.jpg</to>
  91.  </transition>
  92. </background>

El código modificado lo he llamado background-2.xml

Gracias.

Salu2.



Título: Re: Fondos dinamicos
Publicado por: Fox_Neo en 27 Mayo 2010, 23:07 pm
Bueno ya lo he solucionado, al final era una tontería  :P  no era el código, tenía que  pulsar en "Añadir" en  la pestaña de "Fondos"  y buscar el código modificado  y así he podido añadir la serie de fondos que he elegido.

Si algún moderador le interesa poner el tema en post de interés que lo ponga ;).

Salu2

Gracias


____Fox_Neo____


Título: Re: Fondos dinamicos
Publicado por: xexio en 27 Mayo 2010, 23:09 pm
se supone que eso es para que los fondos cambien cada X tiempo no?
en KDE tienes una opcion en configuracion de escritorio para hacer eso xD


Título: Re: Fondos dinamicos
Publicado por: Fox_Neo en 27 Mayo 2010, 23:14 pm
Si es igual que el que viene por defecto (cosmos) al instalar ubuntu pero cambiando los nombres   y la ruta de las imágenes en el código  tu pones el tiempo de duración que quieras. ;)

Salu2

____Fox_Neo____