欢迎来到天天文库
浏览记录
ID:40575037
大小:17.00 KB
页数:3页
时间:2019-08-04
《Ubuntu下ibus的设置》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、ubuntu下ibus的设置ubuntu装好后,默认的ibus输入法只能输入单个汉字,因此需要自己修改。首先在终端卸载ibus:sudoapt-getremoveibus完成后运行安装sudoapt-getinstallibussudoapt-getinstallibus-pinyin一般系统会提示:IBus已经成功启动!如果你不能正常使用IBus,请将下面代码加入到$HOME/.bashrc中,并重新登录桌面。exportGTK_IM_MODULE=ibusexportXMODIFIEubuntu装好后,默认的ibus输入法只能输入单个汉字,因此需要自己修改
2、。首先在终端卸载ibus:sudoapt-getremoveibus完成后运行安装sudoapt-getinstallibussudoapt-getinstallibus-pinyin一般系统会提示:IBus已经成功启动!如果你不能正常使用IBus,请将下面代码加入到$HOME/.bashrc中,并重新登录桌面。exportGTK_IM_MODULE=ibusexportXMODIFIERS=@im=ibusexportQT_IM_MODULE=ibus因此可以自己修改.bashrc文件。此文件原内容如下蓝色部分所示,红色部分为根据系统添加的内容。#~/.ba
3、shrc:executedbybash(1)fornon-loginshells.#see/usr/share/doc/bash/examples/startup-files(inthepackagebash-doc)#forexamples#Ifnotrunninginteractively,don'tdoanything[-z"$PS1"]&&return#don'tputduplicatelinesinthehistory.Seebash(1)formoreoptions#don'toverwriteGNUMidnightCommander'ssetti
4、ngof`ignorespace'.HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups#...orforceignoredupsandignorespaceHISTCONTROL=ignoreboth#appendtothehistoryfile,don'toverwriteitshopt-shistappend#forsettinghistorylengthseeHISTSIZEandHISTFILESIZEinbash(1)#checkthewindowsizeaftereachcommandand,ifn
5、ecessary,#updatethevaluesofLINESandCOLUMNS.shopt-scheckwinsize#makelessmorefriendlyfornon-textinputfiles,seelesspipe(1)[-x/usr/bin/lesspipe]&&eval"$(SHELL=/bin/shlesspipe)"#setvariableidentifyingthechrootyouworkin(usedinthepromptbelow)if[-z"$debian_chroot"]&&[-r/etc/debian_chroot];t
6、hendebian_chroot=$(cat/etc/debian_chroot)fi#setafancyprompt(non-color,unlessweknowwe"want"color)case"$TERM"inxterm-color)color_prompt=yes;;esac#uncommentforacoloredprompt,iftheterminalhasthecapability;turned#offbydefaulttonotdistracttheuser:thefocusinaterminalwindow#shouldbeontheout
7、putofcommands,notontheprompt#force_color_prompt=yesif[-n"$force_color_prompt"];thenif[-x/usr/bin/tput]&&tputsetaf1>&/dev/null;then#Wehavecolorsupport;assumeit'scompliantwithEcma-48#(ISO/IEC-6429).(Lackofsuchsupportisextremelyrare,andsuch#acasewouldtendtosupportsetfratherthansetaf.)c
8、olor_prompt=yeselse
此文档下载收益归作者所有