OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004187 [roxfiler] regular use major always 2010-01-27 14:48 2010-03-29 12:29
Reporter cptsalek View Status public  
Assigned To maciej
Priority normal Resolution fixed  
Status closed  
Summary 0004187: rox-filer doesn't handle command line arguments
Description 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.
Additional Information 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 $@
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0007594)
maciej (manager)
2010-03-03 20:09

There's also the 2.10 version out. Building it now.
(0007610)
maciej (manager)
2010-03-07 21:57

New rox-filer with the bugfix has been released. Does it work for you?
(0007772)
maciej (manager)
2010-03-29 12:29

Closing, I assume that the it works for the user.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker