9d5c743a98
g_file_make_directory_with_parents() returns an error if the directory already exists (unlike g_mkdir_with_parents()), so it is currently impossible to install more than a single extension, whoops. Handle the error properly by just carrying on. https://gitlab.gnome.org/fmuellner/gnome-extensions-tool/merge_requests/3 https://gitlab.gnome.org/GNOME/gnome-shell/issues/1234