`

fedora install input methed

阅读更多

首先卸载ibus输入法,在安装fcitx

yum remove ibus
yum remove imsettings imsettings-libs im-chooser
yum install fcitx
yum install fcitx-pinyin -y
yum install fcitx-sunpinyin

然后修改 ~/.bashrc,加入以下代码:

export GTK_IM_MODULE=xim
export XMODIFIERS="@im=fcitx"
export QT_IM_MODULE=xim

在imsetting中选择默认的输入法为 fcitx

imsettings-list
imsettings-switch FCITX

: fcitx的配置文件:~/.config/fcitx/config sunpinyin的配置文件:~/.config/fcitx/conf/fcitx-sunpinyin.config

安装 fcitx-configtool 来配置 fcitx

yum install fcitx-configtool.x86_64

 

see http://www.cnblogs.com/wang_yb/p/3699410.html

 

分享到:
评论

相关推荐

    openstack install guid for Linux,CentOS,Fedora

    how to install OpenStack by using packages available through Fedora 20 as well as on Red Hat Enterprise Linux and its derivatives through the EPEL repository. Explanations of configuration options and...

    Linux rpm for fedora 7 oracle 10g install 4

    Linux rpm for fedora 7 oracle 10g install oracle 10g Linux rpm for fedora 7 oracle 10g install oracle 10g

    Linux-MiniGUI-install.zip_fedora

    然而,如果你希望使用RPM包进行安装,可以在Fedora的软件仓库或第三方源中查找对应的RPM包,然后通过`dnf install`命令安装。但请注意,这种方式可能会因为版本更新不及时而错过最新特性。 在开发过程中,你还可以...

    Fedora9本地安装配置中文输入法

    在这个过程中,`im-chooser`和`imsettings`两个工具起着关键作用,而`scim`(Smart Common Input Method)是常见的中文输入法框架。本教程将详细介绍如何在Fedora9中解决`im-chooser`的bug并完成中文输入法的安装与...

    Fedora-14-i386-DVD Fedora-14-x86_64-DVD Fedora-14-i686-DVD

    根据提供的标题、描述、标签及部分内容,我们可以了解到用户在寻找Fedora 14的不同版本镜像文件,并且分享了一些下载链接。接下来,我们将详细介绍Fedora 14的几个关键概念和知识点。 ### Fedora 14简介 Fedora 14...

    用u盘安装Fedora19

    根据给定的文件信息,以下是关于“用U盘安装Fedora 19”的详细知识点: ### 知识点1:U盘安装Fedora 19的必要性 使用U盘作为启动盘安装Fedora 19是一种节约资源的方式,因为它避免了光盘的使用和刻录过程。此外,...

    [Fedora] Fedora 18 桌面系统 入门教程 (英文版)

    You'll discover how to install Fedora 18 Desktop on any hardware, learn which applications perform which functions, how to manage software updates, tips and tricks for the GNOME 3 and KDE desktops, ...

    Fedora从入门到精通

    熟悉Dnf的命令,如`dnf install`、`dnf remove`、`dnf update`,是日常系统维护的关键。 网络配置和安全管理是Fedora学习的重要部分。学会配置网络接口,包括静态IP和动态DHCP,以及使用防火墙(firewalld)来保护...

    fedora常用软件安装

    Fedora 常用软件安装指南 Fedora 是一个流行的 Linux 发行版,具有强大的功能和灵活的配置能力。为了让 Fedora 使用更加方便和高效,本文提供了 Fedora 常用软件安装指南,包括安装 GNOME-tweak-tool、Flash player...

    Win7 Fedora双系统安装

    - 示例配置:`title install fedora12`, `root (hd0,1)`, `kernel (hd0,1)/isolinux/vmlinuz`, `initrd (hd0,1)/isolinux/initrd.img` 3. **启动Fedora安装程序**: - 通过NeoGrub菜单启动Fedora安装程序。 - ...

    fedora 7 安装图解

    - 在出现的界面中选择“Install or upgrade an existing system”以开始安装过程。 - 选择“OK”进行光盘数据测试,以确保安装介质无误。 2. **硬件检测**: - 安装程序会自动检测硬件,包括CPU、内存、硬盘等,...

    fedora 8 硬盘安装及系统安装设置.

    - 选择“Install Fedora8”开始安装过程。 #### 四、注意事项与问题解决 - 如果出现错误提示,可尝试返回到Grub选择列表,选择“commandline”模式来解决问题。 - 在安装过程中选择“我要定制”选项,以确保安装...

    Install_GitLab_on_Fedora_Linux._在_Fedora_Linux_上安装_

    Install_GitLab_on_Fedora_Linux._在_Fedora_Linux_上安装_gitlab-fedora

    Fedora安装后配置笔记

    ### Fedora安装后配置知识点 #### 一、设置Root用户可登录 在Fedora系统中,默认情况下root用户是不允许直接登录的。为了使root用户能够通过图形界面登录,我们需要编辑`/etc/... - `yum localinstall --nogpgcheck ...

    fedora配置网络.doc

    Fedora 配置网络 Fedora 配置网络是指在 Fedora 操作系统中配置网络的过程,这包括安装 yum 本地源、使用 yum 命令、配置网络等等。 一、安装 yum 本地源 在安装 Fedora Linux 时,很多 rpm 软件包并没有安装,...

    fedora-yum的用法

    ### Fedora-YUM 使用详解 #### 一、YUM 概述 YUM(Yellowdog Updater Modified)是一款在Linux发行版中广泛使用的包管理工具,主要用于Fedora及其衍生系统(如Red Hat Enterprise Linux)。它的主要功能是简化RPM包...

    fedora一些安装说明fedora一些安装说明

    使用Dnf(Dandified Yum)包管理器来安装软件,如:“sudo dnf install 软件名”。 11. **图形环境** Fedora默认使用GNOME桌面环境,但也支持KDE Plasma、XFCE、LXDE等其他桌面环境。通过Dnf可以安装和切换不同的...

Global site tag (gtag.js) - Google Analytics