<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HowTo: Launch a terminal app from a shortcut on Nokia N900</title>
	<atom:link href="http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/</link>
	<description>Maemo News , Hacks , Themes , Wallpapers and More</description>
	<lastBuildDate>Thu, 15 Jul 2010 23:33:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: utterlymundane</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-380</link>
		<dc:creator>utterlymundane</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-380</guid>
		<description>A slightly less twisted way to do this is to use this shellscript as the app:

/home/user # cat ifconfig.sh
#!/bin/sh

/sbin/ifconfig
read throw_away

This will wait for you to hit enter before quitting, without starting up vi.


If you have installed &#039;less&#039; or &#039;more&#039;, that&#039;ll work even better -- you can do
/sbin/ifconfig &#124; less 

This is a great tip, I was getting real tired of the starting-up-xterm-starting-up-emacs rota.</description>
		<content:encoded><![CDATA[<p>A slightly less twisted way to do this is to use this shellscript as the app:</p>
<p>/home/user # cat ifconfig.sh<br />
#!/bin/sh</p>
<p>/sbin/ifconfig<br />
read throw_away</p>
<p>This will wait for you to hit enter before quitting, without starting up vi.</p>
<p>If you have installed &#8216;less&#8217; or &#8216;more&#8217;, that&#8217;ll work even better &#8212; you can do<br />
/sbin/ifconfig | less </p>
<p>This is a great tip, I was getting real tired of the starting-up-xterm-starting-up-emacs rota.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-174</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sun, 27 Dec 2009 21:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-174</guid>
		<description>Just the other day my phone displayed: &quot;Unable to receive or send messages.  Device storage full.  Remove data to free memory.&quot;  What are the steps needed so the phone can return to it&#039;s original settings.  Furthermore, I don&#039;t have any knowledge about reflashing.</description>
		<content:encoded><![CDATA[<p>Just the other day my phone displayed: &#8220;Unable to receive or send messages.  Device storage full.  Remove data to free memory.&#8221;  What are the steps needed so the phone can return to it&#8217;s original settings.  Furthermore, I don&#8217;t have any knowledge about reflashing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archebyte</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-150</link>
		<dc:creator>archebyte</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-150</guid>
		<description>@Geezer, not sure why that didn&#039;t work. A twisted way to do this is to put the following in a script (/home/user/myscript.sh):
&lt;code&gt;/sbin/ifconfig &gt; /tmp/dat
/usr/bin/osso-xterm &#039;vi /tmp/dat&#039;&lt;/code&gt;

make the script executable
&lt;code&gt;chmod a+x /home/user/myscript.sh&lt;/code&gt;

and call the script from topx.desktop
&lt;code&gt;Exec=/home/user/myscript.sh&lt;/code&gt;

This will open the output of ifconfig in vi

HTH</description>
		<content:encoded><![CDATA[<p>@Geezer, not sure why that didn&#8217;t work. A twisted way to do this is to put the following in a script (/home/user/myscript.sh):<br />
<code>/sbin/ifconfig > /tmp/dat<br />
/usr/bin/osso-xterm 'vi /tmp/dat'</code></p>
<p>make the script executable<br />
<code>chmod a+x /home/user/myscript.sh</code></p>
<p>and call the script from topx.desktop<br />
<code>Exec=/home/user/myscript.sh</code></p>
<p>This will open the output of ifconfig in vi</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archebyte</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-149</link>
		<dc:creator>archebyte</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-149</guid>
		<description>@rm42 yes, I wrote a HowTo here http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut-part-2/</description>
		<content:encoded><![CDATA[<p>@rm42 yes, I wrote a HowTo here <a href="http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut-part-2/" rel="nofollow">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut-part-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowTo: Launch a terminal app from a shortcut (Part 2) &#124; The Maemo</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-148</link>
		<dc:creator>HowTo: Launch a terminal app from a shortcut (Part 2) &#124; The Maemo</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-148</guid>
		<description>[...] This tutorial will show you how to add an icon to the topx shortcut in Part 1. [...]</description>
		<content:encoded><![CDATA[<p>[...] This tutorial will show you how to add an icon to the topx shortcut in Part 1. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geezer</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-139</link>
		<dc:creator>Geezer</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-139</guid>
		<description>I tried this trick with ifconfig. The window opens and immediately closes. Same if I launch osso-xterm ifconfig from the command line. Any ideas?

Great tip! Thanks!!</description>
		<content:encoded><![CDATA[<p>I tried this trick with ifconfig. The window opens and immediately closes. Same if I launch osso-xterm ifconfig from the command line. Any ideas?</p>
<p>Great tip! Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rm42</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-136</link>
		<dc:creator>rm42</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-136</guid>
		<description>That is a nice tip.  Thanks for sharing.  As for the icon, I think it is just a matter or pointing the shortcut to an icon somewhere...</description>
		<content:encoded><![CDATA[<p>That is a nice tip.  Thanks for sharing.  As for the icon, I think it is just a matter or pointing the shortcut to an icon somewhere&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Share Reader</title>
		<link>http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/comment-page-1/#comment-92</link>
		<dc:creator>Share Reader</dc:creator>
		<pubDate>Sun, 06 Dec 2009 14:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/#comment-92</guid>
		<description>[...] More: The Maemo&#8211;HowTo: Launch a terminal app from a shortcut [category &#31227;&#21160;&#24179;&#21488;-Mobile Platforms]     分类: [...]</description>
		<content:encoded><![CDATA[<p>[...] More: The Maemo&#8211;HowTo: Launch a terminal app from a shortcut [category &#31227;&#21160;&#24179;&#21488;-Mobile Platforms]     分类: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
