Skip to content

Backport !2260 “GWin32AppInfo: Remove assertion on the opened registry key” to glib-2-70

Relax assertion about opened registry key as it may have been removed in the meantime between enumeration and when opening, or (more likely) we may not have the required permissions to open the some enumerated keys (i.e. RegOpenKeyExW fails and returns ERROR_ACCESS_DENIED).

Fixes https://gitlab.com/inkscape/inbox/-/issues/5669


Trivial backport of !2260 (merged) to glib-2-70.

Merge request reports