<?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=5347&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5347</link>
		<description><![CDATA[The most recent posts in [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam..]]></description>
		<lastBuildDate>Wed, 16 Nov 2022 17:56:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38673#p38673</link>
			<description><![CDATA[<p>If from the very beginning, then from the &quot;--help&quot; key for almost any console program. <br />And for &quot;man&quot; as well. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Wed, 16 Nov 2022 17:56:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38673#p38673</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38672#p38672</link>
			<description><![CDATA[<div class="quotebox"><cite>Rainbow Sun wrote:</cite><blockquote><div><p>The <span class="bbc">man su</span> was new to me.</p></div></blockquote></div><p>One of the first things to know with any UNIX variant such as Linux is that man pages are the first place to go when you have problems. Whenever you see a recommendation to use a command you are not familiar with you should always start by reading the man page for it to see what it will do. Man itself has a man page (enter <span class="bbc">man man</span> to see it).</p><p>Also try:</p><div class="codebox"><pre><code>echo $PATH
su
echo $PATH
exit # or press control-d
su -
echo $PATH</code></pre></div><p>Trying things out is a good way to learn how Linux works under the hood.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 16 Nov 2022 17:07:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38672#p38672</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38668#p38668</link>
			<description><![CDATA[<p>Sorry OP, that was my fault, I should have been more clear in respect of the dpkg-reconfigure command.</p><p>Anyway, I&#039;m glad you got things fixed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 16 Nov 2022 16:43:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38668#p38668</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38667#p38667</link>
			<description><![CDATA[<p>Oops, you&#039;re right. I forgot something. Then I would say that this thread has been solved.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rainbow Sun)]]></author>
			<pubDate>Wed, 16 Nov 2022 10:18:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38667#p38667</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38658#p38658</link>
			<description><![CDATA[<p>Isn&#039;t the error message explicit enough? You need to use the command like this:</p><div class="codebox"><pre><code># dpkg-reconfigure locales</code></pre></div><p>This is useless:</p><div class="codebox"><pre><code># dpkg-reconfigure</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 15 Nov 2022 20:10:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38658#p38658</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38656#p38656</link>
			<description><![CDATA[<p>You&#039;re right. Really good explanations. The <span class="bbc">man su</span> was new to me. The improvement in Devuan you have to know first. Can I still use <span class="bbc">dpkg-reconfigure</span>? This no longer works for me after I have reinstalled the languages with the three commands.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rainbow Sun)]]></author>
			<pubDate>Tue, 15 Nov 2022 19:17:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38656#p38656</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38655#p38655</link>
			<description><![CDATA[<p><span class="bbc">man su</span> would also be worth reading. The man pages are always worth checking if you are having probelms with a command.</p><p>And try comparing output from <span class="bbc">echo $PATH</span> after <span class="bbc">su</span> and <span class="bbc">su -</span> (also output from <span class="bbc">env</span> and <span class="bbc">set</span>, preferably piped into less).</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Tue, 15 Nov 2022 18:14:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38655#p38655</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38654#p38654</link>
			<description><![CDATA[<p>See the &quot;su&quot; section in <a href="https://files.devuan.org/devuan_chimaera/Release_notes.txt" rel="nofollow">https://files.devuan.org/devuan_chimaer … _notes.txt</a>, it also provides more links to explain the situation.</p><p>Using the &quot;Search&quot; function of these forums would also have answered your query. We have had several threads here about the new <span class="bbc">su</span> behaviour.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 15 Nov 2022 17:36:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38654#p38654</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38653#p38653</link>
			<description><![CDATA[<p><img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /> Oooh my god it works. Thank you so much Head_on_a_Stick. You are my hero &lt;3 . You have identified the two problems and fixed them with the correct commands.<br />These were the three commands that helped me. That&#039;s all I had to do.</p><div class="codebox"><pre><code>su -
apt reinstall locales
locale-gen</code></pre></div><p>The <span class="bbc">dpkg-reconfigure</span> command does not work after that. <br />Terminal error message =</p><div class="codebox"><pre><code>root: dpkg-reconfigure
/usr/sbin/dpkg-reconfigure: bitte geben Sie ein Paket an, das Sie neu konfigurieren wollen</code></pre></div><p>With only <span class="bbc">su</span> the <span class="bbc">locale-gen</span> command does not work and with <span class="bbc">su -</span> the command works.<br />What is actually the difference between <span class="bbc">su</span> and <span class="bbc">su -</span> in terminal?</p>]]></description>
			<author><![CDATA[dummy@example.com (Rainbow Sun)]]></author>
			<pubDate>Tue, 15 Nov 2022 17:23:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38653#p38653</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38649#p38649</link>
			<description><![CDATA[<div class="quotebox"><cite>Rainbow Sun wrote:</cite><blockquote><div><p>the following command doesn&#039;t fix the problem either. <br /><span class="bbc">echo &quot;export LC_ALL= &quot; &gt;&gt; ~/.bashrc</span></p></div></blockquote></div><p>Remove that added line from ~/.bashrc</p><p>Looks like your locales are messed up so try</p><div class="codebox"><pre><code># apt reinstall locales</code></pre></div><p>Then edit /etc/locale.gen to un-comment de_DE.UTF-8 &amp; en_US.UTF-8, save the file and run</p><div class="codebox"><pre><code># locale-gen</code></pre></div><p>Does <span class="bbc">dpkg-reconfigure</span> work after that?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 15 Nov 2022 14:54:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38649#p38649</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38648#p38648</link>
			<description><![CDATA[<div class="codebox"><pre><code>#01 normaluser: su -
#02 Passwort:
#03 -bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht ändern (en_US.UTF-8): Datei oder Verzeichnis nicht gefunden
#04 root: dpkg-reconfigure locales
#05 Generating locales (this might take a while)...
#06   de_DE.UTF-8... done
#07   en_US.UTF-8...[error] cannot open locale definition file `en_GB&#039;: No such file or directory
#08  done
#09 Generation complete.
#10 root: locale -a
#11 C
#12 C.UTF-8
#13 de_DE.utf8
#14 POSIX</code></pre></div><p>Doesn&#039;t change anything either. I can execute the <span class="bbc">dpkg-reconfigure locales</span> command but I still get the error message #03 &amp; #07 .</p>]]></description>
			<author><![CDATA[dummy@example.com (Rainbow Sun)]]></author>
			<pubDate>Tue, 15 Nov 2022 14:34:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38648#p38648</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38647#p38647</link>
			<description><![CDATA[<p>FFS OP...</p><p>Use</p><div class="codebox"><pre><code>su -</code></pre></div><p>Do not use plain <span class="bbc">su</span>, that will not work. You need to add the dash.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 15 Nov 2022 11:16:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38647#p38647</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38646#p38646</link>
			<description><![CDATA[<p>Terminal =<br /><span class="bbc">#01 normaluser: su<br />#02 Passwort:<br />#03 bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht ändern (en_US.UTF-8): Datei oder Verzeichnis nicht gefunden<br />#04 root: /usr/sbin/dpkg-reconfigure locales<br />#05 /var/lib/dpkg/info/locales.postinst: 64: locale-gen: not found<br />#06 root: /usr/sbin/locale-gen<br />#07 Generating locales (this might take a while)...<br />#08 de_DE.UTF-8... done<br />#09&#160; en_US.UTF-8...[error] cannot open locale definition file `en_GB&#039;: No such file or directory<br />#10 done<br />#11 Generation complete.<br />#12 root: locale -a<br />#13 C<br />#14 C.UTF-8<br />#15 POSIX<br />#16 de_DE.utf8</span></p><p>I changed something earlier and I don&#039;t know how to fix the first error message (#03) in the terminal and the following command doesn&#039;t fix the problem either. <br /><span class="bbc">echo &quot;export LC_ALL= &quot; &gt;&gt; ~/.bashrc</span> <br />I get the message number 03 whenever I become root. What can I do if I get error number 09?</p>]]></description>
			<author><![CDATA[dummy@example.com (Rainbow Sun)]]></author>
			<pubDate>Tue, 15 Nov 2022 10:06:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38646#p38646</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38592#p38592</link>
			<description><![CDATA[<p>rolfie has already told the OP how to use <span class="bbc">su</span> correctly. Let&#039;s see if they can put the pieces together...</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 14 Nov 2022 14:03:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38592#p38592</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Umlauts (Ä Ö Ü ß) keys are not written in Steam.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38590#p38590</link>
			<description><![CDATA[<p>Rainbow Sun<br /> Try specifying the full path to the program /usr/sbin/dpkg-reconfigure</p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Mon, 14 Nov 2022 12:42:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38590#p38590</guid>
		</item>
	</channel>
</rss>
