Skip to content

Do not snapshot session when idle

Despite bug 325442 marked as fixed konsole is still accessing regularly to /etc/passwd and /proc when totally idle (observed with konsole 21.12.3). This is an attempt to really fix it.

There is no reason for a tab title to change if there is no QT event. So, instead of snapshoting session regularly, we do it only if there is some QT events. To catch all QT events an event handler is installed on the QCoreApplication instance.

Merge request reports