Hello,
Running Slackware 13.1 RC1 32-bits, I'm still facing the issue described in this thread regarding scim-bridge and Firefox (ex: preferences window doesn't get displayed and segfault error message as described by OP).
File /etc/profile.d/scim.sh is executable.
My SCIM configuration after logging in KDE 4.4.3 is:
Code:
chris@darkstar ~ $ env | grep SCIM
XMODIFIERS=@im=SCIM
chris@darkstar ~ $ env | grep scim
XIM_PROGRAM=/usr/bin/scim -d
QT_IM_MODULE=scim-bridge
GTK_IM_MODULE=scim-bridge
chris@darkstar ~ $ env | grep UTF
LANG=fr_FR.UTF-8
However when I modify the IM engine for GTK applications, I don't have the problem anymore:
Code:
chris@darkstar ~ $ export GTK_IM_MODULE="scim"
chris@darkstar ~ $ firefox
Does anyone have the same issue with 13.1 RC1 or am I alone?
I don't have any issue with QT-based applications (ex: Kwrite, Kword)
FYI: I'm using SCIM to enter Korean characters so my installed SCIM packages are:
Code:
chris@darkstar ~ $ ls /var/log/packages | grep scim
scim-1.4.9-i486-4
scim-bridge-0.4.16-i486-4
scim-hangul-0.3.2-i486-2
I've reinstalled scim-bridge package but to no avail.