The Fcitx input method in Debian7.0 does not have any front-end solutions

Source: Internet
Author: User
In Debian7.0, the Fcitx input method does not have any front-end problems to solve. Debian7.0 was deployed on my laptop two days ago. although I don't feel any colorful, I like the simplicity, this will be my first long-term Linux workbench, maybe a private small server .... In Debian7.0, the Fcitx input method does not have any front-end problems to solve. Debian7.0 was deployed on my laptop two days ago. although I don't feel any colorful, I like the simplicity, this will be my first long-term Linux workbench, maybe a private small server. However, I still encountered some minor problems in the process of using it. although I have been very experienced in playing ipvtn before, in the Linux world, there is always a very high probability of encountering problems you have never encountered before. One small problem is about the Chinese input method. The default language of the system is simplified Chinese. after installation, you can enter Chinese characters by configuring the Fcitx input method. The problem is that there is no candidate box for Chinese words and you can only enter them blindly, this makes me very depressed, which is basically unusable. I searched the internet and did not find a solution, but it was helpful. Run the fcitx command in bash to obtain the cause: no user interface available is available. Then through the KDE built-in im-config graphical configuration tool for input method configuration, in the configuration process, we know that Fcitx front-end has a fcitx-frontend-qt4, and fcitx-frontend-gtk, go back to bash and check whether the fcitx front-end is installed: 1 $ aptitude search fcitx-frontend2p fcitx-frontend-all-Flexible Input Method Framework-frontends metapackage3p fcitx-frontend-fbterm-Flexible Input Method Framework-FbTerm frontend4p fcitx-frontend-gtk2-Flexible Input Method Framework-GTK + 2 IM Module frontend5 p fcitx-fronte Nd-gtk3-Flexible Input Method Framework-GTK + 3 IM Module frontend6i fcitx-frontend-qt4-Flexible Input Method Framework-QT 4 IM Module frontend found to have been installed, but still no prompt box, continue to tangle search, finally, I found a reliable post on the google code forum and found the solution. The front-end of the Fcitx input method call must support the ui dynamic library. However, the corresponding ui dynamic library is not found in the fcitx installation directory. Naturally, no available front-end is found. The ui dynamic libraries available for Fcitx are fcitx-ui-classic and fcitx-ui-light. check whether they are installed in the system: 1 $ cd/usr /; find. -name fcitx-ui -*. so I was surprised to find that my Debian7.0 didn't, which is equivalent to the incomplete installation of Fcitx by default. So I tried to install these two packages from the DVD source through the aptitude package management tool, but I found that none of the three DVDs found these two packages, which was very depressing. At last, we can only update the source list of Debian7.0, find a NetEase update source, and finally have the two packages. after installation, log out and log on again to solve the problem. The Fcitx little penguin input method is good. I use googlepinyin. 1 $ aptitude search fcitx-ui2p fcitx-ui-classic-Flexible Input Method Framework-Classic user interface3v fcitx-ui-kimpanel-4 p fcitx-ui-light weight xlibs and xft based UI for Fcitx5 6 $ sudo apt-get install fcitx-ui-classicPS: I downloaded the Debian7.0 DVD image and installed it offline. This may be the source after installation. the update source in the list file is only a dvd source, which further leads to the cause that the package cannot be searched. The total size of the three DVDs is nearly 12 GB. I have seen the official website saying that there are some packages missing in the DVD image. I still don't believe it. I didn't expect it to happen so long ago.
 
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.