These are a list of things I have been experiencing and their possible solutions
-
Issue:
- gnome-control-center segmentation fault (core dumped)
- https://gitlab.gnome.org/GNOME/gnome-control-center/issues/411
-
Solution:
- Reset gsetting last panel.
-
gsettings reset org.gnome.ControlCenter last-panel
-
Issue:
-
gnome-tweaks
-
Traceback (most recent call last): File "/usr/bin/gnome-tweaks", line 13, in <module> import gi ModuleNotFoundError: No module named 'gi'
-
-
Solution:
- Change python3 location on tweaks tool configuration file.
-
sudo nano /usr/bin/gnome-tweaks
- Replace on file
-
#!/usr/bin/env python3 to #!/usr/bin/python3
Thank for this, I have just got the issue with "Gnome 3 Tweaks screen does not open". The error is shown when running
gnome-tweaks
from the terminal. This fix it.