<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7906&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Managing language support in a console only installation.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7906</link>
		<description><![CDATA[The most recent posts in Managing language support in a console only installation..]]></description>
		<lastBuildDate>Tue, 14 Apr 2026 23:20:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63212#p63212</link>
			<description><![CDATA[<p>You may need to use <span class="bbc">setupcon</span> and friends. I guess most convenience support has been done with GUI in mind. Unless you already done it, I suggest you explore <span class="bbc">man -k keyboard</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 14 Apr 2026 23:20:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63212#p63212</guid>
		</item>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63211#p63211</link>
			<description><![CDATA[<p>@Lujoomen my setup is console only .&#160; setxkbmap is in the x11-xkb-utils. <br />Anyway.. i gave it a try since x11-xkb-utils doesnt pull all X .. but setxkbmap compaints that it cannot open the display.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Tue, 14 Apr 2026 22:37:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63211#p63211</guid>
		</item>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63195#p63195</link>
			<description><![CDATA[<p>For temporary session, this seemed to work for me with alt+shift toggle.</p><div class="codebox"><pre><code>setxkbmap -layout us,gr -variant ,polytonic -option grp:alt_shift_toggle</code></pre></div><p>To check current layout options you can run query and it would print currently active rules, model, layout, options.</p><div class="codebox"><pre><code>setxkbmap -query</code></pre></div><p>You probably dont need to do any reconfiguring if you find layout text file in </p><div class="quotebox"><blockquote><div><p>/usr/share/X11/xkb/symbols/gr</p></div></blockquote></div><p>If you need to add or create layout, then you would need reconfiguring after changes with</p><div class="codebox"><pre><code>dpkg-configure xkb-data</code></pre></div><p>To check if there are errors in the file</p><div class="codebox"><pre><code>setxkbmap -symbols /usr/share/X11/xkb/symbols/gr</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Lujoomen)]]></author>
			<pubDate>Tue, 14 Apr 2026 07:50:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63195#p63195</guid>
		</item>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63192#p63192</link>
			<description><![CDATA[<p>1. setxkbmap is part of X so i guess it affects X clients.</p><p>2. i created a new user and set gr locale as default but i cant write or see greek system messages.</p><p>i tried also :<br />$ sudo apt-get install console-data<br />$ sudo loadkeys /usr/share/keymaps/i386/qwerty/gr.kmap.gz <br />cant open &#039;linux-with-alt-and-altgr&#039; because kbdfile already opened ../include/linux-with-alt-and-altgr.inc.gz<br />syntax error unexpected error</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Tue, 14 Apr 2026 01:50:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63192#p63192</guid>
		</item>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63190#p63190</link>
			<description><![CDATA[<p>afaik <span class="bbc">dpkg-reconfigure locales</span> changes the locale setup so that programs that started after that will experience a new language environment. It doesn&#039;t change anything else. See e.g. <span class="bbc">man locale</span></p><p>How did you determine that changeing locale doesn&#039;t work?<br />Which writing tool or tools are you using; do you know whether they adapt to system locale?</p><p>Your keyboard configuration is separate. Most keyboards are physically built for a single language, so for them the story is to use mapping tables for keys so that the keys generate character codes in perhaps different ways than the key tops indicate. See eg <span class="bbc">man keyboard</span> about that. I tend to use <span class="bbc">setxkbmap</span> to switch the keyboard mapping (between <span class="bbc">us</span> and <span class="bbc">se</span>)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 13 Apr 2026 23:02:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63190#p63190</guid>
		</item>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63188#p63188</link>
			<description><![CDATA[<p>Strangely that itsfoss article ends with :</p><div class="quotebox"><blockquote><div><p>And that’s all! Now you’re able to change your default language as many times you want directly from the terminal.</p></div></blockquote></div><p>But how do you do that ?</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 13 Apr 2026 17:26:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63188#p63188</guid>
		</item>
		<item>
			<title><![CDATA[Re: Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63187#p63187</link>
			<description><![CDATA[<p>Possibly, create a new user....</p><p>Else, <a href="https://itsfoss.com/change-locales-linux/" rel="nofollow">https://itsfoss.com/change-locales-linux/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Mon, 13 Apr 2026 16:25:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63187#p63187</guid>
		</item>
		<item>
			<title><![CDATA[Managing language support in a console only installation.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63186#p63186</link>
			<description><![CDATA[<p>I want to be able to write other languages (in addition to english).<br />I tried with no help ;<br />$ sudo dpkg-reconfigure locales<br />$ sudo dpkg-reconfigure console-setup <br />$ sudo dpkg-reconfigure keyboard-configuration</p><p>what should i do ?</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 13 Apr 2026 13:11:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63186#p63186</guid>
		</item>
	</channel>
</rss>
