Skip to content

Resolve "Segfault on enumeration of GjSFileImporter properties when a searchpath entry contains a symlink"

Philip Chimento requested to merge ptomato/gjs:154-fix-searchpath-symlink into master

Previously, only the file type was requested. Even though the name was not requested, query_info still returns the file name for non-symlink files, so this bug went unnoticed in most cases. However, when there was a symlink in the search path this broke.

Closes: #154 (closed)

Merge request reports