After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709877 - Add Lock Screen Background
Add Lock Screen Background
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-10-11 03:57 UTC by Ken Jernigan
Modified: 2014-01-12 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add Lock Screen Background (1.45 KB, patch)
2014-01-12 13:01 UTC, Alex Muñoz
none Details | Review

Description Ken Jernigan 2013-10-11 03:57:50 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"]),
Comment 1 Alex Muñoz 2014-01-12 13:01:44 UTC
Created attachment 266057 [details] [review]
Add Lock Screen Background
Comment 2 John Stowers 2014-01-12 14:04:35 UTC
Please commit to master!