I’m writing a Python Application in GTK4 + Adwaita with Flatpak and Gnome runtime version 47.
The relevant code is here
The code is supposed to change ~3 images at ~10FPS to create an animation.
The problem is that the image does not update. When I open the inspector, I can clearly see the attribute changing, also, when I open it the image actually change for some seconds.
If I switch to GtkImage, everything works, however the image is not upscaled to adapt to its container.
How can I fix this? I remember it working on Gnome Platform 46