
In testing on Fedora, gnome-shell crashes here: JS ERROR: TypeError: DEFAULT_FOLDERS[folder] is undefined This needs to be a "for of" loop, not a "for in" loop, because `folders` is an array of the hash's keys, not the hash itself. Signed-off-by: Adam Williamson <awilliam@redhat.com> Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2238>