GNOME Bugzilla – Bug 709877
Add Lock Screen Background
Last modified: 2014-01-12 14:12:44 UTC
With the new configuration, the Lock Screen Background is difficult to configure through the current background change utility, as it requires pictures to be in a specific location ($XDG_PICTURES directory - not subdirectories). It would be helpful if gnome-tweak-tool could include this option under Desktop. The following 3 lines handle it: Title(_("Lock Screen"), "", uid="title-theme"), GSettingsComboEnumTweak(_("Mode"),"org.gnome.desktop.screensaver", "picture-options"), GSettingsFileChooserButtonTweak(_("Lock Screen Location"),"org.gnome.desktop.screensaver", "picture-uri", local_only=True, mimetypes=["application/xml","image/png","image/jpeg"]),
Created attachment 266057 [details] [review] Add Lock Screen Background
Please commit to master!