<?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>gcin kubuntu kde 中文 &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/gcin-kubuntu-kde-%E4%B8%AD%E6%96%87/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Tue, 08 Sep 2015 01:02:19 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Kubuntu 15.04 gcin 中文輸入法</title>
		<link>https://richliu.com/2015/09/02/1853/kubuntu-15-04-gcin-%e4%b8%ad%e6%96%87%e8%bc%b8%e5%85%a5%e6%b3%95/</link>
					<comments>https://richliu.com/2015/09/02/1853/kubuntu-15-04-gcin-%e4%b8%ad%e6%96%87%e8%bc%b8%e5%85%a5%e6%b3%95/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Wed, 02 Sep 2015 12:53:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gcin kubuntu kde 中文]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=1853</guid>

					<description><![CDATA[<p>我是先用英文語系, 再切到中文語系. 因為是用大易的關係, 所以要安裝 gcin , 比較簡單 編輯 /etc [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2015/09/02/1853/kubuntu-15-04-gcin-%e4%b8%ad%e6%96%87%e8%bc%b8%e5%85%a5%e6%b3%95/">Kubuntu 15.04 gcin 中文輸入法</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>我是先用英文語系, 再切到中文語系.<br />
因為是用大易的關係, 所以要安裝 gcin , 比較簡單</p>
<p><span id="more-1853"></span></p>
<p>編輯 /etc/apt/source.list 在最後一行加上 (只支援 AMD64/x86_64)<br />
[TEXT]<br />
deb http://hyperrate.com/gcin-ubuntu1504 eliu release<br />
[/TEXT]</p>
<p>再執行 (註: 我有一台系統不知何故沒有裝到 libindicator3 , 所以加上這個指令)<br />
[TEXT]<br />
# sudo apt-get update<br />
# sudo apt-key adv &#8211;keyserver keyserver.ubuntu.com &#8211;recv-keys 835AB0E3<br />
# sudo apt-get install gcin<br />
# sudo apt-get install gcin-qt5-immodule<br />
# sudo apt-get install libindicator3<br />
[/TEXT]</p>
<p>執行這個命令<br />
[TEXT]<br />
# check-language-support &#8211;language=zh_TW &#8211;show-installed<br />
fcitx fcitx-chewing fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4 fcitx-frontend-qt5 fcitx-pinyin fcitx-table-cangjie fcitx-ui-classic fcitx-ui-qimpanel firefox-locale-zh-hant fonts-arphic-ukai fonts-arphic-uming fonts-droid kde-config-fcitx kde-l10n-zhtw language-pack-gnome-zh-hant language-pack-zh-hant libreoffice-help-zh-tw libreoffice-l10n-zh-tw poppler-data<br />
[/TEXT]</p>
<p>將輸出結果全部 install 到系統</p>
<p>[TEXT]<br />
# sudo apt-get install fcit x fcitx-chewing fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4 fcitx-frontend-qt5 fcitx-pinyin fcitx-table-cangjie fcitx-ui-classic fcitx-ui-qimpanel firefox-locale-zh-hant fonts-arphic-ukai fonts-arphic-uming fonts-droid kde-config-fcitx kde-l10n-zhtw language-pack-gnome-zh-hant language-pack-zh-hant libreoffice-help-zh-tw libreoffice-l10n-zh-tw poppler-data<br />
[/TEXT]</p>
<p>選擇 gcin 做為主要的輸入法<br />
[TEXT]<br />
# sudo im-config<br />
[/TEXT]</p>
<p>編輯 ~/.xinputrc 加上這二行<br />
[TEXT]<br />
export GTK_IM_MODULE=gcin<br />
export QT_IM_MODULE=gcin<br />
[/TEXT]</p>
<p>reboot 再重新登入就可以了</p>
<p>ref:<br />
<a href="http://hyperrate.com/thread.php?tid=28044&#038;pg=1" target="_blank" rel="noopener">Ubuntu 15.04/14.10/14.04/…/12.10/12.04 安裝最新的 gcin 中文輸入的完整步驟</a><br />
<a href="http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=99272" target="_blank" rel="noopener">Kubuntu 15.04 (Plasma 5.0) Fcitx、gcin輸入法無法打中文</a></p>
<p>KDE Plasma 5.0 桌面真是很舒服. 賞心悅目. </p>
<p>The post <a rel="nofollow" href="https://richliu.com/2015/09/02/1853/kubuntu-15-04-gcin-%e4%b8%ad%e6%96%87%e8%bc%b8%e5%85%a5%e6%b3%95/">Kubuntu 15.04 gcin 中文輸入法</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2015/09/02/1853/kubuntu-15-04-gcin-%e4%b8%ad%e6%96%87%e8%bc%b8%e5%85%a5%e6%b3%95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
