My problem is that taking a screenshot of a notification breaks the PrintScreen button.
Steps to reproduce:
- Trigger one of those pop up notifications that appear at the top of the screen, e.g. by disconnecting from a Thunderbird server, browser notifications, etc.
- Hover the mouse on top of the notification and press Alt+PrintScreen, which normally captures a window.
- Nothing happens, and the PrintScreen button should now be unresponsive.
I am able to consistently reproduce this on my machine (Ubuntu 18.04.5 LTS). The only way of fixing the button I could find is rebooting.
Is this a known bug? Is there a way to "reset" the PrintScreen button if it becomes unresponsive?
sudo tail -f /var/log/syslog
, keep the terminal open, then take your screenshot using the alt+prtsc and see what populates in the terminal. If you don't understand the output edit your question and post it. tail -f will show the results of the keypress in as soon as you do it. – Sep 01 '21 at 17:13