* Remove the GDM3 settings, since the configuration format for GDM change again, yay. * Add a dconf file for the new-style GDM3 configuration. * Add a XML file describing the available resolutions for the background (for use with GNOME). * postinst: use a higher priority for the 1920x1080 background. * Cleanup postinst/prerm/postrm. * Add a new alternative: desktop-background.xml. * Use it from the gsettings override. * Reload gdm3 after installation/removal. * Drop old libgnome2-common hack. * Clean up an alternative that is no longer available.
12 lines
528 B
XML
12 lines
528 B
XML
<background>
|
|
<static>
|
|
<duration>8640000.0</duration>
|
|
<file>
|
|
<size width="1280" height="1024">/usr/share/images/desktop-base/joy-wallpaper_1280x1024.svg</size>
|
|
<size width="1600" height="1200">/usr/share/images/desktop-base/joy-wallpaper_1600x1200.svg</size>
|
|
<size width="1920" height="1080">/usr/share/images/desktop-base/joy-wallpaper_1920x1080.svg</size>
|
|
<size width="1920" height="1200">/usr/share/images/desktop-base/joy-wallpaper_1920x1200.svg</size>
|
|
</file>
|
|
</static>
|
|
</background>
|