Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Thu, Aug 4, 2022 at 10:47 PM Michael Nazzareno Trimarchi wrote: > > Hi Kjell > > On Thu, Aug 4, 2022 at 5:40 PM Michael Nazzareno Trimarchi > wrote: > > > > Hi > > > > On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt > > wrote: > > > > > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell On Thu, Aug 4, 2022 at 5:40 PM Michael Nazzareno Trimarchi wrote: > > Hi > > On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt wrote: > > > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: > > > > Are you building with gnome-builder? > > > > Michael > > > > No, I'm building

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt wrote: > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: > > Are you building with gnome-builder? > > Michael > > No, I'm building as described in README.md. But I had defined the environment > variable GSETTINGS_SCHEMA_DIR. It's

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Kjell Ahlstedt via gtkmm-list
Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: Are you building with gnome-builder? Michael No, I'm building as described in README.md. But I had defined the environment variable GSETTINGS_SCHEMA_DIR. It's needed be other programs that I run now and then. In this case, it was a

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi mkdir build cd build cmake ../ make -j10 cd build/src/ ./alexa The schema should be in generated data. This problem I have only if I run from gnome-builder. I need to check if I have some installation by mistake before and still able to find it in the general schema Michael On Thu, Aug 4,

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell On Thu, Aug 4, 2022 at 3:57 PM Kjell Ahlstedt wrote: > > Den 2022-08-03 kl. 12:07, skrev Michael Nazzareno Trimarchi via gtkmm-list: > > Hi > > > > On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi > > wrote: > > > > Hi > > > > I have created a simple example using gtkmm and

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Kjell Ahlstedt via gtkmm-list
Den 2022-08-03 kl. 12:07, skrev Michael Nazzareno Trimarchi via gtkmm-list: Hi On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi wrote: Hi I have created a simple example using gtkmm and webkit here: https://github.com/panicking/gtkmm_alexa I downloaded your example and managed