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.
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.