Yes, just found I did not have libibus-dev installed. So the configure
ruled it out.


On Thu, Jun 19, 2014 at 3:53 PM, Carsten Haitzler <ras...@rasterman.com>
wrote:

> On Thu, 19 Jun 2014 14:27:40 +0800 Magicloud Magiclouds
> <magicloud.magiclo...@gmail.com> said:
>
> > You are good. There is no. Let me see where could I get it.
> >
> > $ find /usr/local/lib/ecore_imf
> > /usr/local/lib/ecore_imf
> > /usr/local/lib/ecore_imf/modules
> > /usr/local/lib/ecore_imf/modules/xim
> > /usr/local/lib/ecore_imf/modules/xim/v-1.10
> > /usr/local/lib/ecore_imf/modules/xim/v-1.10/module.so
> > /usr/local/lib/ecore_imf/modules/xim/v-1.10/module.la
>
> it's build and compiled by default with efl. you have to explicitly
> --disable-ibus to turn it off. either someone turned it off, or they
> packaged
> efl and stripped out the ibus module from the package (maybe shipped it in
> another optional addon package)
>
> > On Thu, Jun 19, 2014 at 2:26 PM, Carsten Haitzler <ras...@rasterman.com>
> > wrote:
> >
> > > On Thu, 19 Jun 2014 14:10:55 +0800 Magicloud Magiclouds
> > > <magicloud.magiclo...@gmail.com> said:
> > >
> > > > Seems like it is not that simple. I installed a bodhi in VM, and it
> > > worked
> > > > with ibus. But in my desktop, ECORE_IMF_MODULE would not make it
> work.
> > >
> > > you did
> > >
> > > export ECORE_IMF_MODULE=ibus
> > > ./my_app
> > >
> > > ? is there an ibus ecore imf module (PREFIX/lib/ecore_imf/modules ...
> ibus
> > > dir?)
> > >
> > > >
> > > > On Wed, Jun 18, 2014 at 2:43 PM, Carsten Haitzler <
> ras...@rasterman.com>
> > > > wrote:
> > > >
> > > > > On Wed, 18 Jun 2014 13:10:58 +0800 Magicloud Magiclouds
> > > > > <magicloud.magiclo...@gmail.com> said:
> > > > >
> > > > > hmm. python. you're using elementary - so elm entry should handle
> it
> > > all
> > > > > for
> > > > > you.
> > > > >
> > > > > http://www.enlightenment.org/ss/e-53a1338a1ab0b4.98481798.png
> > > > > http://www.enlightenment.org/ss/e-53a133d32aa263.33249403.png
> > > > >
> > > > > for me... it "just works" out of the box (i press shift_space - the
> > > scim
> > > > > input
> > > > > method thing appears on the bottom-right of my screen to tell me
> mode.
> > > i
> > > > > can
> > > > > switch mode (english/japanese/korean) with the 한/영 key on my
> keyboard.
> > > > >
> > > > > try scim. i have never tried ibus nor do i know if it works, but
> scim
> > > > > does...
> > > > > note that for input methods you need to set up environment vars.
> like:
> > > > >
> > > > > GTK_IM_MODULE=scim
> > > > > QT_IM_MODULE=scim
> > > > > XMODIFIERS=@im=SCIM
> > > > > ECORE_IMF_MODULE=scim
> > > > >
> > > > > note you need one set for efl like above (ECORE_IMF_MODULE). if
> you use
> > > > > e17/18/19, it sets all these env vars so gtk, qt, efl and even
> xt/xaw
> > > work
> > > > > with
> > > > > input methods. it may be your desktop env, if it's not e, doesn't
> do
> > > this.
> > > > > in
> > > > > which case you either switch desktop env to e, remember to always
> > > manually
> > > > > set
> > > > > the env var yourself, or file a bug with your desktop env
> maintainers
> > > to
> > > > > fix
> > > > > this and set the env var.
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > >   I attached my code.
> > > > > >
> > > > > >
> > > > > > On Wed, Jun 18, 2014 at 12:54 PM, Carsten Haitzler <
> > > ras...@rasterman.com
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > On Wed, 18 Jun 2014 11:45:22 +0800 Magicloud Magiclouds
> > > > > > > <magicloud.magiclo...@gmail.com> said:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > >   I am using a configured Ubuntu desktop that input method
> (ibus)
> > > > > works
> > > > > > > > well.
> > > > > > > >
> > > > > > > >   Now I installed EFL (latest) and python binding. And made
> an
> > > > > example
> > > > > > > > entry program with them. The example worked. But in it, I
> could
> > > not
> > > > > call
> > > > > > > up
> > > > > > > > ibus by hot key (ctrl space).
> > > > > > > >
> > > > > > > >   What should I do?
> > > > > > >
> > > > > > > ummm... what example?
> > > > > > >
> > > > > > > 1. do you use elementary? use the elm_entry or are you trying
> to
> > > > > hand-code
> > > > > > > your
> > > > > > > own?
> > > > > > > 2. if you are hand-coding your own - have you looked at
> > > terminology as
> > > > > an
> > > > > > > example of how to do it and interface to input methods? *_imf_*
> > > calls
> > > > > in
> > > > > > > that
> > > > > > > tree
> > > > > > > 3. i have never tried ibus myself, but scim i know works. i
> use it
> > > all
> > > > > the
> > > > > > > time. it works with terminology and elementary. i do
> reconfigure
> > > scim
> > > > > to
> > > > > > > use
> > > > > > > shift+space as i prefer that and also ctrl+space conflicts with
> > > > > emacs/jed
> > > > > > > multi
> > > > > > > line select mode.
> > > > > > >
> > > > > > > --
> > > > > > > ------------- Codito, ergo sum - "I code, therefore I am"
> > > > > --------------
> > > > > > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > 竹密岂妨流水过
> > > > > > 山高哪阻野云飞
> > > > > >
> > > > > > And for G+, please use magiclouds#gmail.com.
> > > > >
> > > > >
> > > > > --
> > > > > ------------- Codito, ergo sum - "I code, therefore I am"
> > > --------------
> > > > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > 竹密岂妨流水过
> > > > 山高哪阻野云飞
> > > >
> > > > And for G+, please use magiclouds#gmail.com.
> > > >
> > >
> ------------------------------------------------------------------------------
> > > > HPCC Systems Open Source Big Data Platform from LexisNexis Risk
> Solutions
> > > > Find What Matters Most in Your Big Data with HPCC Systems
> > > > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> > > > Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> > > > http://p.sf.net/sfu/hpccsystems
> > > > _______________________________________________
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> > >
> > > --
> > > ------------- Codito, ergo sum - "I code, therefore I am"
> --------------
> > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > >
> > >
> >
> >
> > --
> > 竹密岂妨流水过
> > 山高哪阻野云飞
> >
> > And for G+, please use magiclouds#gmail.com.
> >
> ------------------------------------------------------------------------------
> > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> > Find What Matters Most in Your Big Data with HPCC Systems
> > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> > Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> > http://p.sf.net/sfu/hpccsystems
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>


-- 
竹密岂妨流水过
山高哪阻野云飞

And for G+, please use magiclouds#gmail.com.
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to