答案1
您需要调整variety使用的set_wallpaper脚本。使用此命令允许在暗模式下更改壁纸。顺便说一句,从0.8.7版本开始,variety会自动执行此操作。
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
该命令将在您的 ~/.config/variety/scripts/set_wallpaper 脚本中搜索“# Gnome 3, Unity”字符串以添加以下内容:
gsettings set org.gnome.desktop.background picture-uri-dark "file://$WP" 2> /dev/null
答案2
已解决https://github.com/varietywalls/variety/releases/tag/0.8.7
所以现在您只需variety
从官方 ppa 安装,一切即可正常运行。