GNOME Bugzilla – Bug 690337
Export whether client is connected over D-Bus
Last modified: 2013-01-26 14:34:03 UTC
It would be useful to know whether a client is connected to the shared screen, and even guess whether the link to the client is slow (depending on the codec/compression used for example), so that we can disable animations in the desktop in those cases. Exporting this as D-Bus property would make it the easiest way to monitor.
Created attachment 234454 [details] [review] Export whether the server is connected to through D-Bus Using the "Connected" property. This allows gnome-settings-daemon to know whether to disable-animations in the desktop to make things faster.
I tested this locally, and it seems to have the intended effect.
Comment on attachment 234454 [details] [review] Export whether the server is connected to through D-Bus Looks fine, please push.
Attachment 234454 [details] pushed as 97bcaa7 - Export whether the server is connected to through D-Bus