<br><div><span class="gmail_quote">On 10/4/05, <b class="gmail_sendername">Frank McCormick</b> <<a href="mailto:fmccormick@videotron.ca">fmccormick@videotron.ca</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am trying to put an icon om my desktop for Python -<br>I have tried "/usr/bin/rxvt-xterm -e /usr/bin/python" and many other<br>variations but none works.<br>If i bring up a terminal and type python or python2.4
it works. Why<br>won't it work from an icon on the DT ??<br><br>Cheers<br><br>Frank<br><br></blockquote></div><br>
i don't use/havw rxvt on machine, but this works for me. I think you are using -e where you want -x.<br>
<br>
gnome-terminal -x python<br>
<br>
--andy<br>