You are not logged in.
Hi,
Openoffice wasn't working for me for quite awhile and I really couldn't figure out why. Unfortunately the "rest" of the world uses the .doc format and with Office to export to PDF I was getting upset (btw: OFFtopic, but is there a command line doc 2 pdf converter? if not...is should hack the ooffice code and make one
So I finally ran soffice in gdb and found out where it was segfaulting, and it was happening right after a call to scim. The easy fix is to just disable scim for GTK apps, which works for me as I only use scim to chat in chinese on Kopete. But I really wish I could just use it in ooffice anyway, if anyone else finds a better solution please post it! Is there per app configurations for using scim?
So find your input settings
export LANG="en_US"
export LC_CTYPE="zh_TW.Big5"
export LC_COLLATE="C"
export QT_IM_MODULE=scim
export GTK_IM_MODULE=scim
export XMODIFIERS=@im=SCIMand change the GTK line
export GTK_IM_MODULE=ximThat will stop all GTK apps from using SCIM ![]()
I just want to be a moderately intelligent monkey that wears a suit.... That's why I've enrolled in business school!
Offline
I use Open-office seldom, and in my memory,
it's always working, below is my settings:
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
export XIM_PROGRAM="scim -d"
besides, I only set the locale to zh_TW.UTF-8 in rc.conf.
Hope that helps. ![]()
Offline
Okay, I'll have to try that out.
I just want to be a moderately intelligent monkey that wears a suit.... That's why I've enrolled in business school!
Offline