When I run the gtk3 python code using pygobject in Ubuntu 18.04, the code runs without any warnings. But when I build it on Ubuntu 16.04 for snap, I am getting these warnings:
Gdk-WARNING **: gdk-frame-clock: layout continuously requested, giving up after 4 tries
There is no part of the code that tries to refresh the screen even twice within a second(unless there is some check_resize
events). I am unable to understand what is causing this error. I don't have a Ubuntu 16.04 with me. so I can't debug either.
Steps to reproduce
Install the edge release from the snap.
sudo snap install --edge halo-weather
and run it.
halo-weather
It's an opensource project of a simple weather application named Halo. Here is the entry point python script.
Can somebody give me some directions?