<div class="gmail_quote">On Thu, Aug 2, 2012 at 9:59 AM, Karl Klinger <span dir="ltr"><<a href="mailto:karlok@fastmail.fm" target="_blank">karlok@fastmail.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 12-07-31 03:15 PM, Michael Hirsch wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I use squirrel to look at databases.  It's a java app that provides a<br>
gui for examining many different DB flavors.  It's pretty good.<br>
<br>
I created an icon for it in my KDE panel so that I can run it with one<br>
click.  My problem is that is always opens a shell window which is<br>
useless to me.<br>
<br>
Squirrel usually launches from the shell script squirrel.sh.<br>
Squirrel.sh makes certain that the environment is sane, then runs java<br>
with appropriate args.  When I create an icon to run squirrel.sh, it<br>
opens a konsole window running squirrel.sh.<br>
<br>
Is there a way to create an icon for a .sh file that doesn't open a<br>
konsole window?<br>
<br>
I'm running 12.04, though this happened with 11.04 and 11.10, as well.<br>
<br>
Thanks,<br>
<br>
Michael<br>
<br>
</blockquote>
<br></div></div>
I have a similar situation with a shell script starting a java app.  The .desktop file contains the line "Terminal=0".  I assume this is what prevents it opening a console window.<span class="HOEnZb"><font color="#888888"></font></span><br>
</blockquote><div><br>Thanks Karl, that did it.  :)  I finally found the file in my ~/.local/share/application directory.<br><br>FYI, "terminal=false" also works.<br><br>Michael <br></div></div>