Mailing list archives : pcb-rnd

ID:5348
From:rn...@igor2.repo.hu
Date:Fri, 19 Nov 2021 04:57:28 +0100 (CET)
Subject:Re: [pcb-rnd] gtk4 test req (4 new demos)
in-reply-to:5346 from Stef <st...@gmail.com>
replies: 5350 from Stef <st...@gmail.com>
Hello Stefan,
 
On Thu, 18 Nov 2021, Stef wrote:
 
>
> Hi, Igor2,
>
> Tested (OK means no issues)
>
> evctrl:
>
>  On Motion events i get an assertion:
>
>  (evctrl:3564): Gdk-CRITICAL **: 20:24:23.439: gdk_event_get_event_type:
> assertion 'GDK_IS_EVENT (event)' failed
>  motion: 182.604889 327.136200 <0x56389c41c300>
 
Wow, that's very much unexpected! Could you please do this:
 
export G_DEBUG=fatal_warnings
 
then run the test in a debugger and see where it stops?
 
>  When leaving the window i get a 'Window resize' message, don't know if it is
> expected
>
>  leave: 0.000000 328.000000
>  window resize: 336 328 0x56389c73e310
 
I seem to get that too. I guess it depends on the window manager. I think 
it won't cause any problem, tho. All we use the window resize event for is 
remembering last window size, when enabled.
 
>  Anyway it seems all events are captured and logged.
>
> command:
>
>  when i select an item from the drop down list messages appear on stdout:
>
>  schippes@mazinga:~/sda7/gtk4-tests$ ./command
>  New active: 1
>  New active: 3
>  New active: 0
>    However pressing enter in the editable entry does nothing, no messages on
> stdout.
 
Than you, it seems I had the wrong description in README. It should print 
the index of selection and when you press tab or function keys in the 
editor it should print a key press event. -1 means you didn't select one 
of the predefined entries from the combo box.
 
> dialog: OK
>
>
> destroy: OK
>
>
> System: Devuan 'testing', Xorg + Fvwm, gtk-4.4.0 compiled from sources (and
> installed in ~/sda7/gtk4).
> Default Makefile did the compile without issues, by providing the:
> PKG_CONFIG_PATH=/home/schippes/sda7/gtk4/lib/x86_64-linux-gnu/pkgconfig
> I hope the procedure is correct.
>
 
Thank you!
 
Best regards,
 
Igor2
 

Reply subtree:
5348 Re: [pcb-rnd] gtk4 test req (4 new demos) from rn...@igor2.repo.hu
  5350 Re: [pcb-rnd] gtk4 test req (4 new demos) from Stef <st...@gmail.com>
    5352 Re: [pcb-rnd] gtk4 test req (4 new demos) from rn...@igor2.repo.hu