bug#38163: GDK does not return the monitor's refresh rate

2020-05-26 Thread Alexandros Theodotou
This was fixed a long time ago. signature.asc Description: This is a digitally signed message part

bug#38163: GDK does not return the monitor's refresh rate

2019-11-16 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Alexandros Theodotou writes: > >> Hi Ludo, >> >>> We won’t make this change in ‘master’ because it entails too many >>> rebuilds, but it could go on the next branch for massive rebuilds. >> >> Makes sense. I will be using my local gtk+ version for a while then >> un

bug#38163: GDK does not return the monitor's refresh rate

2019-11-15 Thread Marius Bakke
Alexandros Theodotou writes: > Hi Ludo, > >> We won’t make this change in ‘master’ because it entails too many >> rebuilds, but it could go on the next branch for massive rebuilds. > > Makes sense. I will be using my local gtk+ version for a while then > until this change goes live. Note that t

bug#38163: GDK does not return the monitor's refresh rate

2019-11-14 Thread Ludovic Courtès
Hi Bengt, Bengt Richter skribis: > On +2019-11-11 21:31:23 +, Alexandros Theodotou wrote: [...] >> > Could you try adding that dependency on ‘libxrandr’ in ‘gtk+’? >> >> Just tried that and it worked! It's returning the correct refresh rate >> now: >> ** Message: 21:20:40.548: refresh rat

bug#38163: GDK does not return the monitor's refresh rate

2019-11-13 Thread Bengt Richter
Hi Guix, On +2019-11-11 21:31:23 +, Alexandros Theodotou wrote: > Hi Ludo, > > > Looking at GTK+, the ‘init_randr*’ functions in ‘gdkscreen-x11.c’ > > appear > > to be those responsible for setting the ‘refresh_rate’ field. > > > > However, AFAICS, our ‘gtk+’ package does not depend on ‘libx

bug#38163: GDK does not return the monitor's refresh rate

2019-11-11 Thread Alexandros Theodotou
Hi Ludo, > Looking at GTK+, the ‘init_randr*’ functions in ‘gdkscreen-x11.c’ > appear > to be those responsible for setting the ‘refresh_rate’ field. > > However, AFAICS, our ‘gtk+’ package does not depend on ‘libxrandr’, > and > thus that functionality is simply compiled out (the function return

bug#38163: GDK does not return the monitor's refresh rate

2019-11-11 Thread Ludovic Courtès
Hi Alexandros, Alexandros Theodotou skribis: > I have been developing and testing my GTK app (Zrythm) on many distros > and Guix is the only case that the monitor's refresh rate is returned > as 0. > > The API I am using is this: > https://developer.gnome.org/gdk3/stable/GdkMonitor.html#gdk-moni

bug#38163: GDK does not return the monitor's refresh rate

2019-11-10 Thread Alexandros Theodotou
I have been developing and testing my GTK app (Zrythm) on many distros and Guix is the only case that the monitor's refresh rate is returned as 0. The API I am using is this: https://developer.gnome.org/gdk3/stable/GdkMonitor.html#gdk-monitor-get-refresh-rate I was developing/testing on Parabola