<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — toolbox]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=649</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=649&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in toolbox.]]></description>
		<lastBuildDate>Wed, 30 Aug 2017 18:50:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3006#p3006</link>
			<description><![CDATA[<p>A new build (2492) is <a href="https://simplyfortran.com/download/?platform=linux">available for all Linux distributions</a> that should fix the issue.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 30 Aug 2017 18:50:37 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3006#p3006</guid>
		</item>
		<item>
			<title><![CDATA[Re: toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3005#p3005</link>
			<description><![CDATA[<p>It appears that OpenSUSE doesn&#039;t implement the <em>x-terminal-emulator</em> command.&nbsp; I had thought that this command was more general, but apparently it is only common in Debian- and Ubuntu-based distributions.&nbsp; I&#039;ll see about a new build that alternatively calls xterm for SUSE- and Fedora-based systems.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 30 Aug 2017 11:34:15 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3005#p3005</guid>
		</item>
		<item>
			<title><![CDATA[Re: toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3004#p3004</link>
			<description><![CDATA[<p>Still not working for me.&nbsp; I tried the experiment that I described in the original post.&nbsp; Nothing happens at all.&nbsp; Using version 2.39, Build 2491 (GTK+) on 64-bit Leap 42.2</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Tue, 29 Aug 2017 21:13:13 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3004#p3004</guid>
		</item>
		<item>
			<title><![CDATA[Re: toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3003#p3003</link>
			<description><![CDATA[<p>Thanks Jeff.&nbsp; I will wait and see how the new version turns out.&nbsp; The command I was actually trying to use was a script that included a modified gfortran compilation linking some other libraries.&nbsp; I never saw any sign that anything happened when I &quot;ran&quot; the command from the toolbox as there was no messages and the executable was not created. I assumed I was not using the toolbox correctly.</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Mon, 28 Aug 2017 18:45:41 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3003#p3003</guid>
		</item>
		<item>
			<title><![CDATA[Re: toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3002#p3002</link>
			<description><![CDATA[<p>Version 2.39, coming out next week, should fix most of the Toolbox problems on Linux.&nbsp; It should now behave the same as the Windows equivalent.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 25 Aug 2017 19:55:46 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3002#p3002</guid>
		</item>
		<item>
			<title><![CDATA[Re: toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=2997#p2997</link>
			<description><![CDATA[<p>Based on your description, I assume you&#039;re using Linux, which is highly problematic for spawning an external console.&nbsp; When you select &quot;Open Console&quot; on Linux, Simply Fortran uses the command &quot;x-terminal-emulator -e <em>&lt;cmd&gt;</em>&quot; to launch your command line. The problem in this case is that the &quot;ls&quot; command executes nearly instantaneously, and, when complete, the console immediately closes.&nbsp; On my test system, an Ubuntu 16.04 machine that&#039;s not particularly fast, I sometimes see a window flash when I run this example.</p><p>The toolbox will work great if you have a long-running process or you don&#039;t select &quot;Open Console.&quot;&nbsp; For example, in your case the command could be (without &quot;Open Console&quot; checked):<br /></p><div class="codebox"><pre><code>xterm -e &quot;ls;bash&quot;</code></pre></div><p>which will open a reliable, old xterm window, display the directory listing, and end with a command prompt.</p><p>The problem is Linux&#039;s fractured state.&nbsp; The only reliable commands are &quot;xterm&quot; or &quot;x-terminal-emulator.&quot; Launching a native, more configurable terminal like kterminal or gnome-terminal is unreliable since Simply Fortran does not (and will not) be able to determine your current desktop.</p><p>These problems simply don&#039;t exist on Windows or macOS where a terminal can be opened in a more configurable manner.</p><p>I think I will look at possibly switching to using xterm on Linux since the &quot;x-terminal-emulator&quot; command is so rigid and inflexible.&nbsp; It just doesn&#039;t provide the same configurability as our other two platforms.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 24 Aug 2017 12:11:27 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=2997#p2997</guid>
		</item>
		<item>
			<title><![CDATA[toolbox]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=2995#p2995</link>
			<description><![CDATA[<p>I am having trouble understanding/using external tools.&nbsp; For example, using the toolbox, I created a new &quot;tool&quot; with the characteristics</p><p>Name: directory list<br />Command line: ls</p><p>I am selecting this as a &quot;Project Tool&quot;, and selecting &quot;Open Console&quot;</p><p>I then save this tool.</p><p>If I now select this tool from the Toolbox dropdown, I would expect the console to open and the ls command to be executed.&nbsp; Instead, nothing happens.</p><p>What am I not understanding correctly about this process?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (baf1)]]></author>
			<pubDate>Thu, 24 Aug 2017 00:51:52 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=2995#p2995</guid>
		</item>
	</channel>
</rss>
