SCIM won't activate with 3.0 although it works with 2.3

Issues with installing under all GNU/Linux Distributions
Post Reply
rlx0002
Posts: 10
Joined: Fri Oct 24, 2008 9:24 pm

SCIM won't activate with 3.0 although it works with 2.3

Post by rlx0002 »

Hi everyone,

First, my installation is based on Slackware, but I have upgraded most packages from
source since then.

- Linux version 2.6.26.5 (gcc version 4.2.2) #2 SMP Thu Oct 16 16:40:22 EDT 2008
- OpenOffice 2.3 and 2.4 work fine with SCIM. I can input chinese text.

Last night I downloaded OpenOffice3 and I installed it this morning. The setup program
failed to install OpenOffice on my system since it makes use of 'rpm'. I
have a recent version of rpm installed, but I don't use rpm to manage my packages
so there is not package database based on rpm on my machine.
Next time I will get the Debian distribution instead.

I managed to install OpenOffice3 with the help of 'rpm2tgz'. That's what I did
with OpenOffice 2.3 and 2.4, and it worked fine. So I don't believe that the problems
I get come from a faulty install.

Two problems:

1. SCIM won't activate with OpenOffice3. SCIM will activate with OpenOffice2.3,
Emacs, and my utf-8 xterm. Here is how I start office.

> LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 XMODIFIERS=@im=SCIM GTK_IM_MODULE=scim-bridge /opt/openoffice.org3/program/soffice

2. I lost the control of OpenOffice3 after attempting to activate SCIM. This occured at least twice.
OpenOffice anwered neither the keyboard nor the mouse. I had do kill
the program.

I looked at the listing of

> ldd /opt/openoffice.org3/program/soffice.bin

to see if the program linked to something odd. Nothing unusual. Most libraries come from the office
distribution.

I searched the forums but found nothing related. Would anyone have a suggestion.

The other programs I use that won't work with SCIM are Firefox and Thunderbird.

Thank's
OOo 3.2.X with SCIM on Slackware/LFS based system.
User avatar
Robert Tucker
Volunteer
Posts: 1250
Joined: Mon Oct 08, 2007 1:34 am
Location: Manchester UK

Re: SCIM won't activate with 3.0 although it works with 2.3

Post by Robert Tucker »

SCIM is also not activating with my install of OpenOffice 3.0.0 on Fedora 9 (though it does with OpenOffice 2.4.1 and most other non-Java apps). I thought it might be because opt/openoffice.org3/program OOo 3.0.0 is not in my PATH, but if you put opt/openoffice.org3/program in your PATH you have two instances of soffice and so on...
LibreOffice 7.x.x on Arch and Fedora.
User avatar
Robert Tucker
Volunteer
Posts: 1250
Joined: Mon Oct 08, 2007 1:34 am
Location: Manchester UK

Re: SCIM won't activate with 3.0 although it works with 2.3

Post by Robert Tucker »

Problem solved on my system with:

Code: Select all

$ cd /opt/openoffice.org3/basis-link/ure-link/lib
$ su
Password:
# mv libstdc++.so.6 libstdc++.so.6.orig
# ln -s /usr/lib/libstdc++.so.6.0.9 libstdc++.so.6
# mv libgcc_s.so.1 libgcc_s.so.1.orig
# ln -s /lib/libgcc_s.so.1
(taken from http://ubuntuforums.org/showthread.php?t=808045)

For the rest, I just have:

Code: Select all

GTK_IM_MODULE=scim
XMODIFIERS=@im=SCIM
export GTK_IM_MODULE XMODIFIERS
in my [HOME].bash_profile file.
LibreOffice 7.x.x on Arch and Fedora.
toracat
Posts: 1
Joined: Sat Nov 22, 2008 3:53 am

Re: SCIM won't activate with 3.0 although it works with 2.3

Post by toracat »

I have tried the solution provided in this thread. However, I continue to have the problem, that is, scim remains inactive and I am unable to get Japanese input to work with 3.0. I am running it on CentOS 5. At least one other person is reporting the same issue as seen in this CentOS forum:

http://www.centos.org/modules/newbb/vie ... 2&forum=38
OOo 3.0.X on Linux-Other
Tarunno
Posts: 1
Joined: Fri Dec 26, 2008 6:02 pm

Re: SCIM won't activate with 3.0 although it works with 2.3

Post by Tarunno »

I have solved it from Ubuntu SCIM community help page. My OS is Ubuntu 8.10.
OOo 3.0.X on Ubuntu 8.x
Post Reply