This is a dedicate class to generate the preview. Not only it renders the pixbuf of the wallpaper, but it also adds lock screen or desktop frames on top of it. It also monitors the time to keep the lock screen preview label always updated.
9 lines
381 B
XML
9 lines
381 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/background">
|
|
<file preprocess="xml-stripblanks">cc-background-chooser.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-background-panel.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-background-preview.ui</file>
|
|
<file>preview.css</file>
|
|
</gresource>
|
|
</gresources>
|