
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Getting scim to work
On 22/03/2008, Niels Kobschaetzki <n.kobschaetzki@example.com> wrote:
> I am not sure if I have to use .xinitrc or .xsession (one site in the
> net says .xinitrc, another .xsession) I have put in both:
> export XMODIFIERS='@im=SCIM'
> export GTK_IM_MODULE="scim"
> export QT_IM_MODULE="scim"
> export LC_CTYPE=ja_JP.UTF-8
>
> But I have the feeling that those are ignored.
Maybe.
Try setting these in a terminal, and then launching your app from there, e.g.
pgrep scim || scim -d
export XMODIFIERS='@im=SCIM'
export GTK_IM_MODULE="scim"
export QT_IM_MODULE="scim"
export LC_CTYPE=ja_JP.UTF-8
firefox &
Does that work? Or is there at least useful STDERR spew?
--
Cheers,
Josh
Home |
Main Index |
Thread Index