I've run quassel, but keyboard doesn't work (can't focus on window?). It seems that input still works on terminal instead of quassel window (I run it directly via chroot). Anyway what's strange - when I ran quassel from lxde it ran only quassel-client... Any ideas ? kbd fixes posted on wiki didn't helped me
############################################################### # NEW as of Sept 2010: # Make keyboard active in current window with Fn+Return # (you need the /home/user/.kbdactive script, of course!) ############################################################### "/home/user/.kbdactive" m:0x80 + c:36 Mod5 + KP_Enter ###############################################################
#!/bin/sh ACTIVEWINID=`xprop -root | awk '/NET_ACTIVE_WINDOW/ { print $5; exit }'` debbie /usr/bin/set-focus $ACTIVEWINID
set-focus: relocation error: set-focus: symbol __isoc99_sscanf, version GLIBC_2.7 not defined in file libc.so.6 with link time reference