Index: icons/meson.build
--- icons/meson.build.orig
+++ icons/meson.build
@@ -311,7 +311,7 @@ foreach flavour: icon_flavors
         endif
       endforeach
 
-      excluded_folders += run_command('find', icon_dir,
+      excluded_folders += run_command('gfind', icon_dir,
         '-type', 'd',
         included_names.length() > 0 ? ['('] + included_names + [')'] : [],
         '-printf', '%P\\n',
@@ -339,7 +339,7 @@ foreach flavour: icon_flavors
       # the default dark theme as fallback, while the base flavour theme
       # is still inherited as primary.
       dark_categories = run_command(
-        'find',
+        'gfind',
         dark_theme,
         '!', '-path', dark_theme,
         '-type', 'd',
