我更改了背景屏幕,当我尝试登录时,它显示一条错误消息。
我遵循了以下步骤。vitux.com/如何更改 ubuntu 中的登录锁屏背景
使用文本编辑器编辑。
lockDialogGroup {
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
我更改了背景屏幕,当我尝试登录时,它显示一条错误消息。
我遵循了以下步骤。vitux.com/如何更改 ubuntu 中的登录锁屏背景
使用文本编辑器编辑。
lockDialogGroup {
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}