Re: [E-devel] How to set up input method module

2011-09-15 Thread Jihoon Kim
d >run. >If gdb doesn't stop at 'xim_imf_module_create' func, it's problem that xim >module is not loaded. > >Thanks. > >-Original Message----- >From: Devin [mailto:[email protected]] >Sent: Wednesday, September 14, 2011 5:04 PM >To: Enlightenment

Re: [E-devel] How to set up input method module

2011-09-15 Thread Devin
>-Original Message- >From: Devin [mailto:[email protected]] >Sent: Wednesday, September 14, 2011 5:04 PM >To: Enlightenment developer list >Subject: Re: [E-devel] How to set up input method module > >Btw, xim input module should already been installed in my system: >$ ll /o

Re: [E-devel] How to set up input method module

2011-09-15 Thread Jihoon Kim
Thanks. -Original Message- From: Devin [mailto:[email protected]] Sent: Wednesday, September 14, 2011 5:04 PM To: Enlightenment developer list Subject: Re: [E-devel] How to set up input method module Btw, xim input module should already been installed in my system: $ ll /opt/e/lib/ecore/i

Re: [E-devel] How to set up input method module

2011-09-14 Thread Devin
Btw, xim input module should already been installed in my system: $ ll /opt/e/lib/ecore/immodules total 68 -rwxr-xr-x 1 root root 1265 2011-09-14 16:07 xim.la -rwxr-xr-x 1 root root 65208 2011-09-14 16:07 xim.so At 2011-09-14 15:34:09,dqnosms wrote: >Hi All, > >I'm new to efl and trying to unde