Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-14 Thread Boyd Stephen Smith Jr.
On Sunday 13 February 2005 05:36 pm, Mark Knecht [EMAIL PROTECTED] wrote: Hi again, Thanks to everyone who's helped with my little project today. I now have a working version of a script that is started by double clicking on an icon in Gnome and answering some questions. Cool for me.

[gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Mark Knecht
Hi, This is not a Gentoo thing at all but I don't know where else to ask so I'm coming here. Delete if you're not interested. I have a suspicion this is some big scripting job. Scripting to any great extent is something I know nothing about. I'm hoping that maybe someone can point me in the

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread rodrigo ahumada
El dom, 13-02-2005 a las 10:22 -0800, Mark Knecht escribió: Hi, This is not a Gentoo thing at all but I don't know where else to ask so I'm coming here. Delete if you're not interested. I have a suspicion this is some big scripting job. Scripting to any great extent is something I

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Collins Richey
On Sun, 13 Feb 2005 10:22:36 -0800, Mark Knecht [EMAIL PROTECTED] wrote: Within Gnome is there a way that I could double click on a file in their browser and then cause the system to start executing a program that asks me questions about what to do? I don't know what you mean by their

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Mark Knecht
On Sun, 13 Feb 2005 16:02:32 +, rodrigo ahumada [EMAIL PROTECTED] wrote: i made my own auto-decompresser with python-gtk (i dont use file-roller), it uses file to get file type and select with command to use and showme the output. in module commands you get commands.getoutput, with this

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Boyd Stephen Smith Jr.
On Sunday 13 February 2005 12:22 pm, Mark Knecht [EMAIL PROTECTED] wrote: Hi, This is not a Gentoo thing at all but I don't know where else to ask so I'm coming here. Delete if you're not interested. I have a suspicion this is some big scripting job. Scripting to any great extent is

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Mark Knecht
On Sun, 13 Feb 2005 14:44:02 -0600, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Sunday 13 February 2005 12:22 pm, Mark Knecht [EMAIL PROTECTED] wrote: Hi, This is not a Gentoo thing at all but I don't know where else to ask so I'm coming here. Delete if you're not interested.

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread darren kirby
quoth the Mark Knecht: On Sun, 13 Feb 2005 14:44:02 -0600, Boyd Stephen Smith Jr. snip 3) Ask me which on I want to use Easy to make it ask the question but so far I cannot find the bash command to wait for keyboard input. There must be one but I don't see it in man bash. This is easy,

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Boyd Stephen Smith Jr.
On Sunday 13 February 2005 03:31 pm, Mark Knecht [EMAIL PROTECTED] wrote: On Sun, 13 Feb 2005 14:44:02 -0600, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Sunday 13 February 2005 12:22 pm, Mark Knecht [EMAIL PROTECTED] wrote: 2) Pop up a window and tell me about the instrument

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Mark Knecht
On Sun, 13 Feb 2005 15:48:02 -0600, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Sunday 13 February 2005 03:31 pm, Mark Knecht [EMAIL PROTECTED] wrote: SNIP 3) Ask me which on I want to use Easy to make it ask the question but so far I cannot find the bash command to wait for

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Collins Richey
On Sun, 13 Feb 2005 15:48:02 -0600, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Sunday 13 February 2005 03:31 pm, Mark Knecht [EMAIL PROTECTED] wrote: 2) Pop up a window and tell me about the instrument list While bash has no support for this, you may be able to use GTK binding

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread rodrigo ahumada
El dom, 13-02-2005 a las 15:36 -0800, Mark Knecht escribió: The '0' '1' are the real channel numbers that LinuxSampler has assigned to my set of commands. I do not know how to capture this response back into my script. what if you try: OUTPUT=`echo ADD CHANNEL | nc localhost ` or

Re: [gentoo-user] OT: Running something complicated from Gnome's browser

2005-02-13 Thread Mark Knecht
On Sun, 13 Feb 2005 21:26:43 +, rodrigo ahumada [EMAIL PROTECTED] wrote: El dom, 13-02-2005 a las 15:36 -0800, Mark Knecht escribió: The '0' '1' are the real channel numbers that LinuxSampler has assigned to my set of commands. I do not know how to capture this response back into