clean install 5.1 amd64 release
# vi /etc/pkg.conf
+installpath=http://ftp.openbsd.org/pub/OpenBSD/5.1/packages/amd64/

# pkg_add firefox scim-fcitx

# adduser test
vi /home/test/.xsession
+ export GTK_IM_MODULE="scim"
+ export QT_IM_MODULE="scim"
+ export XMODIFIERS="@im=SCIM"
+ /usr/local/bin/scim -d
+ /usr/local/bin/firefox &
+ /usr/X11R6/bin/fvwm

vi /etc/rc.conf.local
+ xdm_flags=

reboot system and login with user "test"

Problem:
1. 5.1 amd64 release, install official packages firefox & scim-fcitx, in 
Firefox Search bar or web forms, can not active scim input method through 
"ctrl+space" or 
"ctrl+shift".

2. but, clean reinstall 5.1 amd64 release, install firefox & scim-fcitx build 
with ports source in local machine(using dpb), we can active scim input method 
in firefox successful. 
ports source is get from http://ftp.openbsd.org/pub/OpenBSD/5.1/ports.tar.gz

3. and, same install method in 5.1 i386 release wich official packages, we can 
also active scim input method successful in Firefox.

4. Cross test let me know the problem is not caused by scim.

Reply via email to