Questions tagged [file-picker]

Widgets for selecting files and directories

Questions concerning GUI or TUI widgets that allow for the selection of files and directories.

1 questions
2
votes
0 answers

Disable autocompletion in the GTK3 file chooser

The GTK3 file chooser dialog allows you to type a filename with the keyboard. It includes an autocompletion feature that will go ahead and immediately type (not merely suggest) the rest of a file or directory name as soon as you've typed an…