Variety not working in dark mode on Ubuntu 22.04 LTS

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.

the folders are already configured

these images are supposed to be displayed

Ubuntu 22.04 LTS Refuses to show my backgrounds in dark mode retaining the main background of Jammy Jellyfish

How To Fix Variety Background Problem on Ubuntu 22.04 LTS

1

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like