<?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=1940&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=1940</link>
		<description><![CDATA[The most recent posts in [Solved] RXVT config ignored when started via x-terminal-emulator.]]></description>
		<lastBuildDate>Sun, 18 Mar 2018 00:37:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8022#p8022</link>
			<description><![CDATA[<p>Yes, that fixes it. Thanks a lot!</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sun, 18 Mar 2018 00:37:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8022#p8022</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8021#p8021</link>
			<description><![CDATA[<p>By my theory, the desired resources are tagged with <span class="bbc">urxvt</span> (rather than <span class="bbc">URxvt</span>), and they are therefore not applicable to a window lacking that tag. The supporting patch would thus be to replace all <span class="bbc">urxvt</span> with <span class="bbc">URxvt</span> in the resource definition file(s), and then it all will magically work.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 17 Mar 2018 23:59:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8021#p8021</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8020#p8020</link>
			<description><![CDATA[<p>Ok, I checked this.</p><p>For the terminal started directly calling <span class="bbc">/usr/bin/urxvt</span>, the output is:</p><div class="codebox"><pre><code>WM_CLASS(STRING) = &quot;urxvt&quot;, &quot;URxvt&quot;</code></pre></div><p>If I run <span class="bbc">x-terminal-emulator</span>, I get:</p><div class="codebox"><pre><code>WM_CLASS(STRING) = &quot;x-terminal-emulator&quot;, &quot;URxvt&quot;</code></pre></div><p>I&#039;m unsure what to make of this, however.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 17 Mar 2018 23:16:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8020#p8020</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8018#p8018</link>
			<description><![CDATA[<p>Presumably it&#039;s because the <span class="bbc">WM_CLASS</span> property is different between the two cases, and that the resources for <span class="bbc">urxvt</span> refers to the differing class tag.</p><p>Use <span class="bbc">xprop | grep WM_CLASS</span> to check.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 17 Mar 2018 22:46:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8018#p8018</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8016#p8016</link>
			<description><![CDATA[<p>You made me curious. I tried launching with x-terminal-emulator command and got the small font version.No .Xresources version.<br />Then I launched using xterm command and got the pretty version in my .Xresources. I know nothing about urxvt though. However, I am<br />on ascii not jessie.</p>]]></description>
			<author><![CDATA[dummy@example.com (catprints)]]></author>
			<pubDate>Sat, 17 Mar 2018 22:16:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8016#p8016</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] RXVT config ignored when started via x-terminal-emulator]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8010#p8010</link>
			<description><![CDATA[<p>After reading about X terminal emulators recently, I switched from XTerm to RXVT – <span class="bbc">rxvt-unicode-256color</span>, to be exact, so that Vim color themes would be displayed nicely.</p><p>Now, I was trying to set this as the default X terminal emulator, using <span class="bbc">update-alternatives</span>:</p><div class="codebox"><pre><code># update-alternatives --config x-terminal-emulator
There are 5 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).

  Selection    Path                 Priority   Status
------------------------------------------------------------
* 0            /usr/bin/lxterm       30        auto mode
  1            /usr/bin/koi8rxterm   20        manual mode
  2            /usr/bin/lxterm       30        manual mode
  3            /usr/bin/urxvt        20        manual mode
  4            /usr/bin/uxterm       20        manual mode
  5            /usr/bin/xterm        20        manual mode

Press enter to keep the current choice[*], or type selection number:</code></pre></div><p>Number 3 seems to be the right choice here, so I selected it and hit enter. But if I use <span class="bbc">x-terminal-emulator</span> instead of <span class="bbc">/usr/bin/urxvt</span> now to start the terminal, the configuration (colors, fonts) in my <span class="bbc">.Xresources</span> file is being ignored and I&#039;m presented with a small white box containing a bit of tiny text in an ugly font and an ugly scroll bar on the left on top of that.</p><p>That&#039;s pretty strange, because <span class="bbc">x-terminal-emulator</span> should do nothing but point to <span class="bbc">/usr/bin/urxvt</span>, which it does. How is it possible then that I get a fully configured RXVT when running <span class="bbc">/usr/bin/urxvt</span> directly, but not when running <span class="bbc">x-terminal-emulator</span>?</p><p>I&#039;m on Jessie, FWIW.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 17 Mar 2018 19:59:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8010#p8010</guid>
		</item>
	</channel>
</rss>
