Skip to content

FileChooserButton: query 'display name' also for unbookmarked files

Nelson Ben requested to merge BUG_filechooserbutton_remote_GTK3 into gtk-3-24
Do also the async file info query for remote files when they
are not bookmarked, because otherwise "None" will be shown as
file name (and fallback text generic icon will be used).

The remote file was already browsed by the file chooser
instance when selecting it, so querying the display name
again should be using gio cache and not be slow.

Even if it's were slow it's better than showing 'None'
which makes it seem as if nothing was selected.

Closes #1966 (closed)

Merge request reports