Unknown error forking main binary / abnormal early exit
(Update for openoffice-2.0.4-ubuntu4: it just hangs when I start it.)
After several weeks, I finally found a solution to this problem, due to this post in Ubuntu forum by cnbiz850. The problem was due to incompatibility of scim + fglrx + openoffice. The solution suggested is to use "scim-bridge" instead of "scim" for the GTK_IM_MODULE. So what I did to solve it is:
- Install scim-bridge
- Modify /etc/X11/Xsession.d/95xinput and changed it to something like: GTK_IM_MODULE="scim-bridge"
Or can use scim-bridge only with openoffice by adding the following line in the openoffice startup script /usr/bin/ooo-wrapper:
ReplyDelete$ENV{'GTK_IM_MODULE'} = 'scim-bridge';
This comment has been removed by a blog administrator.
ReplyDelete