2

What is the recommended way to make an (Open)Motif XmFileSelectionBox show just relative paths inside the "Directories" pane? I mean, something like this

desired result with relative paths

instead of

enter image description here

I've tried looking for something tweakable via .Xresources but couldn't find anything... Should I write my own dirSearchProc ?

Joril
  • 19,961
  • 13
  • 71
  • 88

1 Answers1

3

Well there is a resource after all:

*pathMode: path_mode_relative

(This splits the "Filter" textfield into two "Directory" and "Filter" fields though)

Joril
  • 19,961
  • 13
  • 71
  • 88