FAQ

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 45. almost 4 years by arst
  2. 44. almost 4 years by arst
  3. 43. almost 4 years by arst
  4. 42. almost 4 years by arst
  5. 41. almost 4 years by arst
  6. 40. almost 4 years by arst
  7. 39. almost 4 years by arst
  8. 38. almost 4 years by arst
  9. 37. almost 4 years by arst
  10. 36. almost 4 years by arst
  11. 35. almost 4 years by arst
  12. 34. almost 4 years by arst
  13. 33. almost 4 years by arst
  14. 32. almost 4 years by arst
  15. 31. almost 4 years by arst
  16. 30. almost 4 years by arst
  17. 29. almost 4 years by arst
  18. 28. almost 4 years by arst
  19. 27. almost 4 years by arst
  20. 26. almost 4 years by arst
  21. 25. almost 4 years by arst
  22. 24. almost 4 years by arst
  23. 23. almost 4 years by arst
  24. 22. almost 4 years by arst
  25. 21. almost 4 years by arst
  26. 20. almost 4 years by arst
  27. 19. almost 4 years by arst
  28. 18. almost 4 years by arst
  29. 17. almost 4 years by arst
  30. 16. almost 4 years by arst
  31. 15. almost 4 years by arst
  32. 14. almost 4 years by arst
  33. 13. almost 4 years by arst
  34. 12. almost 4 years by arst
  35. 11. almost 4 years by arst
  36. 10. almost 4 years by arst
  37. 9. almost 4 years by arst
  38. 8. almost 4 years by arst
  39. 7. almost 4 years by arst
  40. 6. almost 4 years by arst
  41. 5. almost 4 years by arst
  42. 4. almost 4 years by arst
  43. 3. almost 4 years by arst
  44. 2. almost 4 years by arst
  45. 1. almost 4 years by arst
 

Frequently asked questions

General

Where are my settings stored?

Can I run FWB from a memory stick?

Are there other language versions available?

Is there a Mac port of FWB?

File Browsers

What are these Recursive Selections?

How do I deselect all files in all directories?

How do I create a new folder / file / archive?

How do I edit the current path?

Command Prompts/Shells

How do I restart a command shell?

My Unix shell hangs

-



h2. Where are my settings stored?

FileWorkbench keeps the current configuration in a file default.fwb. For a given user it will be stored in a sub-folder of their home directory. It stores the main window layout, preferences, keyboard accelerators and script snippets.

For a user Steve we would get:
* on a Unix system: /home/steve/.FileWorkbench
* on Windows we have something like: C:/Documents and Settings/Steve/Application Data/FileWorkBench

The XML format used to store the settings is quite human readable, but that does not mean editing it is trivial.


h2. Can I run FWB from a USB memory?

yes. At startup, before looking in the users home directory, FileWorkbench will look in the parent directory relative from where it was started. This enables keeping FWB on a flash memory and running your own configuration on a different computers.

Also, since FWB is locally linked, it does not depend on a full install having been made. It will find run-time libraries relative itself.

If you format your USB memory with FAT32, you could actually store both a Windows and a Linux version of FileWorkbench on it.


h2. Are there other language versions available? (German, Chinese, …)

Currently: No. An API for translation is on the planning state. If you want to work with this, contact us (Development page).


h2. Is there a Mac port of FWB?

Not yet. It is mostly a matter of building the sources on a Mac together with the wxWidgets library. More information here.


h2. What are these Recursive Selections?

FileWorkbench allows for working with file selections that spans many directories. The current selection can be added to / removed from step by step. This is sometimes referred to a Recursive selections, or Nested selections or Multi-folder selections.

To select a file in this sense, hilight it and hit the space bar. As you then move the cursor you will notice that it’s selected state stays. To select many files in this way, use the Select/Deselect dialog (accelerator Num-Plus).

Traditional file managers usually allow only to select items in the currently visible folder. On top of that, as you click the mouse, it will just loose its selection state. This can be called a Single folder, one shot selection approach.

Recursive selection is of course a lot more powerful. Say that for a given hard drive, you would like to backup HTML and image files that have been modified within the last 3 months. That’s straight forward to do with recursive selection. Without it… you’d have to manually click through thousands of individual files.

More info here.

h2. How do I deselect all files in all directories?

To really deslect all files, from the file system root and below, use Ctrl-G. To deselect all files in the current directory and below, use Ctrl-D.

Note: Since file systems can be so large, it may take some time to iterate over all of them. Then Ctrl-D is the faster choice.

h2. How do I create a new directory?

Hit F7 and give a name. Ctrl-F7 will create a new (text) file. Shift-F7 creates a new empty archive (Zip/Gz).


h2. How do I edit the curent path?

Single click the browser caption (on the path) and start edit. Using keyboard, press F8.


h2. How do I restart a command shell?

Hit Ctrl-R and select the shell type you want. By default it opens the same type as before.


h2. My Unix shell hangs

This seems to be a lower level problem with Bash. Sometimes, if it is not given a command for a while, it seems the OS will just shut it down and it will not respond anymore. Restarting the shell is the workaround.

If someone has a clue why this happens and a fix, …help is welcome.