1

I edited a file in /usr/gnome-shell/share/theme/ubuntu.css. I did the editing in the block #lockDialogGroup I used the wrong syntax and my computer will not boot. What commands would I use safe mode root@Douce (my computer name) to re-edit the file so my computer will boot. I don't want to do a fresh install.

N0rbert
  • 99,918

1 Answers1

0

The most straightforward solution will be to reinstall its gnome-shell-common package from simple terminal session (Ctrl+Alt+F3):

sudo apt-get install --reinstall gnome-shell-common

to revert file to the default contents.

N0rbert
  • 99,918