π ~1 min read
Table of contents
Symptom & Impact
Desktop session restarts or freezes due to repeated gnome-shell crashes.
Environment & Reproduction
Usually triggered by incompatible GNOME extensions.
gnome-extensions list
loginctl session-status
sudo journalctl /usr/bin/gnome-shell -n 80
Root Cause Analysis
Extension API mismatch or corrupted extension cache destabilizes shell.
Quick Triage
Disable all extensions and test session stability.
gnome-extensions disable --all
killall -3 gnome-shell
sudo journalctl /usr/bin/gnome-shell -n 120
Step-by-Step Diagnosis
Enable extensions one by one and identify the crashing component.
gnome-extensions list
gnome-extensions info
sudo journalctl -b -0 | grep -i gnome-shell

Solution – Primary Fix
Remove incompatible extensions and clear local extension cache.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
rm -rf ~/.local/share/gnome-shell/extensions/
gnome-extensions disable
reboot

Solution – Alternative Approaches
Switch to default Ubuntu session profile for stability.
gsettings reset-recursively org.gnome.shell
reboot
Verification & Acceptance Criteria
GNOME session remains stable with no repeated shell crash logs.
loginctl session-status
sudo journalctl /usr/bin/gnome-shell -n 50
Rollback Plan
Reinstall previously removed extension versions if required.
gnome-extensions install
Prevention & Hardening
Only deploy extensions verified for current GNOME version.
gnome-shell --version
gnome-extensions list
Related Errors & Cross-Refs
Related to graphics driver instability and Wayland/Xorg session differences.
Related tutorial: View the step-by-step tutorial for Ubuntu 24.04 LTS.
View all Ubuntu 24.04 LTS tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu GNOME desktop troubleshooting documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.