Re: vte_terminal_fork_command behavior

2009-01-25 Thread Wouter Bolsterlee
2009-01-25 klockan 07:16 skrev Ignacio Butler: If I do vte_terminal_fork_command(w, vim, NULL, NULL, ., FALSE, FALSE, FALSE); Vim is executed and i can interact with it. But if I run a program like ls, which ends after directory listing, no output is shown, no matter what I do. How I

Re: vte_terminal_fork_command behavior

2009-01-25 Thread Ignacio Butler
On Sun, Jan 25, 2009 at 8:58 AM, Wouter Bolsterlee wbols...@gnome.org wrote: 2009-01-25 klockan 07:16 skrev Ignacio Butler: If I do vte_terminal_fork_command(w, vim, NULL, NULL, ., FALSE, FALSE, FALSE); Vim is executed and i can interact with it. But if I run a program like ls, which

Obama -- The Judas Goat

2009-01-25 Thread Lawrence Auster
Obama -- The Judas Goat 1/25/2009 By David Duke Judas Goat\ A goat that leads other goats or sheep to slaughter. Also, one who entices into danger and betrays others. The name is an allusion to Judas Iscariot, who betrayed Jesus for 30 pieces of slaughter. (From Merriam WebsterÂ’s Dictionary)

Re: vte_terminal_fork_command behavior

2009-01-25 Thread Wouter Bolsterlee
2009-01-25 klockan 16:43 skrev Ignacio Butler: On Sun, Jan 25, 2009 at 8:58 AM, Wouter Bolsterlee wbols...@gnome.org wrote: 2009-01-25 klockan 07:16 skrev Ignacio Butler: If I do vte_terminal_fork_command(w, vim, NULL, NULL, ., FALSE, FALSE, FALSE); Vim is executed and i can

Re: vte_terminal_fork_command behavior

2009-01-25 Thread Ignacio Butler
On Sun, Jan 25, 2009 at 8:16 AM, Wouter Bolsterlee wbols...@gnome.org wrote: 2009-01-25 klockan 16:43 skrev Ignacio Butler: On Sun, Jan 25, 2009 at 8:58 AM, Wouter Bolsterlee wbols...@gnome.org wrote: 2009-01-25 klockan 07:16 skrev Ignacio Butler: If I do vte_terminal_fork_command(w,

Re: vte_terminal_fork_command behavior

2009-01-25 Thread Wouter Bolsterlee
2009-01-25 klockan 18:29 skrev Ignacio Butler: Another approach would be to execute a command like this in the VTE widget: sh -c 'YOUR COMMAND LINE GOES HERE'; read; In this case the spawned shell will wait for the user to hit Enter (or Ctrl-C or Ctrl-D) to exit. it worked. Thanks Hi

Re: vte_terminal_fork_command behavior

2009-01-25 Thread Ignacio Butler
It's true, that can cause my some troubles. I'll avoid overload enviroment. Thank you On Sun, Jan 25, 2009 at 9:34 AM, Wouter Bolsterlee wbols...@gnome.org wrote: 2009-01-25 klockan 18:29 skrev Ignacio Butler: Another approach would be to execute a command like this in the VTE widget: