Tuesday, 21 January 2020

linux - How to disable GtkFileChooserDialog search?

If I want to open or save a file in an gtk3 app (eg firefox) I get an unwanted search function after tiping a character.


Old and productive behaviour: typing d gives me the first file beginning with d, typing de gives me the first file with de.


New and unwanted behaviour: typing d starts a search process and gives me /home/myuser/Downloads/somestuff/DETLEFF or some other file somewhere in the system.


Example: Gtk3FileChooser


How can I change back to the old and productive behaviour?


My system: archliux64, Gtk3: 3.18.6, windowmanager: fluxbox

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...