[E-devel] language module patch due to Ecore API change

2010-07-08 Thread Leif Middelschulte
Hello, please find attached the necessary patch for the language module due to the Ecore API event callback modifications (int -> Eina_Bool). Thanks, Leif Index: src/e_mod_lang.c === --- src/e_mod_lang.c (Revision 50125) +++ src/e_m

[E-devel] Language module hiccups

2009-01-05 Thread Nikolas Arend
Hi, I've just upgraded my laptop to Fedora 10 and experience now a slight problem with the language module: after loading it, my arrow keys won't work no longer. Without the module loaded everything is fine. To make it work with F10 I've symlinked /etc/X11/xkb -> /usr/share/X11/xkb and the resp

Re: [E-devel] language module patch

2008-11-03 Thread The Rasterman
On Mon, 13 Oct 2008 09:45:53 -0700 Michael Jennings <[EMAIL PROTECTED]> babbled: > On Monday, 13 October 2008, at 18:30:04 (+0200), > Quaker wrote: > > > Hi, i created a simple patch for the language module in E-MODULES-EXTRA. > > The problem in default language module is that the module needs >

Re: [E-devel] language module patch

2008-10-13 Thread Michael Jennings
On Monday, 13 October 2008, at 18:30:04 (+0200), Quaker wrote: > Hi, i created a simple patch for the language module in E-MODULES-EXTRA. > The problem in default language module is that the module needs > /etc/X11/xkb/rules. > Some distros haven't got it, because it is only a symlink to > /usr/sh

[E-devel] language module patch

2008-10-13 Thread Quaker
Hi, i created a simple patch for the language module in E-MODULES-EXTRA. The problem in default language module is that the module needs /etc/X11/xkb/rules. Some distros haven't got it, because it is only a symlink to /usr/share/X11/xkb/rules - on Ubuntu this module works, because it has that symli

Re: [E-devel] language module fix - dont unload all modules on restart

2007-06-07 Thread Ag. System Administrator
Hi! Thanks! It fixed the "no-modules-on-restart" issue! Goood ;) Thanks, Dan Hannes Janetzek wrote: > The langugage module causes that all modules will become unloaded on > restart. it seems that this is directly caused by the call to > e_config_save() in e_mod_keybindings. this is not neede

[E-devel] language module fix - dont unload all modules on restart

2007-06-06 Thread Hannes Janetzek
The langugage module causes that all modules will become unloaded on restart. it seems that this is directly caused by the call to e_config_save() in e_mod_keybindings. this is not needed anyway as the keybinding is still stored without this. -- Hannes 'jeffdameth' Janetzek? language.patch Index:

Re: [E-devel] Language module

2007-04-29 Thread Nikolas Arend
Igor "FeR" Scabini wrote: > Nikolas Arend ha scritto: >> Hi, >> >> The language module in current cvs compiles and installes fine for >> me, but doesn't show up in the module settings and hence cannot be >> enabled. This seems like a simple issue, could anyone point me in the >> right direction

Re: [E-devel] Language module

2007-04-23 Thread Igor \"FeR\" Scabini
Nikolas Arend ha scritto: Hi, The language module in current cvs compiles and installes fine for me, but doesn't show up in the module settings and hence cannot be enabled. This seems like a simple issue, could anyone point me in the right direction to solve this? Thanks a lot, Nick. T

Re: [E-devel] Language module

2007-04-23 Thread Albin Tonnerre
On Tue, Apr 24, 2007 at 12:42:01AM +0200, Nikolas Arend wrote : > Hi, > > The language module in current cvs compiles and installes fine for me, > but doesn't show up in the module settings and hence cannot be enabled. > This seems like a simple issue, could anyone point me in the right > direc

[E-devel] Language module

2007-04-23 Thread Nikolas Arend
Hi, The language module in current cvs compiles and installes fine for me, but doesn't show up in the module settings and hence cannot be enabled. This seems like a simple issue, could anyone point me in the right direction to solve this? Thanks a lot, Nick. ---

Re: [E-devel] language module

2006-10-11 Thread Aleksej Struk
On Wed, Oct 11, 2006 at 12:36:55PM +0200, Nikolas Arend wrote: > Hi, > > since obviously the e API changed, the language module is broken atm. As > far as I can see, in e_mod_keybindings.c EDIT_RESTRICT_ACTION and > EDIT_RESTRICT_PARAMS must be replaced by ACT_EDIT_RESTRICT_*, is that > correct

[E-devel] language module

2006-10-11 Thread Nikolas Arend
Hi, since obviously the e API changed, the language module is broken atm. As far as I can see, in e_mod_keybindings.c EDIT_RESTRICT_ACTION and EDIT_RESTRICT_PARAMS must be replaced by ACT_EDIT_RESTRICT_*, is that correct? The second thing is that e_register_action_predef_name() seems to be gon