Skip to content

WIP: location-entry: Improve filename completion

Daniel Pauls requested to merge danielxyz/nautilus:location-entry into master

Currently the location entry completer doesn't show any completion suggestions if there are multiple matches for a given file prefix.

To fix this pick the first match given by g_filename_completer_get_completions() if there are multiple matches.

Edited by António Fernandes

Merge request reports