Skip to content

shell/camera-monitor: Tweak indicator disable timeout

Robert Mader requested to merge rmader/gnome-shell:issue2500-followup into main

We currently consider idle nodes as in use to avoid too fast state changes and thus flickering of the indicator icon. However, the current idle timeout is rather long and arguably confusing for users.

Thus switch to only consider running nodes as in use, but delay disabling of the indicator by 500ms.


Alternatively we could maybe change the default timeout in PW/WP

@gkiagia

Merge request reports