Skapa egna bildspel
Postat: 17 mar 2014, 20:04
Vill man skapa egna bildspel med wallpapers så kan man göra det hyfsat enkelt genom att editera två xml-filer.
1. Gå till /usr/share/backgrounds/contest och kopiera filen precise.xml
Editera den efter behov och spara den i katalogen contest. Skapa sedan en katalog med dina bilder i /usr/share/backgrounds som xml-filen pekar mot.
Så här ser min xml-fil ut:
2. Gå till /usr/share/gnome-background-properties och skapa en xml-fil som pekar mot din tidigare skapade xml-fil. Så här ser min ut:
3. Högerklicka på skrivbordet och kolla om du får en av dina bilder med en klocka på.
Lycka till!
1. Gå till /usr/share/backgrounds/contest och kopiera filen precise.xml
Editera den efter behov och spara den i katalogen contest. Skapa sedan en katalog med dina bilder i /usr/share/backgrounds som xml-filen pekar mot.
Så här ser min xml-fil ut:
Kod: Markera allt
<background>
<starttime>
<year>2009</year>
<month>08</month>
<day>04</day>
<hour>00</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation will start at midnight. -->
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/01.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/01.jpg</from>
<to>/usr/share/backgrounds/usa/02.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/02.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/02.jpg</from>
<to>/usr/share/backgrounds/usa/03.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/03.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/03.jpg</from>
<to>/usr/share/backgrounds/usa/04.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/04.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/04.jpg</from>
<to>/usr/share/backgrounds/usa/05.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/05.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/05.jpg</from>
<to>/usr/share/backgrounds/usa/06.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/06.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/06.jpg</from>
<to>/usr/share/backgrounds/usa/07.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/07.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/07.jpg</from>
<to>/usr/share/backgrounds/usa/08.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/08.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/08.jpg</from>
<to>/usr/share/backgrounds/usa/09.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/09.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/09.jpg</from>
<to>/usr/share/backgrounds/usa/10.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/10.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/10.jpg</from>
<to>/usr/share/backgrounds/usa/11.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/11.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/11.jpg</from>
<to>/usr/share/backgrounds/usa/12.jpg</to>
</transition>
<static>
<duration>1380.0</duration>
<file>/usr/share/backgrounds/usa/12.jpg</file>
</static>
<transition>
<duration>5.0</duration>
<from>/usr/share/backgrounds/usa/12.jpg</from>
<to>/usr/share/backgrounds/usa/01.jpg</to>
</transition>
</background>
Kod: Markera allt
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>USA Slideshow</name>
<filename>/usr/share/backgrounds/contest/usa.xml</filename>
<options>zoom</options>
</wallpaper>
</wallpapers>
Lycka till!