Comment 2 for bug 1975884

Revision history for this message
Daniel van Vugt (vanvugt) wrote (last edit ): Re: Temporary screen freeze on gnome screen lock (wayland, ubuntu 22.04 jammy)

Thanks for the bug report. I can see from the attached files that you have a lot of unsupported extensions enabled and at least some of them are buggy according to the log messages.

The first thing to try is always to REMOVE ALL unsupported extensions and then log in again. Please run:

  cd ~/.local/share/gnome-shell
  rm -rf extensions
  gsettings set org.gnome.shell enabled-extensions "[]"
  gsettings set org.gnome.shell disabled-extensions "[]"

and then log in again.

If the freeze persists after that then next time it happens please:

  1. Wait 10 seconds.

  2. Reboot.

  3. Run: journalctl -b-1 > prevboot.txt

  4. Attach the resulting text file here.