Mantis - roxfiler
Viewing Issue Advanced Details
4187 regular use major always 2010-01-27 14:48 2010-03-29 12:29
cptsalek  
maciej  
normal  
closed  
fixed  
none    
none  
0004187: rox-filer doesn't handle command line arguments
ROX normally supports being used as panel or pinboard, using a variety of command line switches. But these aren't handles by /opt/csw/bin/rox-filer, which means that they are not passed to the executable /opt/csw/libexec/ROX-Filer.
This basically makes it impossible to use ROX Filer for something other than a file manager displaying some directory contents.
The fix is easy, just add $@ to the last line of /opt/csw/bin/rox-filer.
Additionally, there's IMO no reason to have an additional dependency to CSWbash, since /bin/sh will handle the job, too. A modified version of /opt/csw/bin/rox-filer is:

#!/bin/sh

APP_DIR="/opt/csw/share/ROX"
export APP_DIR
exec /opt/csw/libexec/ROX-Filer $@
Issue History
2010-01-27 14:48 cptsalek New Issue
2010-03-03 20:09 maciej Note Added: 0007594
2010-03-03 20:09 maciej Assigned To => maciej
2010-03-03 20:09 maciej Status new => assigned
2010-03-07 21:57 maciej Note Added: 0007610
2010-03-07 21:57 maciej Status assigned => feedback
2010-03-29 12:29 maciej Note Added: 0007772
2010-03-29 12:29 maciej Status feedback => closed
2010-03-29 12:29 maciej Resolution open => fixed

Notes
(0007594)
maciej   
2010-03-03 20:09   
There's also the 2.10 version out. Building it now.
(0007610)
maciej   
2010-03-07 21:57   
New rox-filer with the bugfix has been released. Does it work for you?
(0007772)
maciej   
2010-03-29 12:29   
Closing, I assume that the it works for the user.