Scim Problems and Solutions in ubuntu7.04

Source: Internet
Author: User
In Opear, scim: sudogedit/usr/bin/opera cannot be used. In the second blank line, enter: exportQT_IM_MODULE = XIM to use scim: sudogedit/etc/X11/Xsession. d/95xinput: exportXMODIFIERS = @ im = SCIMexportGTK_IM_MODULE = scimexportQT_IM_MODU Opear cannot be used in scim:

Sudo gedit/usr/bin/opera

Enter a blank space in the second line:

Export QT_IM_MODULE = XIM

Use scim in an English environment:

Sudo gedit/etc/X11/Xsession. d/95 xinput
Input:
Export XMODIFIERS = @ im = SCIM
Export GTK_IM_MODULE = scim
Export QT_IM_MODULE = scim (without QT Program)
Scim-d

Save, log out, and enter again.

Solutions to conflicts between EVA and Scim:

Sudo apt-get install scim-bridge

Edit the scim configuration file generated by the im-switch
Sudo gedit/etc/X11/xinit/xinput. d/scim

Change the default GTK_IM_MODULE = scim to GTK_IM_MODULE = "scim-bridge"

Change the default QT_IM_MODULE = scim to QT_IM_MODULE = "xim"

------------ The modified content is as follows :---------------
# Im-switch configuration file for scim
# Shoshould be installed as/etc/X11/xinit/xinput. d/scim
# This configuration uses gtk im module and Qt IM module provided by SCIM

# Exported enviroment variables
XMODIFIERS = "@ im = SCIM"
GTK_IM_MODULE = "scim-bridge"
QT_IM_MODULE = "xim"
# Command and arguments to invoke scim
XIM_PROGRAM = "/usr/bin/scim"
XIM_ARGS = "-- daemon"
# Package dependency (note that the format used here is not environment
# Variable, but some format for libapt-pkg-perl and is parsed by grep,
# So can't be quoted, and no spaces allowed)
DEPENDS = scim-gtk2-immodule, scim-qtimm
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.