You are not logged in.
Whenever a modal dialog is displayed, it is impossible to interact with the buttons. It also appears that the application stops responding at this point (window updates stop happening)
A simple way to reproduce is to open konsole and start an ssh or tmux session, then attempt to close the window. The "Confirm Close" modal dialog appears and cannot be interacted with or closed.
The "application not responding" dialog also has the same issue.
If I run an application in a console, it ouputs "WARNING: Disabling PulseAudio integration for lack of GLib event loop.", which hints that PulseAudio might be the cause?
Offline
Have you set the QT_NO_GLIB environment variable?
Offline
I don't believe so.
echo $QT_NO_GLIB returns nothing
Offline