Vincent Magnin
Vincent Magnin
It is a GL problem. I have just installed MSYS2 and gtk-fortran on another Windows 10 machine, and those examples are working fine.
Could be related to that note release for GTK 4.11.1 (03-04-2023): > * Windows: > - Fix problems with WGL https://gitlab.gnome.org/GNOME/gtk/-/blob/main/NEWS
It is a GL problem. I have just installed MSYS2 and gtk-fortran on another Windows 10 machine, and those examples are working fine.
With GTK 4.12.1 (Fedora 40 Rawhide), the warning occurs only once at start, but not anymore when double-clicking in a field.
I have also noticed that problem on all my machines since I upgraded them from Kubuntu 22.10 to Kubuntu 23.04 (coming with conky 1.18.0). All the graphs (cpugraph, diskiograph, downspeedgraph)...
> I have also noticed that problem on all my machines since I upgraded them from Kubuntu 22.10 to Kubuntu 23.04 (coming with conky 1.18.0). Colors came back when I...
@ketozhang I am not familiar with Sphinx. All I can say about the PR #77 is that the screenshots look good. As a user of Diataxis, I immediately identify it...
Welcome @FR54T have you typed the following commands? ```bash $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig $ export LIBRARY_PATH=/usr/local/lib/ ``` See https://github.com/vmagnin/gtk-fortran/wiki/Installation#macos
A few question to try to understand the problem: - Have you installed gtk-fortran with the command `sudo make install` ? - What is the result of the command `pkg-config...
In Linux the end of the `pkgconfig` command is: ``` ... -Xlinker -R/usr/local/lib -lgtk-4-fortran -lgtk-4 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgraphene-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ``` But in your output...