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.
Asked
Active
Viewed 75 times
1
N0rbert
- 103,263
1 Answers
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
- 103,263