<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3593&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Unusual locale issue with GUI]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3593</link>
		<description><![CDATA[The most recent posts in Unusual locale issue with GUI.]]></description>
		<lastBuildDate>Fri, 03 Jul 2020 00:43:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Unusual locale issue with GUI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23208#p23208</link>
			<description><![CDATA[<p>I tried it in .xsessionrc, but it wasn&#039;t picked up on login, so I have put it back in .bashrc for the moment.&#160; When it isn&#039;t nearly 2am, I&#039;ll try creating the xorg.conf.d folder and putting it in there.</p>]]></description>
			<author><![CDATA[dummy@example.com (the.drewster)]]></author>
			<pubDate>Fri, 03 Jul 2020 00:43:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23208#p23208</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unusual locale issue with GUI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23180#p23180</link>
			<description><![CDATA[<div class="quotebox"><cite>the.drewster wrote:</cite><blockquote><div><p>FThe entire xorg.conf.d directory isn&#039;t there.&#160; I may try adding it and seeing if it works.</p></div></blockquote></div><p>Yeah, you have to create /etc/X11/xorg.conf.d/ yourself.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 01 Jul 2020 20:08:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23180#p23180</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unusual locale issue with GUI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23179#p23179</link>
			<description><![CDATA[<p>Funnily enough, that was exactly the page I was looking at.&#160; I had a look at the config files, The entire xorg.conf.d directory isn&#039;t there.&#160; I may try adding it and seeing if it works.</p><p>I do think though that putting it in ~/.xsessionrc is a better idea than .bashrc, thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (the.drewster)]]></author>
			<pubDate>Wed, 01 Jul 2020 19:54:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23179#p23179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unusual locale issue with GUI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23178#p23178</link>
			<description><![CDATA[<p>You can set the keyboard layout with an X.Org configuration file: <a href="https://wiki.archlinux.org/index.php/Xorg/Keyboard_configuration#Using_X_configuration_files" rel="nofollow">https://wiki.archlinux.org/index.php/Xo … tion_files</a></p><p>EDIT: or add the <span class="bbc">setxkbmap</span> command to <span class="bbc">~/.xsessionrc</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 01 Jul 2020 19:38:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23178#p23178</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unusual locale issue with GUI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23174#p23174</link>
			<description><![CDATA[<p>Okay, I have found a way round it.&#160; A bit of a horrible hack, but it does work.&#160; I have included the following line in my .bashrc</p><div class="codebox"><pre><code>setxkbmap -model thinkpad -layout gb</code></pre></div><p>As this laptop is only used by me, this is fine.<br />I will keep looking for a better solution.</p>]]></description>
			<author><![CDATA[dummy@example.com (the.drewster)]]></author>
			<pubDate>Wed, 01 Jul 2020 19:15:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23174#p23174</guid>
		</item>
		<item>
			<title><![CDATA[Unusual locale issue with GUI]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22580#p22580</link>
			<description><![CDATA[<p>I seem to have managed to hit an unusual locale bug with Devuan ASCII.</p><p>I have installed the system as UK English, and on login SLIM seems to follow the UK keyboard layout, but doesn&#039;t allow the UK pound sign.&#160; Shift+3 gives no character.&#160; Once I have logged in, the GUI is in US English, along with a US keyboard layout.&#160; The Language indicator in the system tray shows English (US) and any software started has the US keyboard layout.</p><p>However, if I run locale, it shows my locale to be en_GB.UTF8.&#160; If I use CTRL+ALT+F1 to start a tty, this is in UK English with a UK keyboard layout.</p><p>I have run through several tutorials on how to change the language, including dpkg-reconfigure locales, checking the /etc/default.d/locale (UK English) and creating a .i18n file in my home directory forcing UK English and adding a script to source this file on xfce4 startup.</p><p>Running through the keyboard layout shows a UK English keyboard layout already selected.</p><p>I have installed LXDE, and this is also in US English, which is why I think it may be something to do with slim or GDM.</p><p>This is a Lenovo L570 laptop.</p><p>Just to make things more interesting, I installed a Lenovo L540 laptop a couple of days before this one from the same USB stick, and that one is working perfectly in UK English, including the keyboard setup.</p><p>I installed from the Devuan ASCII 2.1 full iso.</p><p>I have checked the system logs, and I can&#039;t see anything amiss.</p><p>Has anyone seen this before, and have any idea how to fix it?</p><p>Sorry for war and peace<br />Thanks<br />Drew</p>]]></description>
			<author><![CDATA[dummy@example.com (the.drewster)]]></author>
			<pubDate>Fri, 12 Jun 2020 01:07:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22580#p22580</guid>
		</item>
	</channel>
</rss>
