mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
Only G_FILE_ATTRIBUTE_STANDARD_NAME is necessary here for g_file_info_get_name() and g_file_enumerator_get_child() purpose. This avoids various thumbnailing house-keeping that GIO tries to do when any thumbnailing file attribute is requested (fairly visible when run with strace), in addition to just making more sense that way.