美文网首页
manjaro安装其他输入法

manjaro安装其他输入法

作者: 疯狂的冰块 | 来源:发表于2023-03-03 20:46 被阅读0次

安装sunpinyin输入法

搜狗输入法很容易卡死和崩溃,google-pinyin个人使用起来自动补全效果不如fcitx-sunpinyin
sunpinyin开源代码库:https://github.com/sunpinyin/sunpinyin

sudo pacman -S fcitx-im #默认全部安装
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-sunpinyin
**创建.xprofile并添加如下内容:**
sudo vim ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

安装fcitx 5

sudo pacman -Rs $(pacman -Qsq fcitx)

sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-chinese-addons fcitx5-material-color

  • fcitx5: 输入法基础框架主程序

  • fcitx5-configtool(kcm-fcitx5):输入法配置程序(KDE桌面环境的支持)

  • fcitx5-qt: QT5程序的支持

  • fcitx5-gtk: GTK程序的支持

  • fcitx5-chinese-addons: 简体中文输入的支持,云拼音

  • fcitx5-material-color:一款使用 Material Design 配色的 fcitx5 皮肤,旨在模仿 Windows 10 自带输入法的 UI

修改输入法环境变量,使应用可以调用Fcitx5输入法
将下面的内容粘贴到~/.pam_environment

GTK_IM_MODULE DEFAULT=fcitx
QT_IM_MODULE  DEFAULT=fcitx
XMODIFIERS    DEFAULT=@im=fcitx

将下面的内容粘贴到 ~/.xprofile(每次使用gdm等图形登录时读取并运用里面的设定)

fcitx5 &

使用wps的用户还需要编辑~/.xprofile

export QT_IM_MODULE=fcitx5

https://www.cnblogs.com/fatalord/p/13850072.html
https://zhuanlan.zhihu.com/p/341637818

相关文章

  • manjaro kde 安装中文输入法

    安装好系统后,更新pacman, 然后不要使用manjaro hello 安装输入法使用手动安装fcitx5不懂的...

  • Manjaro安装后配置

    Manjaro安装配置 0:启动项 1:换源 2:安装软件 安装工具 Chrome浏览器 中文输入法 办公软件WP...

  • Oh My Zsh 安装与配置

    切换zsh Manjaro linux默认安装了zsh,其他可能需要先安装 cat /etc/shells #查看...

  • manjaro sogou 安装报错解决

    emmm。先上问题,manjaro安装完搜狗输入法之后打不出字,只有拼音。 提示要把SogouPY等文件夹删掉,删...

  • KVM + MacOS

    1. 安装前提 KVM+qemu环境配置好,参考ArchLinux/Manjaro 配置KVM环境 安装其他环境(...

  • manjaro安装后配置

    1.源更新 manjaro系统安装软件从源获取,默认的源速度比较慢,需要排列,更新 2.输入法安装 默认的源没有搜...

  • Mint系统工作环境配置

    安装的是Mint-xfce-19.03系统,发现bug时会在这里记录。 Mint在装输入法时不需要Manjaro那...

  • linux_manjaro常用软件安装

    安装(win10+ubuntu+新增manjaro) 参考Windows+Manjaro双系统安装:https:/...

  • manjaro kde折腾记

    接上文:manjaro安装心得 上次介绍了我为什么要装manjaro,如何装manjaro和装完manjaro试装...

  • Manjaro系统及常用软件安装

    ## 1 安装manjaro 下载manjaro镜像iso文件 官网下载(速度慢):https://manjaro...

网友评论

      本文标题:manjaro安装其他输入法

      本文链接:https://www.haomeiwen.com/subject/fideldtx.html