4

This happens after trying to take a cropped screenshot (Shift + Print) when a drop-down element (<select>) is open in Chrome. Can be reproduced in this site - click on the "Choose a car" select, then hit Shift + Print.

Mouse still works and moving it affects windows' focus.

I tried various solutions / checks from existing answers:

  • Reloading the psmouse module
  • xev shows no input events for clicks
  • evtest shows events for clicks
  • Switching to another TTY, then back (as suggested here)

The issue remains. Restarting gdm3 helped, but at the cost of restarting my session, so it's equivalent to a restart... (which helps as well, obviously)

Specs:

  • Dell XPS 7590 15"
  • GNOME Shell 3.36.3-1ubuntu1~20.04.2
  • Google Chrome 83.0.4103.116
  • xserver-xorg-core 2:1.20.8-2ubuntu2.1
Jong
  • 141

1 Answers1

1

gnome-shell reset works!

Alt + F2 -> r -> Enter

You may try to hotkey: dbus-send --type=method_call --print-reply --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'global.reexec_self()'