我安装了 Ubuntu Studio 15.10,然后:
sudo apt-get install ubuntu-desktop
Run Code Online (Sandbox Code Playgroud)
现在在登录屏幕上,我有默认的褐色 Ubuntu 默认背景。
我以 root 身份试过这个:
sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter background /usr/share/backgrounds/Tranquil_by_Pat_David.jpg
Run Code Online (Sandbox Code Playgroud)
但这并没有改变任何事情。
同样unity-control-center以用户 lightdm 身份启动并更改背景也没有效果。
我还检查了/usr/share/backgrounds/Tranquil_by_Pat_David.jpg全局可读的权限。