Re: Run Form
Christof (christof@ds2.uw.edu.pl)
Wed, 8 May 2002 20:08:53 +0200
On Tue, May 07, 2002 at 11:02:58PM -0700, Pachara Tinamas wrote:
> On Tue, 07 May 2002, Christof wrote:
>
> >
> > On Sun, Apr 28, 2002 at 11:24:33PM -0700, Pachara Tinamas wrote:
> > > I use afterstep 1.8.11.
> > > When I use Run Form with :
> > > emacs junk
> > >
> > > it show me some thing like :
> > > /sbin/sh emacs junk: no command or filename.
> > >
> > > it think "emacs junk" is a filename.
> > >
> > > how can i do?
> >
> > Are you trying to run emacs from the Form?
> >
> > Krzysiek
> >
> Thank you. I can run emacs from the Form. but How can I use run form
> to run comand like shell prompt such as :
>
> mozilla http://www.afterstep.org
>
> or
>
> cat junk
>
> i don't want to make form for every command (some command I use a little)
Looks like a bug. RUNForm should to execute something like:
xterm -e cut junk
where "cut junk" is returned by $(CustomTarget) but somehow this
returned string is treated by xterm as single word with the space, so
xterm look for the file (command) 'cut junk' which doesn't exist...
Krzysiek
_______________________________________________
The AfterStep Window Manager for X User's Mailing List
http://mail.afterstep.org/mailman/listinfo/as-users