<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>漂自己的移，让别人都撞墙去吧 &#187; fcitx</title>
	<atom:link href="http://www.gagahappy.com/tag/fcitx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gagahappy.com</link>
	<description>Life is what? Get busy living or get busy dying</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:19:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>fcitx 配置文件位置改变</title>
		<link>http://www.gagahappy.com/fcitx-change-config-postion/</link>
		<comments>http://www.gagahappy.com/fcitx-change-config-postion/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 11:45:38 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[我爱Linux]]></category>
		<category><![CDATA[fcitx]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=2742</guid>
		<description><![CDATA[新版的fcitx(3.6以上svn版的)的配置文件config换位置 了，原来的都是在~/.fcitx，现在是/usr/share/fcitx/data/config 您可能感兴趣的文章 ubuntu9.10 install fcitx 3.6.3 fcitx 乱码 fcitx 光标不能跟随 ubuntu 编译安装 fcitx]]></description>
			<content:encoded><![CDATA[<p>新版的fcitx(3.6以上svn版的)的配置文件config换位置 了，原来的都是在~/.fcitx，现在是/usr/share/fcitx/data/config</p>
<p>您可能感兴趣的文章<ol>
<li><a href='http://www.gagahappy.com/ubuntu9-10-install-fcitx-3-6-3/' rel='bookmark' title='ubuntu9.10 install fcitx 3.6.3'>ubuntu9.10 install fcitx 3.6.3</a></li>
<li><a href='http://www.gagahappy.com/fcitx-garbled/' rel='bookmark' title='fcitx 乱码'>fcitx 乱码</a></li>
<li><a href='http://www.gagahappy.com/fcitx-cursor-not-follow/' rel='bookmark' title='fcitx 光标不能跟随'>fcitx 光标不能跟随</a></li>
<li><a href='http://www.gagahappy.com/ubuntu-install-fcitx/' rel='bookmark' title='ubuntu 编译安装 fcitx'>ubuntu 编译安装 fcitx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gagahappy.com/fcitx-change-config-postion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu9.10 install fcitx 3.6.3</title>
		<link>http://www.gagahappy.com/ubuntu9-10-install-fcitx-3-6-3/</link>
		<comments>http://www.gagahappy.com/ubuntu9-10-install-fcitx-3-6-3/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 15:06:28 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[我爱Linux]]></category>
		<category><![CDATA[fcitx]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1353</guid>
		<description><![CDATA[由于9.10自带的fcitx默认版本为3.6，在本人的机子上经常出现CPU满载的情况，不得不更换其它输入法，但都没有fcitx好用（本人用五笔），发现其官网上已经提供了3.6.3的稳定版，决定自行进行安装。 一、下载 首先从fcitx的官网下载fcitx-3.6.3.tar.bz2，更新日期为2010-02-13 二、安装 1、手动编译安装 安装必须的库文件：sudo apt-get install libxpm-dev libxft-dev libxtst-dev 安装过程就不多说了，说说安装后出现的问题。 问题1、启动后输入法栏为灰色，即不能使用，从网上找了N多方法也没有解决。 问题2、不能随机启动。至今没有解决 总结：用这种方法安装的难度还是满大的，不建议使用。 2、生成deb包，进入安装 安装必须的库文件：sudo apt-get install debhelper 进入解压后的文件夹 cd fcitx-3.6.3 fakeroot debian/rules binary 待程序运行结束后，会在当前目录的上层生成fcitx_3.6~rc-1_i386.deb文件，双击安装即可，然后再重新登入下，即可使用。 优点：安装相对简单，易上手 使用感受：fcitx-3.6.3还是比较另人满意的，在输入速度和界面美观上表现的都不错。 您可能感兴趣的文章 fcitx 配置文件位置改变 fcitx 乱码 fcitx 光标不能跟随 ubuntu 编译安装 fcitx]]></description>
			<content:encoded><![CDATA[<p>由于9.10自带的fcitx默认版本为3.6，在本人的机子上经常出现CPU满载的情况，不得不更换其它输入法，但都没有fcitx好用（本人用五笔），发现其官网上已经提供了3.6.3的稳定版，决定自行进行安装。</p>
<p><span id="more-1353"></span></p>
<p>一、下载<br />
首先从fcitx的官网下载fcitx-3.6.3.tar.bz2，更新日期为2010-02-13</p>
<p>二、安装<br />
1、手动编译安装<br />
安装必须的库文件：sudo apt-get install libxpm-dev libxft-dev libxtst-dev<br />
安装过程就不多说了，说说安装后出现的问题。<br />
问题1、启动后输入法栏为灰色，即不能使用，从网上找了N多方法也没有解决。<br />
问题2、不能随机启动。至今没有解决<br />
总结：用这种方法安装的难度还是满大的，不建议使用。</p>
<p>2、生成deb包，进入安装<br />
安装必须的库文件：sudo apt-get install debhelper<br />
进入解压后的文件夹<br />
cd fcitx-3.6.3<br />
fakeroot debian/rules binary<br />
待程序运行结束后，会在当前目录的上层生成fcitx_3.6~rc-1_i386.deb文件，双击安装即可，然后再重新登入下，即可使用。<br />
优点：安装相对简单，易上手</p>
<p>使用感受：fcitx-3.6.3还是比较另人满意的，在输入速度和界面美观上表现的都不错。</p>
<p>您可能感兴趣的文章<ol>
<li><a href='http://www.gagahappy.com/fcitx-change-config-postion/' rel='bookmark' title='fcitx 配置文件位置改变'>fcitx 配置文件位置改变</a></li>
<li><a href='http://www.gagahappy.com/fcitx-garbled/' rel='bookmark' title='fcitx 乱码'>fcitx 乱码</a></li>
<li><a href='http://www.gagahappy.com/fcitx-cursor-not-follow/' rel='bookmark' title='fcitx 光标不能跟随'>fcitx 光标不能跟随</a></li>
<li><a href='http://www.gagahappy.com/ubuntu-install-fcitx/' rel='bookmark' title='ubuntu 编译安装 fcitx'>ubuntu 编译安装 fcitx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gagahappy.com/ubuntu9-10-install-fcitx-3-6-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fcitx 乱码</title>
		<link>http://www.gagahappy.com/fcitx-garbled/</link>
		<comments>http://www.gagahappy.com/fcitx-garbled/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 10:22:49 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[我爱Linux]]></category>
		<category><![CDATA[fcitx]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=1049</guid>
		<description><![CDATA[设置如下： sudo gedit ~/.fcitx/config [程序] 显示字体(中)=WenQuanYi Bitmap Song 显示字体(英)=WenQuanYi Bitmap Song 显示字体大小=12 主窗口字体大小=12 字体区域=zh_CN.UTF-8 是否使用AA字体=1 是否使用粗体=1 您可能感兴趣的文章 fcitx 配置文件位置改变 ubuntu9.10 install fcitx 3.6.3 fcitx 光标不能跟随 ubuntu 编译安装 fcitx]]></description>
			<content:encoded><![CDATA[<p>设置如下：</p>
<p>sudo gedit ~/.fcitx/config</p>
<p>[程序]<br />
显示字体(中)=WenQuanYi Bitmap Song<br />
显示字体(英)=WenQuanYi Bitmap Song<br />
显示字体大小=12<br />
主窗口字体大小=12<br />
字体区域=zh_CN.UTF-8<br />
是否使用AA字体=1<br />
是否使用粗体=1</p>
<p>您可能感兴趣的文章<ol>
<li><a href='http://www.gagahappy.com/fcitx-change-config-postion/' rel='bookmark' title='fcitx 配置文件位置改变'>fcitx 配置文件位置改变</a></li>
<li><a href='http://www.gagahappy.com/ubuntu9-10-install-fcitx-3-6-3/' rel='bookmark' title='ubuntu9.10 install fcitx 3.6.3'>ubuntu9.10 install fcitx 3.6.3</a></li>
<li><a href='http://www.gagahappy.com/fcitx-cursor-not-follow/' rel='bookmark' title='fcitx 光标不能跟随'>fcitx 光标不能跟随</a></li>
<li><a href='http://www.gagahappy.com/ubuntu-install-fcitx/' rel='bookmark' title='ubuntu 编译安装 fcitx'>ubuntu 编译安装 fcitx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gagahappy.com/fcitx-garbled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fcitx 光标不能跟随</title>
		<link>http://www.gagahappy.com/fcitx-cursor-not-follow/</link>
		<comments>http://www.gagahappy.com/fcitx-cursor-not-follow/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:45:19 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[我爱Linux]]></category>
		<category><![CDATA[fcitx]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=697</guid>
		<description><![CDATA[昨天安上fcitx后。发现光标不能跟随。重新安装中。 接上回。最后暴力解决&#8212;scim被卸载之。二者并存，因为fcitx总是莫名的消失，只能通过重新启动程序，才能继续使用输入法。暴力卸载实属无奈。之后光标正常，自动跟随，一切正常。 您可能感兴趣的文章 fcitx 配置文件位置改变 ubuntu9.10 install fcitx 3.6.3 fcitx 乱码 ubuntu 编译安装 fcitx]]></description>
			<content:encoded><![CDATA[<p>昨天安上fcitx后。发现光标不能跟随。重新安装中。</p>
<p>接上回。最后暴力解决&#8212;scim被卸载之。二者并存，因为fcitx总是莫名的消失，只能通过重新启动程序，才能继续使用输入法。暴力卸载实属无奈。之后光标正常，自动跟随，一切正常。</p>
<p>您可能感兴趣的文章<ol>
<li><a href='http://www.gagahappy.com/fcitx-change-config-postion/' rel='bookmark' title='fcitx 配置文件位置改变'>fcitx 配置文件位置改变</a></li>
<li><a href='http://www.gagahappy.com/ubuntu9-10-install-fcitx-3-6-3/' rel='bookmark' title='ubuntu9.10 install fcitx 3.6.3'>ubuntu9.10 install fcitx 3.6.3</a></li>
<li><a href='http://www.gagahappy.com/fcitx-garbled/' rel='bookmark' title='fcitx 乱码'>fcitx 乱码</a></li>
<li><a href='http://www.gagahappy.com/ubuntu-install-fcitx/' rel='bookmark' title='ubuntu 编译安装 fcitx'>ubuntu 编译安装 fcitx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gagahappy.com/fcitx-cursor-not-follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 编译安装 fcitx</title>
		<link>http://www.gagahappy.com/ubuntu-install-fcitx/</link>
		<comments>http://www.gagahappy.com/ubuntu-install-fcitx/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:43:11 +0000</pubDate>
		<dc:creator>moonfox</dc:creator>
				<category><![CDATA[我爱Linux]]></category>
		<category><![CDATA[fcitx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gagahappy.com/?p=689</guid>
		<description><![CDATA[Fcitx 小企鹅输入法最大的特点是容易安装和使用，无论是拼音还是码表输入都极为强劲。在输入法的自定义使用上也极为灵活。 最为关键的是可以完美解决ubuntu切换窗口时，丢失焦点的BUG 注意事项 请删除主目录下 .fcitx文件夹（如以前安装过旧版本） 首先安装编译环境 sudo apt-get install automake gettext libtool libxpm-dev libxft-dev libxtst-dev 下载最新文件 http://www.fcitx.org/main/?q=node/9 解压文件 tar jxvf fcitx-xx.tar.bz2 开始安装 cd fcitx .autogen.sh ./configure &#8211;prefix=/opt/fcitx 指定安装位置，默认不用指定 make sudo make install 配置 在/etc/X11/xinit/xinput.d建立文件 fcitx 内容： XIM=fcitx XIM_PROGRAM=/usr/local/bin/fcitx //这里要根据你实际安装的情况 XIM_ARGS=&#8221;" GTK_IM_MODULE=XIM QT_IM_MODULE=XIM DEPENDS=&#8221;fcitx&#8221; 运行 im-switch -s fcitx 如果出现 Please install following packages &#8220;( fcitx [...]]]></description>
			<content:encoded><![CDATA[<p>Fcitx  小企鹅输入法最大的特点是容易安装和使用，无论是拼音还是码表输入都极为强劲。在输入法的自定义使用上也极为灵活。</p>
<h2><span style="color: #ff9900;">最为关键的是可以完美解决ubuntu切换窗口时，丢失焦点的BUG</span></h2>
<p>注意事项<br />
请删除主目录下 .fcitx文件夹（如以前安装过旧版本）</p>
<p>首先安装编译环境<br />
sudo apt-get install automake gettext libtool libxpm-dev libxft-dev libxtst-dev</p>
<p><span id="more-689"></span></p>
<p>下载最新文件</p>
<p>http://www.fcitx.org/main/?q=node/9</p>
<p>解压文件<br />
tar jxvf fcitx-xx.tar.bz2</p>
<p>开始安装<br />
cd fcitx<br />
.autogen.sh<br />
./configure &#8211;prefix=/opt/fcitx 指定安装位置，默认不用指定<br />
make<br />
sudo make install</p>
<p>配置<br />
在/etc/X11/xinit/xinput.d建立文件 fcitx<br />
内容：<br />
XIM=fcitx<br />
XIM_PROGRAM=/usr/local/bin/fcitx  //这里要根据你实际安装的情况<br />
XIM_ARGS=&#8221;"<br />
GTK_IM_MODULE=XIM<br />
QT_IM_MODULE=XIM<br />
DEPENDS=&#8221;fcitx&#8221;</p>
<p>运行 im-switch -s fcitx<br />
如果出现 Please install following packages &#8220;( fcitx )&#8221; . 不用理会</p>
<p>界面美化，仅附上录入框文字配色。默认的不好看。</p>
<p>光标色=102 159 66<br />
主窗口背景色=255 255 255<br />
主窗口线条色=203 202 186<br />
主窗口输入法名称色=153 153 153 102 159 66 56 134 230<br />
输入窗背景色=255 255 255<br />
输入窗提示色=2 89 196<br />
输入窗用户输入色=255 0 132<br />
输入窗序号色=0 66 200<br />
输入窗第一个候选字色=0 99 200<br />
#该颜色值只用于拼音中的用户自造词<br />
输入窗用户词组色=0 99 200<br />
输入窗提示编码色=255 0 132<br />
#五笔、拼音的单字/系统词组均使用该颜色<br />
输入窗其它文本色=56 134 230<br />
输入窗线条色=203 202 186<br />
输入窗箭头色=193 227 151<br />
虚拟键盘窗背景色=220 220 220<br />
虚拟键盘窗字母色=80 0 0<br />
虚拟键盘窗符号色=0 0 0</p>
<p>您可能感兴趣的文章<ol>
<li><a href='http://www.gagahappy.com/linux-wc-command/' rel='bookmark' title='wc命令'>wc命令</a></li>
<li><a href='http://www.gagahappy.com/emerg-getpwnam-nginx-failed/' rel='bookmark' title='[emerg]: getpwnam(“nginx”) failed'>[emerg]: getpwnam(“nginx”) failed</a></li>
<li><a href='http://www.gagahappy.com/git-bash-on-windows/' rel='bookmark' title='Git Bash on windows'>Git Bash on windows</a></li>
<li><a href='http://www.gagahappy.com/custom-ubuntu-cmd-shell/' rel='bookmark' title='定制Ubuntu命令行提示符'>定制Ubuntu命令行提示符</a></li>
<li><a href='http://www.gagahappy.com/to-upgrade-to-ubuntu-10-10-from-ubuntu-10-04-lts/' rel='bookmark' title='从Ubuntu 10.04升级到Ubuntu 10.10'>从Ubuntu 10.04升级到Ubuntu 10.10</a></li>
<li><a href='http://www.gagahappy.com/ubuntu-auto-mount-ntfs/' rel='bookmark' title='ubuntu 自动加载ntfs分区'>ubuntu 自动加载ntfs分区</a></li>
<li><a href='http://www.gagahappy.com/redirect-301-apache/' rel='bookmark' title='网站301重定向'>网站301重定向</a></li>
<li><a href='http://www.gagahappy.com/jdk-fontsettings/' rel='bookmark' title='ubuntu jdk 字体反锯齿处理'>ubuntu jdk 字体反锯齿处理</a></li>
<li><a href='http://www.gagahappy.com/google-chrome-for-ubuntu/' rel='bookmark' title='google chrome for ubuntu'>google chrome for ubuntu</a></li>
<li><a href='http://www.gagahappy.com/linux-basic-script/' rel='bookmark' title='Linux脚本编写语法基础介绍'>Linux脚本编写语法基础介绍</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gagahappy.com/ubuntu-install-fcitx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

