Re: [e-users] Terminology and SCIM

2014-06-12 Thread Alex-P. Natsios
It's not Fedora, it's NVIDIA upstream. their installer is fucked up and messes with the system in stupid ways sometimes, in this particular time that spans quite a few driver releases for some arcane reason they remove libEGL before/after the installer completes. It is a known issue that is

Re: [e-users] Terminology and SCIM

2014-06-12 Thread Yomi Ogunwumi
You might want to try this? https://gist.github.com/Yomi0/9729ad306e9c36b6cc66 That helped fixed some awful font rendering in Firefox, but seemed to break Chromium's (unless that was already broken in the first place...) Yomi On Jun 11, 2014 9:50 PM, Morten Nilsen mor...@runsafe.no wrote: On

Re: [e-users] Terminology and SCIM

2014-06-12 Thread Morten Nilsen
On 12/06/14 17:46, Yomi Ogunwumi wrote: You might want to try this? https://gist.github.com/Yomi0/9729ad306e9c36b6cc66 That helped fixed some awful font rendering in Firefox, but seemed to break Chromium's (unless that was already broken in the first place...) Thanks, I'll give it a go! --

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 11/06/14 06:40, Carsten Haitzler (The Rasterman) wrote: I presume I am missing a packate not listed in the BuildReqiures of the source rpm, but the answer eludes me. missing opengl development headers etc. maybe mesa-devel or something? don't know. but you want GL/gl.h in it. I have

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 11/06/14 12:48, Morten Nilsen wrote: Could this be an issue with buidling against nvidia drivers? Yeah, building efl on a VM without the nvidia driver, this problem doesn't occur. -- Cheers, Dr. P :wq -- HPCC

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Iván Briano
On Wed, Jun 11, 2014 at 11:43 AM, Morten Nilsen mor...@runsafe.no wrote: On 11/06/14 12:48, Morten Nilsen wrote: Could this be an issue with buidling against nvidia drivers? Yeah, building efl on a VM without the nvidia driver, this problem doesn't occur. Building against the nvidia driver

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 11/06/14 16:56, Iván Briano wrote: On Wed, Jun 11, 2014 at 11:43 AM, Morten Nilsen mor...@runsafe.no wrote: On 11/06/14 12:48, Morten Nilsen wrote: Could this be an issue with buidling against nvidia drivers? Yeah, building efl on a VM without the nvidia driver, this problem doesn't

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 11/06/14 17:03, Morten Nilsen wrote: opened a new terminology window and got scim working! Now for another related question.. Can I get japanese text to be a tiny bit less fuzzy? http://www.enlightenment.org/ss/e-539872e1bd83b4.11482887.jpg I really like this font face and size - if I

Re: [e-users] Terminology and SCIM

2014-06-11 Thread The Rasterman
On Wed, 11 Jun 2014 12:48:44 +0200 Morten Nilsen mor...@runsafe.no said: On 11/06/14 06:40, Carsten Haitzler (The Rasterman) wrote: I presume I am missing a packate not listed in the BuildReqiures of the source rpm, but the answer eludes me. missing opengl development headers etc. maybe

Re: [e-users] Terminology and SCIM

2014-06-11 Thread The Rasterman
On Wed, 11 Jun 2014 17:18:58 +0200 Morten Nilsen mor...@runsafe.no said: On 11/06/14 17:03, Morten Nilsen wrote: opened a new terminology window and got scim working! Now for another related question.. Can I get japanese text to be a tiny bit less fuzzy?

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 12/06/14 00:31, Carsten Haitzler (The Rasterman) wrote: do you have any options like --with-opengl=es ? normally it'll use desktop gl No, it's just %configure --disable-static in the spec, which gets expanded by rpmbuild to this; ./configure --build=x86_64-redhat-linux-gnu

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 12/06/14 00:32, Carsten Haitzler (The Rasterman) wrote: the rest of your problems lie in fontconfig in your system and how it is choosing to fall back to other fonts that handle japanese etc. :) change that and it changes your font. Thanks - now I just need to figure out how to set that

Re: [e-users] Terminology and SCIM

2014-06-11 Thread The Rasterman
On Thu, 12 Jun 2014 01:22:32 +0200 Morten Nilsen mor...@runsafe.no said: On 12/06/14 00:31, Carsten Haitzler (The Rasterman) wrote: do you have any options like --with-opengl=es ? normally it'll use desktop gl No, it's just %configure --disable-static in the spec, which gets expanded by

Re: [e-users] Terminology and SCIM

2014-06-11 Thread The Rasterman
On Thu, 12 Jun 2014 01:26:25 +0200 Morten Nilsen mor...@runsafe.no said: On 12/06/14 00:32, Carsten Haitzler (The Rasterman) wrote: the rest of your problems lie in fontconfig in your system and how it is choosing to fall back to other fonts that handle japanese etc. :) change that and it

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 12/06/14 03:27, Carsten Haitzler (The Rasterman) wrote: nope. no one has a gui for them as best i know. xml. have fun. :) I found fontik in Fedora which handles making the xml just fine, but I don't really understand what I need to do.. :p I've ended up with a config like this;

Re: [e-users] Terminology and SCIM

2014-06-11 Thread The Rasterman
On Thu, 12 Jun 2014 03:49:11 +0200 Morten Nilsen mor...@runsafe.no said: On 12/06/14 03:27, Carsten Haitzler (The Rasterman) wrote: nope. no one has a gui for them as best i know. xml. have fun. :) I found fontik in Fedora which handles making the xml just fine, but I don't really

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 12/06/14 03:33, Carsten Haitzler (The Rasterman) wrote: where is the stuff looking for libGL? (-lGL) ? like: configure:36487: checking for glXCreateContext in -lGL ... configure:36521: result: yes it looks like it has failed looking for libGL (desktop gl) at all and is now falling back

Re: [e-users] Terminology and SCIM

2014-06-11 Thread The Rasterman
On Thu, 12 Jun 2014 03:57:37 +0200 Morten Nilsen mor...@runsafe.no said: On 12/06/14 03:33, Carsten Haitzler (The Rasterman) wrote: where is the stuff looking for libGL? (-lGL) ? like: configure:36487: checking for glXCreateContext in -lGL ... configure:36521: result: yes it looks

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Christopher Barry
On Thu, 12 Jun 2014 12:08:29 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 11 Jun 2014 22:59:41 -0400 Christopher Barry christopher.r.ba...@gmail.com said: On Thu, 12 Jun 2014 11:11:51 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 12

Re: [e-users] Terminology and SCIM

2014-06-11 Thread Morten Nilsen
On 12/06/14 05:16, Christopher Barry wrote: On Thu, 12 Jun 2014 12:08:29 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 11 Jun 2014 22:59:41 -0400 Christopher Barry christopher.r.ba...@gmail.com said: Those would be symlinks that are missing I think... They'll

Re: [e-users] Terminology and SCIM

2014-06-10 Thread Morten Nilsen
On 10/06/14 04:20, Carsten Haitzler (The Rasterman) wrote: works for me with a kde app... i don't know what's up with you there, but if you used the e scim setup, it runs the scim core for you on login and sets several env vars: I did use the input method settings in E to configure SCIM;

Re: [e-users] Terminology and SCIM

2014-06-10 Thread Iván Briano
On Tue, Jun 10, 2014 at 1:11 PM, Morten Nilsen mor...@runsafe.no wrote: On 10/06/14 04:20, Carsten Haitzler (The Rasterman) wrote: works for me with a kde app... i don't know what's up with you there, but if you used the e scim setup, it runs the scim core for you on login and sets several env

Re: [e-users] Terminology and SCIM

2014-06-10 Thread Morten Nilsen
On 10/06/14 18:23, Iván Briano wrote: Is there some efl package I might be missing, or a compile time option the packager may have missed? Maybe, did you have SCIM installed by the time you built the EFL? I didn't build anything, I installed the packages available in this repo:

Re: [e-users] Terminology and SCIM

2014-06-10 Thread The Rasterman
On Tue, 10 Jun 2014 18:31:05 +0200 Morten Nilsen mor...@runsafe.no said: On 10/06/14 18:23, Iván Briano wrote: Is there some efl package I might be missing, or a compile time option the packager may have missed? Maybe, did you have SCIM installed by the time you built the EFL? I

Re: [e-users] Terminology and SCIM

2014-06-10 Thread Morten Nilsen
On 11/06/14 00:30, Carsten Haitzler (The Rasterman) wrote: is there an scim ecore_imf module installed? /usr/lib/ecore_imf/modules for you i guess (adjust /usr as appropriate). There does seem to be, I have this file; /usr/lib64/ecore_imf/modules/xim/v-1.10/module.so -- Cheers, Dr. P :wq

Re: [e-users] Terminology and SCIM

2014-06-10 Thread The Rasterman
On Wed, 11 Jun 2014 01:15:58 +0200 Morten Nilsen mor...@runsafe.no said: On 11/06/14 00:30, Carsten Haitzler (The Rasterman) wrote: is there an scim ecore_imf module installed? /usr/lib/ecore_imf/modules for you i guess (adjust /usr as appropriate). There does seem to be, I have this

Re: [e-users] Terminology and SCIM

2014-06-10 Thread Iván Briano
On Tue, Jun 10, 2014 at 11:11 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 11 Jun 2014 01:15:58 +0200 Morten Nilsen mor...@runsafe.no said: On 11/06/14 00:30, Carsten Haitzler (The Rasterman) wrote: is there an scim ecore_imf module installed? /usr/lib/ecore_imf/modules for you

Re: [e-users] Terminology and SCIM

2014-06-10 Thread Morten Nilsen
On 11/06/14 04:21, Iván Briano wrote: There does seem to be, I have this file; /usr/lib64/ecore_imf/modules/xim/v-1.10/module.so then... i'm not sure why it doesn't work. ecore_imf can't find it's modules? that'd be odd. That's the plain XIM module, not SCIM. Okay, so the package

Re: [e-users] Terminology and SCIM

2014-06-10 Thread The Rasterman
On Tue, 10 Jun 2014 23:21:03 -0300 Iván Briano sachi...@gmail.com said: On Tue, Jun 10, 2014 at 11:11 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 11 Jun 2014 01:15:58 +0200 Morten Nilsen mor...@runsafe.no said: On 11/06/14 00:30, Carsten Haitzler (The Rasterman) wrote: is

Re: [e-users] Terminology and SCIM

2014-06-10 Thread The Rasterman
On Wed, 11 Jun 2014 05:47:20 +0200 Morten Nilsen mor...@runsafe.no said: On 11/06/14 04:21, Iván Briano wrote: There does seem to be, I have this file; /usr/lib64/ecore_imf/modules/xim/v-1.10/module.so then... i'm not sure why it doesn't work. ecore_imf can't find it's modules? that'd

[e-users] Terminology and SCIM

2014-06-09 Thread Morten Nilsen
Hello, I've managed to get SCIM to work in IntelliJ now, but it seems to not be working with Terminology. Is there something I need to do to get it to work, or is it unsupported? -- Cheers, Dr. P :wq -- HPCC Systems

Re: [e-users] Terminology and SCIM

2014-06-09 Thread Alex-P. Natsios
On Mon, Jun 9, 2014 at 6:13 PM, Morten Nilsen mor...@runsafe.no wrote: Hello, I've managed to get SCIM to work in IntelliJ now, but it seems to not be working with Terminology. Is there something I need to do to get it to work, or is it unsupported? Hello, You probably need what i described

Re: [e-users] Terminology and SCIM

2014-06-09 Thread Morten Nilsen
On 06/09/2014 05:22 PM, Alex-P. Natsios wrote: Hello, You probably need what i described in the other mail but set the ECORE_IMF_MODULE to scim not ibus (if you are using scim). Thanks for the tip, but it seems to not affect Terminology.. But now it seems to be working in Thunderbird, at

Re: [e-users] Terminology and SCIM

2014-06-09 Thread The Rasterman
On Mon, 09 Jun 2014 17:32:48 +0200 Morten Nilsen mor...@runsafe.no said: On 06/09/2014 05:22 PM, Alex-P. Natsios wrote: Hello, You probably need what i described in the other mail but set the ECORE_IMF_MODULE to scim not ibus (if you are using scim). Thanks for the tip, but it seems

Re: [e-users] Terminology and SCIM

2014-06-09 Thread Morten Nilsen
On 06/10/2014 01:01 AM, Carsten Haitzler (The Rasterman) wrote: http://www.enlightenment.org/ss/e-53963c5495b610.26759458.png works for me. used e's input method setup. i always trigger input methods with shift+space to toggle on and off (i change scim config to make it happen). note that

Re: [e-users] Terminology and SCIM

2014-06-09 Thread The Rasterman
On Tue, 10 Jun 2014 02:58:18 +0200 Morten Nilsen mor...@runsafe.no said: On 06/10/2014 01:01 AM, Carsten Haitzler (The Rasterman) wrote: http://www.enlightenment.org/ss/e-53963c5495b610.26759458.png works for me. used e's input method setup. i always trigger input methods with