Re-enable Animations With RDP Connection

Hi all,

So I’ve noticed that by default animations are disabled when a remote desktop session is active.

Is there a way to re-enable them?

I understand that this is done by design to minimise redraws over the network, but for my use case this shouldn’t be an issue.

My system is running Ubuntu 25.04 with Gnome 48.

Thanks in advance!

This is hardcoded as shown below. From grd-session.c#L1607-1609.

  g_variant_builder_add (&properties_builder, "{sv}",
                         "disable-animations",
                         g_variant_new_boolean (TRUE));

To enable animations above code needs to modified and recompiled.

Refer https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/issues/124.

Thank you so much.

Hopefully this will be changed sometime in the future to either be user configurable, or dynamically set by network conditions etc as mentioned in the GitLab discussion.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.