Error at Login Screen after changing the background of Login Screen (Ubuntu 19.04)

wH1t3 l0tUs

My problem happened after I tried to change the background of Login screen. I have changed the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css and this /usr/share/gnome-shell/theme/gdm3.css. I changed from this one

#lockDialogGroup {
  background-color: #2C001E; }

to this

#lockDialogGroup {
   background-image: url(file:///home/rico/Pictures/login/wolf.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center; }

However when I reboot, the screen looks like this

image

I have changed everything to the default however the error still there. Is there any way to revert the changes or in the worst case, how can i reinstall it?

UnKNOWn

based on the previous comments/ chat we had..

It is observed that, your /usr/share/gnome-shell/theme/Yaru/gnome-shell.css file contents were changed..

to revert back the changes you need /usr/share/gnome-shell/theme/Yaru/gnome-shell.css file from a freshly installed Ubuntu 19.04 or Unchanged gnome-shell.css file from running Ubuntu 19.04 file..

Here is the file, https://we.tl/t-BjnNI9u9Si I have just Installed a fresh copy of Ubuntu 19.04.

once you download this file.. open it.. copy all the content..

run the below command to open the file

sudo -H gedit /usr/share/gnome-shell/theme/Yaru/gnome-shell.css

Delete all the content in the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css and paste the content which you have copied from downloaded file from the above link.

Save the file & Close..

download these two files https://we.tl/t-7Tq96QZy6n and replace /usr/share/gnome-shell/modes/ubuntu.json and /usr/share/gnome-shell/modes/yaru.json with these downloaded files.

to check which file is used for alternatives of gdm3.css file..

run sudo update-alternatives --config gdm3.css and choose the number belongs to the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css

Example:

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

Now.. your login screen and unlock-screen both will have the default look as it is installed as a fresh Install of Ubuntu 19.04

to change the login-screen background refer to this link..Cannot change login screen background in 18.10

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Changing the background of the login screen changes the design of the login screen

From Dev

Ubuntu blank screen after login

From Dev

Ubuntu blank screen after login

From Dev

Changing DPI of login screen (Ubuntu 16.04)

From Dev

Changing login screen wallpaper

From Dev

Changing login screen wallpaper

From Dev

How to change Ubuntu Budgie login screen background?

From Dev

Different login background screen?

From Dev

Login Screen background changes itself before login in (ubuntu 16.04)

From Dev

ubuntu 18.04 Black screen after login

From Dev

Ubuntu Screen rotation of 90° after successful login

From Dev

Debian login screen after updating Ubuntu 18.04

From Dev

No login screen after Ubuntu 18.04 update

From Dev

Ubuntu Login Screen does not work After Suspend

From Dev

no graphical login screen after boot into Ubuntu

From Dev

Disable login after blank screen Ubuntu 20.04

From Dev

Ubuntu 19.04 login screen

From Dev

Installation of Ubuntu: Gets straight to login screen and turns black after login

From Dev

How do you remove a stubborn Lubuntu-desktop environment after changing ubuntu's default login screen?

From Dev

Login Screen/Background Change? (kubuntu)

From Dev

Left align background login screen

From Dev

Do not changed background on login screen

From Dev

Login Screen/Background Change? (kubuntu)

From Dev

How to change Ubuntu login screen background without dconf-editor?

From Dev

Screen timeout for Ubuntu Server login screen

From Dev

Windows returns to login screen after login

From Dev

SharedPreferences to avoid login screen after the first login

From Dev

Restore Ubuntu 16.04 Login Screen

From Dev

Restore Ubuntu 16.04 Login Screen

Related Related

HotTag

Archive