我一直试图将我的登录屏幕壁纸更改为我自己的壁纸ubuntu-调整。壁纸位于 Ubuntu 的默认壁纸文件夹中,我已授予所有用户对它们的读取权限。
现在登录屏幕上甚至连壁纸都没有了。
答案1
尝试了 Senio 的答案,我没有成功。但经过一点修改,我成功了:
sudo -i
xhost +SI:localuser:lightdm
su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-user-backgrounds 'true'
gsettings set com.canonical.unity-greeter background 'path-to-image'
exit
path-to-image 实际上是您想要作为登录屏幕壁纸的图像的存储路径,例如:/usr/share/backgrounds/x.jpg
我测试过了,它有效
我发现这个页面提供了一些有关此问题的提示: Ubuntu13.04 LighDM
答案2
廉价而肮脏的解决方案:到达航站楼,然后:
须藤鹦鹉螺
然后使用 Nautilus 复制您喜欢的背景到
/usr/share/背景/
然后重命名正在使用的图像backup-imagenameold.png
,然后将您喜欢的图像重命名为原始背景的文件名。
我知道它不干净也不精简,但它能尽快完成工作;)
干杯,罗素
答案3
嗯...我尝试安装 dconf-editor 来更改背景。打开终端并输入此脚本...
sudo apt-get install dconf-editor
运行 dconf-editor:
sudo dconf-editor
并显示窗口...打开 com > canonical > unity-greeter 然后更改:
draw-user-backgrounds: 'true'
background: 'path-to-image'
答案4
我相信您正在寻找的是:
sudo apt-get install lightdm-gtk-greeter
sudo vim /etc/lightdm/lightdm-gtk-greeter.conf
更改此行:
background=/usr/share/backgrounds/warty-final-ubuntu.png
随心所欲。希望这能有所帮助