商店安装小小输入法的配置与卸载
Tofloor
poster avatar
9***8@qq.com
deepin
2018-01-11 03:00
Author
本帖最后由 lineme 于 2018-1-10 19:02 编辑

与  https://bbs.deepin.org/post/151483 的随意路径不同,商店安装的「小小输入法」:

主程序目录在「/usr/share/yong」这个地方。


ctrl+H,可以home目录下看到隐藏的「.yong」文件夹,它那里有个「yong.ini」,这是用户配置文件。



以及在「/usr/bin/」下,有yong-config,yong,yong-vim这三个可执行程序。



以上,就是「小小输入法」所有的程序文件了。


如果你想DIY,可以先在/usr/share/yong」下面写入种种自己的参数,然后拷贝一份「yong.ini」,替换掉 home 目录下,默认隐藏的.yong文件夹里的那个。


其实,非常不建议以这种方式使用,因为/usr目录,是要管理员权限的。不如  https://bbs.deepin.org/post/151483  的改起来自在。

如果你要「卸载」:

1:终端 im-config ,在弹出的框里,切换成fcitx
2:注销一次系统
3:sudo rm -rf /usr/share/yong /usr/bin/yong*



Reply Favorite View the author
All Replies
avatar
dan2017
deepin
2018-01-11 04:03
#1
小白,来学习了
Reply View the author
avatar
Breeze
deepin
2018-01-11 06:12
#2
其实只需要:sudo apt remove yong-gtk3 && sudo apt autoremove就可以卸载了。
Reply View the author
avatar
152******14
deepin
2018-01-11 06:26
#3
https://bbs.deepin.org/post/151549
其实只需要:sudo apt remove yong-gtk3 && sudo apt autoremove就可以卸载了。

                   有 效。
Reply View the author
avatar
152******14
deepin
2018-01-11 06:35
#4
1:终端 im-config ,在弹出的框里,切换成fcitx
2:注销一次系统
3:sudo apt remove yong-gtk3 && sudo apt autoremove

结果有效
Reply View the author