0
点赞
收藏
分享

微信扫一扫

(centos8) changing the desktop wallpaper by command-line

前端王祖蓝 2022-01-08 阅读 63
centos

reference: 10.5. Customizing Desktop Backgrounds

It is said that using

gsettings set org.cinnamon.desktop.background picture-uri 'file:///opt/corp/background.jpg'

to change the desktop wallpaper.

but in centos, there are not any path called 'cinnamon', it is specific in linux. It should be 'gnome' in centos, so the command should be

gsettings set org.cinnamon.desktop.background picture-uri 'file:///opt/corp/background.jpg'
举报

相关推荐

0 条评论