[Desktop] 壁纸无法切换
Tofloor
poster avatar
老王
deepin
2021-06-25 23:50
Author

可以换wallpaper里面的,但是自己下载来的jpg就不能设为壁纸了,刚装完系统也还是能换的,不知道什么时候开始不能换了。

Reply Favorite View the author
All Replies
deepinuser17
deepin
2021-06-27 07:58
#1

在~/.config/deepin/dde-daemon/appearance/custom-wallpapers里创建链接就可以了.

 

运行以下命令创建链接(以用户名user1, 图像文件example.jpg为例)

cd ~/.config/deepin/dde-daemon/appearance/custom-wallpapers/example.jpg
ln -s /home/user1/Pictures/Wallpapers/example.jpg .
Reply View the author
老王
deepin
2021-06-28 22:37
#2
deepinuser17

在~/.config/deepin/dde-daemon/appearance/custom-wallpapers里创建链接就可以了.

 

运行以下命令创建链接(以用户名user1, 图像文件example.jpg为例)

cd ~/.config/deepin/dde-daemon/appearance/custom-wallpapers/example.jpg
ln -s /home/user1/Pictures/Wallpapers/example.jpg .

OK,谢了兄弟,不过之前可以换的,不知道为什么现在换不了了。

Reply View the author