recent snapshot
i386 OpenBSD 5.1 (GENERIC.MP) #188
amd64 OpenBSD 5.1 (GENERIC.MP) #207

install OpenBSD amd64 and i386 as normal, default

# pkg_add firefox
# pkg_add scim-fcitx
# pkg_add zh-wqy-zenhei-ttf

only 6 lines in /root/.xinitrc

    export GTK_IM_MODULE="scim"
    export QT_IM_MODULE="scim"
    export XMODIFIERS="@im=SCIM"
    /usr/local/bin/scim -d
    firefox &
    fvwm

# startx

problem:
i386 platform, start firefox (command # firefox) , in firefox Search bar we can 
active scim-fcitx input method through "ctrl+space" or "ctrl+shift".

amd64 platform, start firefox (command # firefox) , in firefox Search bar we 
can't active scim-fcitx input method through "ctrl+space" or "ctrl+shift".

Reply via email to