Disabling the "<Application> is not responding." System Message on Ubuntu
When running computationally heavy applications like Isaac Gym or Blender, it's common that the computation loop takes longer such that the application cannot meet Ubuntu's refresh time limit.
If this response deadline is missed, Ubuntu will show a pop-up window to notify the user, which is annoying.

Solution
To address this issue, use the following command to either set the timeout to be longer, or disable the aliveness detection by setting the value to 0. The timeout value is in milliseconds.
Errata
In VSCode, it's possible to encounter the following error:
This is due to an artifact of VSCode from snap install, metioned in this thread. The solution is to uninstall vscode from snap store and install it from the Microsoft website .deb release package.
Last updated
Was this helpful?