我正在尝试从 ubuntu 中的终端设置壁纸,但是没有用

我正在尝试从 ubuntu 中的终端设置壁纸,但是没有用

我正在尝试从 ubuntu 中的终端设置壁纸,但是不起作用,我正在使用以下命令: gsettings set org.gnome.desktop.background picture-uri "file://path_to_file"

获取图像的命令正常工作:
gsettings get org.gnome.desktop.background picture-uri

这是我在 github 上的项目 -https://github.com/Vitalya-code/Wallpaper

而且我是乌克兰人,我写东西时可能会有错误

答案1

解决方案非常简单:

gsettings set org.gnome.desktop.background picture-uri-dark "file://path_to_file"

而不是这样:

gsettings set org.gnome.desktop.background picture-uri "file://path_to_file"

相关内容