this post was submitted on 24 Sep 2025
22 points (100.0% liked)

Linux

58660 readers
307 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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

top 6 comments
sorted by: hot top controversial new old
[–] IanTwenty@lemmy.world 6 points 1 week ago (3 children)

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 2 points 1 week ago

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 1 points 1 week ago (1 children)

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

[–] IanTwenty@lemmy.world 1 points 1 week ago (1 children)
[–] oeuf@slrpnk.net 2 points 1 week ago

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

is there a KDE equivalent (preferably per app)