<?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>fcitx 한글 보관 - 하우인포-IT·테크</title>
	<atom:link href="https://howinfo.kr/tag/fcitx-%ed%95%9c%ea%b8%80/feed/" rel="self" type="application/rss+xml" />
	<link>https://howinfo.kr/tag/fcitx-한글/</link>
	<description>IT·AI 자동화 &#38; 인프라 전문 블로그 (하우인포)</description>
	<lastBuildDate>Sun, 08 Feb 2026 11:09:27 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://howinfo.kr/wp-content/uploads/2026/02/cropped-ChatGPT-Image-2026년-2월-12일-오후-05_39_40-32x32.png</url>
	<title>fcitx 한글 보관 - 하우인포-IT·테크</title>
	<link>https://howinfo.kr/tag/fcitx-한글/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>우분투 fcitx 한글 설치 방법 (한글 입력 안 될 때 해결)</title>
		<link>https://howinfo.kr/%ec%9a%b0%eb%b6%84%ed%88%ac-fcitx-%ed%95%9c%ea%b8%80-%ec%84%a4%ec%b9%98/</link>
					<comments>https://howinfo.kr/%ec%9a%b0%eb%b6%84%ed%88%ac-fcitx-%ed%95%9c%ea%b8%80-%ec%84%a4%ec%b9%98/#respond</comments>
		
		<dc:creator><![CDATA[hong]]></dc:creator>
		<pubDate>Tue, 03 Feb 2026 09:59:03 +0000</pubDate>
				<category><![CDATA[개발·코딩]]></category>
		<category><![CDATA[fcitx 한글]]></category>
		<category><![CDATA[우분투]]></category>
		<guid isPermaLink="false">https://howinfo.kr/?p=1226</guid>

					<description><![CDATA[<p>우분투를 설치한 뒤 가장 많이 겪는 문제 중 하나가**“한글이 보이긴 하는데 입력이 안 되는 현상”**입니다. 이런 경우 대부분 입력기(fcitx) 설정...</p>
<p>게시물 <a href="https://howinfo.kr/%ec%9a%b0%eb%b6%84%ed%88%ac-fcitx-%ed%95%9c%ea%b8%80-%ec%84%a4%ec%b9%98/">우분투 fcitx 한글 설치 방법 (한글 입력 안 될 때 해결)</a>이 <a href="https://howinfo.kr">하우인포-IT·테크</a>에 처음 등장했습니다.</p>
]]></description>
										<content:encoded><![CDATA[
<p>우분투를 설치한 뒤 가장 많이 겪는 문제 중 하나가<br>**“한글이 보이긴 하는데 입력이 안 되는 현상”**입니다.</p>



<p>이런 경우 대부분 <strong>입력기(fcitx) 설정 문제</strong>인 경우가 많습니다.<br>이번 글에서는 <strong>우분투에서 fcitx를 이용해 한글 입력을 정상적으로 사용하는 방법</strong>을 단계별로 정리해보겠습니다.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">🐧 fcitx란 무엇인가?</h2>



<p>**fcitx**는<br>리눅스에서 사용하는 <strong>입력기 프레임워크</strong>로,<br>한글·중국어·일본어 등 다양한 언어 입력을 지원합니다.</p>



<p>우분투에서는 기본 입력기 대신 <strong>fcitx + 한글 엔진</strong> 조합을 많이 사용합니다.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">1️⃣ fcitx 및 한글 입력기 설치</h2>



<p>터미널을 열고 아래 명령어를 순서대로 실행합니다.</p>



<pre class="wp-block-code"><code>sudo apt update
sudo apt install fcitx fcitx-hangul -y
</code></pre>



<p>설치가 끝나면 <strong>로그아웃 또는 재부팅</strong>을 권장합니다.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">2️⃣ 입력기 시스템을 fcitx로 변경</h2>



<h3 class="wp-block-heading">입력기 설정 열기</h3>



<ul class="wp-block-list">
<li><strong>설정(Settings)</strong> → <strong>지역 및 언어(Region &amp; Language)</strong></li>



<li>또는 터미널에서:</li>
</ul>



<pre class="wp-block-code"><code>im-config
</code></pre>



<h3 class="wp-block-heading">설정 방법</h3>



<ol class="wp-block-list">
<li><strong>입력기 선택 창</strong>에서 <code>fcitx</code> 선택</li>



<li>확인 → 로그아웃 또는 재부팅</li>
</ol>



<p>📌 이 단계가 빠지면 <strong>설치해도 한글 입력이 안 됩니다.</strong></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">3️⃣ fcitx 설정에서 한글 추가하기</h2>



<h3 class="wp-block-heading">설정 열기</h3>



<pre class="wp-block-code"><code>fcitx-configtool
</code></pre>



<h3 class="wp-block-heading">한글 입력기 추가</h3>



<ol class="wp-block-list">
<li><strong>Input Method</strong> 탭 이동</li>



<li><code>+</code> 버튼 클릭</li>



<li>“Only Show Current Language” 체크 해제</li>



<li><strong>Hangul</strong> 또는 <strong>Korean</strong> 선택 → 추가</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">4️⃣ 한글 입력 단축키 확인</h2>



<p>기본 한/영 전환 키:</p>



<ul class="wp-block-list">
<li><strong>Shift + Space</strong></li>



<li>또는 <strong>Ctrl + Space</strong></li>
</ul>



<p>fcitx 설정에서 단축키는 자유롭게 변경할 수 있습니다.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">5️⃣ 그래도 한글 입력이 안 될 때 체크사항</h2>



<h3 class="wp-block-heading">✅ 환경변수 확인</h3>



<pre class="wp-block-code"><code>echo $GTK_IM_MODULE
echo $QT_IM_MODULE
</code></pre>



<p>정상이라면 출력값은:</p>



<pre class="wp-block-code"><code>fcitx
</code></pre>



<h3 class="wp-block-heading">수동 설정 (필요 시)</h3>



<pre class="wp-block-code"><code>export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">💡 자주 발생하는 원인 정리</h2>



<ul class="wp-block-list">
<li>fcitx 설치만 하고 <strong>입력기 전환을 안 한 경우</strong></li>



<li>로그아웃/재부팅을 하지 않은 경우</li>



<li>ibus와 fcitx가 충돌하는 경우</li>
</ul>



<p>👉 <strong>im-config → fcitx 선택</strong>이 핵심입니다.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">✨ 마무리</h2>



<p>우분투에서 한글 입력이 안 되는 문제는<br>대부분 <strong>fcitx 설치 + 입력기 전환 설정</strong>으로 해결됩니다.</p>



<p>한 번만 제대로 설정해두면<br>VS Code, 터미널, 브라우저 어디서든<br>문제없이 한글 입력이 가능합니다.</p>



<p></p>
<p>게시물 <a href="https://howinfo.kr/%ec%9a%b0%eb%b6%84%ed%88%ac-fcitx-%ed%95%9c%ea%b8%80-%ec%84%a4%ec%b9%98/">우분투 fcitx 한글 설치 방법 (한글 입력 안 될 때 해결)</a>이 <a href="https://howinfo.kr">하우인포-IT·테크</a>에 처음 등장했습니다.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://howinfo.kr/%ec%9a%b0%eb%b6%84%ed%88%ac-fcitx-%ed%95%9c%ea%b8%80-%ec%84%a4%ec%b9%98/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
