Solve for the problem about the gray screen problem occurred by gnome.
Also, I found that my style of desktop has changed and can’t be changed by Tweaks.
The extensions are gray too.
To solve this, follow three steps:
move the directory /usr/share/gnome-shell/extensions
to another directory.
1 | sudo mv /usr/share/gnome-shell/extensions /XX |
you can just type XX because if the directory does not exist, it will create one for you and move all your extensions XX, (rename extensions to XX).
reboot your computer
open the extensions of gnome-tweaks
reboot your computer
move the files back
1 | sudo mv /XX /usr/share/gnome-shell/extensions |
Reboot your computer again and everything goes normal
I find this can solve problem for a short time, the day after I run these steps, the problems occurred again……
So I’m trying to find the solution.(All these steps were told by Boss Tan, he taught me to follow these step.)