Missing G_FILE_ATTRIBUTE_STANDARD_NAME flag in the call to g_file_enumerate_children().
As we need the names of the files (to open them), we need to add this flag, even if on most file-systems, the filenames are fetched by default. For some file-systems like NFS, this flag is required. Without it, AMB crashes.
Missing G_FILE_ATTRIBUTE_STANDARD_NAME flag in the call to g_file_enumerate_children(). As we need the names of the files (to open them), we need to add this flag, even if on most file-systems, the filenames are fetched by default. For some file-systems like NFS, this flag is required. Without it, AMB crashes.