<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — toolbox]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=649&amp;type=atom" />
	<updated>2017-08-30T18:50:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=649</id>
		<entry>
			<title type="html"><![CDATA[Re: toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3006#p3006" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-08-30T18:50:37Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3006#p3006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3005#p3005" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-08-30T11:34:15Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3005#p3005</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3004#p3004" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-08-29T21:13:13Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3004#p3004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3003#p3003" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-08-28T18:45:41Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3003#p3003</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3002#p3002" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-08-25T19:55:46Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3002#p3002</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2997#p2997" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2017-08-24T12:11:27Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2997#p2997</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[toolbox]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=2995#p2995" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baf1]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3660</uri>
			</author>
			<updated>2017-08-24T00:51:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=2995#p2995</id>
		</entry>
</feed>
