2 Jan 13:53
Re: Command equivalent to left-click
Stephen Watson <stephen <at> kerofin.demon.co.uk>
2010-01-02 12:53:44 GMT
2010-01-02 12:53:44 GMT
Jim Lesurf <jcgl <at> audiomisc.co.uk> wrote: > > So is there a simple command that will ensure the browser view of the > resulting file does *not* vanish if the xterminal window is closed, and > does *not* pass unwanted moans by evince back up to it? > > With RO I'd use Filer_Run and that would solve the problem. But I'm trying > to get a version that lets me supply people with a ROX version - and > ideally one that also works for non ROX linux users who can start the > process by clicking AppRun.The command 'rox' is the ROX equivalent to Filer_Run. Unfortunately it vanished from recent versions of ROX-Filer, but it is very simple. If you installed ROX-Filer in ~/Apps then rox is: #!/bin/sh exec /home/stephen/Apps/ROX-Filer/AppRun "$@" (or wherever your home directory is). As you can see it simply runs ROX-Filer with the file as the argument. The filer then passes that to an already running instance of the filer (or becomes the instance if it can't find one) which then runs it according to the defined run actions. -- -- Stephen Watson http://www.kerofin.demon.co.uk/ If you read this on a mailing list, send any reply back to the list and not to me. Not even CC. Do you mind not farting while I'm saving the world? ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
The command 'rox' is the ROX equivalent to Filer_Run. Unfortunately it
vanished from recent versions of ROX-Filer, but it is very simple. If you
installed ROX-Filer in ~/Apps then rox is:
#!/bin/sh
exec /home/stephen/Apps/ROX-Filer/AppRun "$@"
(or wherever your home directory is).
As you can see it simply runs ROX-Filer with the file as the argument. The
filer then passes that to an already running instance of the filer (or
becomes the instance if it can't find one) which then runs it according to
the defined run actions.
RSS Feed