1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>futurePrototype</name>
<filename>/usr/share/desktop-base/futureprototype-theme/wallpaper/gnome-background.xml</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
</wallpaper>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>futurePrototype with Debian swirl</name>
<filename>/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo/gnome-background.xml</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>
|