ログイン画面の背景を変更しようとした後に問題が発生しました。ファイル/usr/share/gnome-shell/theme/Yaru/gnome-shell.css
とこれ を変更しました/usr/share/gnome-shell/theme/gdm3.css
。これを変更しました
#lockDialogGroup {
background-color: #2C001E; }
これに
#lockDialogGroup {
background-image: url(file:///home/rico/Pictures/login/wolf.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
しかし、再起動すると画面は次のようになります
すべてをデフォルトに変更しましたが、エラーはまだあります。変更を元に戻す方法はありますか? 最悪の場合、再インストールするにはどうすればいいですか?
答え1
以前のコメント/チャットに基づいて...
/usr/share/gnome-shell/theme/Yaru/gnome-shell.css ファイルの内容が変更されたことが確認されました。
変更を元に戻すには、新しくインストールした Ubuntu 19.04 の /usr/share/gnome-shell/theme/Yaru/gnome-shell.css ファイル、または実行中の Ubuntu 19.04 ファイルの変更されていない gnome-shell.css ファイルが必要です。
ここにファイルがあります。https://we.tl/t-BjnNI9u9SiUbuntu 19.04 の新規コピーをインストールしました。
このファイルをダウンロードしたら、それを開いて、すべてのコンテンツをコピーします。
以下のコマンドを実行してファイルを開きます
sudo -H gedit /usr/share/gnome-shell/theme/Yaru/gnome-shell.css
ファイル内のすべてのコンテンツを削除し/usr/share/gnome-shell/theme/Yaru/gnome-shell.css
、上記のリンクからダウンロードしたファイルからコピーしたコンテンツを貼り付けます。
ファイルを保存して閉じます。
これら2つのファイルをダウンロードしてくださいhttps://we.tl/t-7Tq96QZy6nそして、ダウンロードしたファイルで/usr/share/gnome-shell/modes/ubuntu.json
とを置き換えます。/usr/share/gnome-shell/modes/yaru.json
gdm3.css ファイルの代替としてどのファイルが使用されているかを確認します。
実行してsudo update-alternatives --config gdm3.css
ファイルに属する番号を選択します/usr/share/gnome-shell/theme/Yaru/gnome-shell.css
例:
pratap@i7-4770:~$ sudo update-alternatives --config gdm3.css
[sudo] password for pratap:
There are 2 choices for the alternative gdm3.css (providing /usr/share/gnome-shell/theme/gdm3.css).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/share/gnome-shell/theme/Yaru/gnome-shell.css 15 auto mode
1 /usr/share/gnome-shell/theme/Yaru/gnome-shell.css 15 manual mode
2 /usr/share/gnome-shell/theme/gnome-shell.css 10 manual mode
Press <enter> to keep the current choice[*], or type selection number: 0
これで、ログイン画面とロック解除画面の両方が、Ubuntu 19.04の新規インストールとしてインストールされたときのデフォルトの外観になります。
ログイン画面の背景を変更するには、このリンクを参照してください。18.10 ではログイン画面の背景を変更できません