Screenshot app is broken

Whenever I open gnome screenshot app, it freezes my system and and logs me out. I’m on latest beta with proposed changes enabled. I don’t know how to debug or record logs. If someone can guide me through the process, I’ll be happy to help in resolution of this issue.

1 Like

By “screenshot app”, do you mean GNOME Screenshots? Because since a couple releases screenshoting is built-in into Shell (you can see if you’re using it via clicking on it via quick settings)

Both. From the dropdown in the shell and the app when you search for screenshot

Also if you press the Print Screen key on your keyboard?

IDK about a dropdown in the shell to take a screenshot, that may be an extension? If you search for screenshot is this the app you open:

yes to all. I’ve disabled the prnt scrn button since I kept leaping to it unconsciously only to get logged out (must have happened like 10 times even during meetings :sweat_smile: ). but I think this is all the same app. The quick settings, the button and the manual search for app (their interfaces look the same but maybe diff under the hood).

Are you sure you’re running GNOME OS 50 Beta? There’s no screenshot option in quick settings there. Or which extensions did you install to maybe add that?

With no extensions installed taking a screenshot in the beta works fine for me.

edit: ignore this, I’ve been overlooking that button for years :sweat_smile:

It’s supposed to be there since GNOME 43, and should only be hidden on the login screen.

Doh! I didn’t know that’s what that button is for :slight_smile: I’ve been overlooking it.

I’d try:

  1. Note the time then take a screenshot and after you’re logged out, note the time you’re on the login screen and then log back in
  2. Open the Console app and run the command journalctl -eb -p err — this jumps you to the end of the current system log, showing you only errors (to first focus on)
  3. Between the time you took the screenshot and the time you were back on the login screen, are there any errors in the log?

last lines looks like the problem

Mar 17 02:54:00 satop kernel: KHO: Failed to reserve lowmem scratch buffer
Mar 17 02:54:00 satop kernel: usb 3-4: device descriptor read/64, error -71
Mar 17 02:54:01 satop kernel: proc_thermal_pci 0000:00:04.0: error: proc_thermal_add, will continue
Mar 17 02:54:02 satop kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Index (0x000000032) is beyond end of object (length 0x32) (20251212/exoparg2-393)
Mar 17 02:54:02 satop kernel: ACPI Error: Aborting method \_SB.WMID.WQBZ due to previous error (AE_AML_BUFFER_LIMIT) (20251212/psparse-529)
Mar 17 02:54:02 satop kernel: ACPI Error: Aborting method \_SB.WMID.WQBE due to previous error (AE_AML_BUFFER_LIMIT) (20251212/psparse-529)
Mar 17 02:54:18 satop gdm-password][3418]: gkr-pam: unable to locate daemon control file
Mar 17 02:54:20 satop systemd[3601]: Failed to start app-gnome-im\x2dlaunch-4187.scope - Application launched by gnome-session-service.
Mar 17 02:54:20 satop systemd[3601]: Failed to start app-gnome-ubuntu\x2dreport\x2don\x2dupgrade-4230.scope - Application launched by gnome-session-service.
Mar 17 02:54:20 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:54:20 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:54:20 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:54:20 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:56:48 satop kernel: nouveau 0000:01:00.0: gsp: intr 00040000
Mar 17 02:57:12 satop systemd[3601]: Failed to start xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
Mar 17 02:57:19 satop gdm-password][17715]: gkr-pam: unable to locate daemon control file
Mar 17 02:57:20 satop systemd[3601]: Failed to start app-gnome-im\x2dlaunch-18298.scope - Application launched by gnome-session-service.
Mar 17 02:57:20 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:57:20 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:57:21 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.
Mar 17 02:57:21 satop systemd[3601]: Failed to start gnome-software.service - GNOME Software.

seems like this was fixed in update. So marking this as solution and closing this.

1 Like