如何将 GDM 默认背景壁纸更改为我的自定义壁纸或纯色?
我尝试将 Ubuntu 11.04 GDM 默认背景壁纸更改为纯色(例如黑色)。但是没有成功;以下是我迄今为止尝试过的方法: 从终端: xsetroot -bg black -solid black 来自 /etc/gdm/custom.conf: [greeter] BackgroundImage=/var/tmp/x1.png BackgroundColor=#000000 BackgroundType=2 我怎样才能让它工作? ...