Change behaviour of 'application not responding' notification? (SOLVED)
from oeuf@slrpnk.net to linux@lemmy.ml on 24 Sep 12:47
https://slrpnk.net/post/27941057

Does anyone know if/how I can delay, hide or otherwise adjust the notification which tells me that an application is not responding?

I’m batch processing a large number of images which takes a long time and my system is mistaking this for the program not responding. I also get this sometimes when performing a very heavy operation in GIMP, like selecting the foreground in a huge image.

Debian 13, GNOME 48

#linux

threaded - newest

IanTwenty@lemmy.world on 24 Sep 13:52 collapse

Try this:

gsettings set org.gnome.mutter check-alive-timeout 10000

Value is in ms so 10000=10s. You can also set it to 0 to disable.

oeuf@slrpnk.net on 24 Sep 21:53 next collapse

Yes :)

Looking into that command and checking the current value uses ‘get’ instead of ‘set’. (If that’s helpful to others reading this).

You are a peach, thank you 👍

oeuf@slrpnk.net on 24 Sep 21:58 next collapse

P.S Do you know of a way to browse other gsettings keys?

IanTwenty@lemmy.world on 24 Sep 22:11 collapse

If you mean with a gui then this is one tool:

apps.gnome.org/en-GB/DconfEditor/

oeuf@slrpnk.net on 24 Sep 22:14 collapse

I don’t mind either way. This works - thanks :)

jumping_redditor@sh.itjust.works on 25 Sep 02:23 collapse

is there a KDE equivalent (preferably per app)