hello update from Ubuntu 21.10 to 22.04 but it turns out that after updating I have noticed that variety stopped working and no longer shows me my custom backgrounds in dark mode instead it shows me the Jammy Jellyfish main background.
How To Fix Variety Background Problem on Ubuntu 22.04 LTS
11 Answer
You need to adjust a bit set_wallpaper script used by variety. Use this command to allow to change wallpapers in dark mode meanwhile an update comes:
sed -i '/^# Gnome 3, Unity*/a gsettings set org.gnome.desktop.background picture-uri-dark "file://$WP" 2> /dev/null' /home/$USER/.config/variety/scripts/set_wallpaper 5