[SCIM] Making Scim run automatically
Nicolás Velásquez O.
spidyno at yahoo.es
Sat Jul 24 18:47:08 PDT 2004
Hello there,
I use kde too.
On an early posted that my .xsession is:
#!/bin/bash
/usr/bin/scim -d
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE=scim
startkde
---------------------------------
And actually it is wrong, the .xsession that works is (for me):
#!/bin/bash
/usr/bin/scim &
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE=scim
startkde
--------------------------------
The difference is how you run scim, I had to changhe the "-d" for a "&".
> Hi,
>
> Scim works now, but it only work with gedit when i run
> it in the same konsole as scim.
>
> What should I do to make scim work with any soft, and
> to make it run automatically each time X Window is
> running ?
> (I use KDE)
>
> Thanks for your help,
>
> Gilles
--
Atentamente,
Nicolás Velásquez
Bogotá, Colombia
(^) ASCII Ribbon Campaign
X NO HTML/RTF in e-mail
/ \ NO Word docs in e-mail
More information about the scim
mailing list