Set scim to automatically start upon startup In Debian

Source: Internet
Author: User
In Debian, set scim to automatically start upon startup-Linux Release Technology-Debian information. The following is a detailed description. After Scim is installed in Linux, it is possible that Scim cannot be started automatically after it is started. In this case, we need to create a 95xinput file under/etc/X11/Xsession. d. However, the 95xinput content on the Internet often causes many programs to lose response to the keyboard, such as renaming. The following settings are quite good in Debian:

1. Install the following program:
Apt-get install scim-pinyin
Apt-get install scim-modules-socket
Apt-get install scim-gtk2-immodule

2. The 95xinput permission is 755. The content is as follows:
Export LANG = "zh_CN.GBK ";
# If it is UTF-8, LANG makes the corresponding modification
Export G_BROKEN_FILENAMES = 1;
# Export G_FILENAME_ENCODING = "@ local"
Export XMODIFIERS = "@ im = SCIM ";
# Export GTK_IM_MODULE = xim
Export GTK_IM_MODULE = scim;
Scim-d

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.