On Fri, Dec 6, 2019 at 3:53 PM Marcel Hollerbach <[email protected]> wrote: > > Hi :) > > Some feedback on this experiment: > - ibus calls ecore_main_loop_glib_integrate which is now just erroring > out, if ibus really needs glib integration (i think so) then we should > either also disable ibus per default. > - Some people do have crashes in ibus after the disabling. > > As a sidenote: we do not see this on CI, as ibus is not enabled there. > > What should we do ?
turn off ibus if glib integration is turned off ? Vincent > On 11/27/19 5:55 PM, Carsten Haitzler wrote: > > raster pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=59bcc3c658f1a9f11593d475d1601ed209763a08 > > > > commit 59bcc3c658f1a9f11593d475d1601ed209763a08 > > Author: Carsten Haitzler (Rasterman) <[email protected]> > > Date: Sun Nov 24 11:32:34 2019 +0000 > > > > build - experiment - turn off glib integration by default > > > > i wany to see if this breaks anything for regular efl use on regular > > platforms... one way to figure it out is disable it by default and > > see...xs > > --- > > meson_options.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meson_options.txt b/meson_options.txt > > index 41f5059f8d..784bdf9a27 100644 > > --- a/meson_options.txt > > +++ b/meson_options.txt > > @@ -109,7 +109,7 @@ option('crypto', > > > > option('glib', > > type : 'boolean', > > - value : true, > > + value : false, > > description : 'Main loop integration for glib in efl' > > ) > > > > > > > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
