GNOME Bugzilla – Bug 337063
Provide the ability to specify an alternate .orca location.
Last modified: 2006-11-05 01:12:33 UTC
In the wouldn't-it-be-nice department, is the ability to run Orca automatically from something like a USB drive when it's inserted, with the users own preferences also saved on the removalable media. In order to do this, Orca would need to be able to get it's user settings from an alternate location other than the ~/.orca directory. The suggested approach would be to have a command line option to Orca to enable this.
Created attachment 75851 [details] [review] Patch to implement this feature. This patch introduces a new "-u dir" command line option for Orca which can specify an alternate location for the equivalent of the user's ~/.orca directory. This now means that you can plug in a thumb drive into a USB port on your computer and do: /usr/bin/orca -u /media/usbdisk/.orca and Orca will read your customized Orca preferences whereever you go. The next step is to work out how to put Orca on that same thumb drive and automatically start it via an (.autorun|autorun|autorun.sh) file on that media.
Changes checked into CVS HEAD. I'd appreciate it if others could try this before I close out the bug. Thanks.
Closed as FIXED. If others discover problem with this, please let me know.