Wallpaper No Longer Changes #1
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: adamsdesk/wallpaperctl#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since upgrading to GNOME 42 the wallpaper no longer changes/rotates. If one defines a Appearance > Style within GNOME Settings only the default wallpaper is displayed when selecting the style "Dark".
assigned to @adouglas
I ran a test to set the desktop wallpaper manually in the terminal as follows. No error was returned, yet the wallpaper did not change. New desktop wallpaper setting value indeed changes.
After some play around it appears there is two locations now in which a desktop wallpaper is set depending on the user's setting for Appearance Style.
GNOME Settings > Appearance > Style > Light
Wallpaper value is stored at "org/gnome/desktop/background/picture-uri".
GNOME Settings > Appearance > Style > Dark
Wallpaper value is stored at "org/gnome/desktop/background/picture-uri-dark".
Wallpaperctrl must now detect the appearance style (color scheme) to determine which key value setting to change in order to rotate the desktop wallpaper in GNOME 42.
Acceptable values for "org.gnome.desktop.interface color-scheme"
changed the description