无法在 Ubuntu 18.04 上更改锁屏背景

无法在 Ubuntu 18.04 上更改锁屏背景

在您将问题标记为重复之前,我阅读了所有与此相关的帖子,但没有任何帮助。我想更改锁定屏幕的背景图片。

我相应地ubuntu.css改变了gdm3.css

#lockDialogGroup {
  background: #000000 url(file:///usr/share/wallpapers/minimalistic-gray_00323985.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

这导致背景发生变化登录屏幕,而不是锁定屏幕。当我按下包含时间的屏幕时,背景正确。当我向上滑动以输入密码时,紫色的 Ubuntu 屏幕仍然会出现。如果我单击以更改用户,则登录屏幕会显示正确的背景。我在桌面背景和锁定屏幕super + L上启用了相同的背景图片。gnome tweaks

我在 TuXedo 笔记本电脑上运行 Ubuntu 18.04 GNOME。我使用Communitheme- 也许这就是问题所在?

知道为什么它不起作用吗?(我重启了多次,所以这不是问题。)

编辑:的输出sudo nano /usr/share/gnome-shell/modes/ubuntu.json

{
    "parentMode": "user",
    "stylesheetName": "ubuntu.css",
    "enabledExtensions": ["[email protected]", "[email protected]"]
}

答案1

如果是 PPA 安装

sudo add-apt-repository ppa:communitheme/ppa
sudo apt update
sudo apt install ubuntu-communitheme-session

那么这是文件

/usr/share/gnome-shell/theme/communitheme/gnome-shell.css

当它快速安装时

sudo snap install communitheme

这是文件

/snap/communitheme/1593/share/gnome-shell/theme/Communitheme/gnome-shell.css

但是这个 snap 文件是只读的..阅读为什么这个 snap 文件不能像其他文件一样被保存。https://askubuntu.com/a/1035241/739431..

APT 安装的 Communitheme 解锁屏幕更改的简短 .gif 文件...
https://i.stack.imgur.com/ohz0H.jpg

答案2

只需使用此扩展即可更改锁定屏幕壁纸

关联:https://extensions.gnome.org/extension/1476/unlock-dialog-background/

安装它并将其更改为任何锁屏图像

使用 Pop OS 20.10

相关内容