On Wed, 9 Jul 2008 07:23:25 +0000 (UTC),
Tuomo Valkonen <[EMAIL PROTECTED]> wrote:
> On 2008-07-09, Tuomo Valkonen <[EMAIL PROTECTED]> wrote:
>> Anyway, this sounds like a race condition with whatever sets
>> up your X keymap: it's still mapping keys when Ion starts
>> initialising itself, but isn't yet listening to X events.
>
> On closer inspection, this shouldn't happen.
Yeah, I've tried putting a "sleep 5" before "ion3" in my .xinitrc, but
that didn't fix things.
I'm attaching my ~/.xinitrc and my ~/.ion3/cfg_ion.lua. From the latter,
I'm removing lines matching /^ *--/ and /^$/ for brevity's sake, hope
it's OK.
Thanks,
Andrea
-----BEGIN ~/.xinitrc-----
echo $HOME
xrdb ~/.Xdefaults
xmodmap ~/.Xmodmap
xgamma -rgamma 0.64 -ggamma 0.69 -bgamma 0.66
xset b 10 880 600 dpms 420 430 440 r rate 400 28
unclutter &
ion3
------END ~/.xinitrc------
-----BEGIN ~/.ion3/cfg_ion.lua-----
ALTMETA="Mod4+"
ioncore.set{
}
dopath("cfg_defaults")
------END ~/.ion3/cfg_ion.lua------
--
~> uname -a
Linux acerrimo.local 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 12:46:39 EDT
2008 i686 athlon i386 GNU/Linux
~> head -n1 /etc/issue
Scientific Linux SL release 5.1 (Boron)