Sync GDM screensaver/lockscreen picture with Wallpaper

Bug #1579184 reported by brx75
22
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Variety
Fix Released
Wishlist
James Lu

Bug Description

Add the option to keep Gnome screensaver picture in sync with wallpaper.

This is easily achieved by doing something like this:

    FILEURL=$(gsettings get org.gnome.desktop.background picture-uri)
    echo "$(date -Is): Session background is set to: $FILEURL"
    gsettings set org.gnome.desktop.screensaver picture-uri "$FILEURL"
    echo -n "$(date -Is): Lock screen has been set to: "
    gsettings get org.gnome.desktop.screensaver picture-uri

James Lu (jlu5)
Changed in variety:
importance: Undecided → Wishlist
Revision history for this message
James Lu (jlu5) wrote :

Just as a note, it is probably worth combining this feature with the option to sync the wallpaper with LightDM.

Changed in variety:
status: New → Triaged
summary: - Sync GDM screensaver picture with Wallpaper
+ Sync GDM screensaver/lockscreen picture with Wallpaper
Revision history for this message
James Lu (jlu5) wrote :

Re-quoting https://bugs.launchpad.net/variety/+bug/1746152, which provides a short and sweet implementation / workaround.

> Looking a bit about it, found that it is only needed to add the command

> gsettings set org.gnome.desktop.screensaver picture-uri "file://$WP" 2> /dev/null

> to the ~/.config/variety/scripts/set_wallpaper script. Maybe some more people miss this default behavior like me =)

James Lu (jlu5)
Changed in variety:
assignee: nobody → James Lu (tacocat)
milestone: none → 0.6.10
status: Triaged → Fix Committed
Revision history for this message
Scott (massstash) wrote :

I agree, this would great! Been trying to get lockscreen wall to update with desktop to no avail. On ubuntu 18.04, gnome 3.28.2.

Revision history for this message
James Lu (jlu5) wrote :

Added in 0.7.0

Changed in variety:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.