jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
900 stars 77 forks source link

After removing lighter assets the theme will not build #160

Closed phush0 closed 2 years ago

phush0 commented 2 years ago

messon will fail with

common/gnome-shell/meson.build:57:2: ERROR: Command "/usr/bin/find -L /home/phusho/.cache/paru/clone/arc-gtk-theme-git/src/arc-theme/common/gnome-shell/40/icons /home/phusho/.cache/paru/clone/arc-gtk-theme-git/src/arc-theme/common/gnome-shell/40/common-assets /home/phusho/.cache/paru/clone/arc-gtk-theme-git/src/arc-theme/common/gnome-shell/40/light-assets /home/phusho/.cache/paru/clone/arc-gtk-theme-git/src/arc-theme/common/gnome-shell/40/dark-assets /home/phusho/.cache/paru/clone/arc-gtk-theme-git/src/arc-theme/common/gnome-shell/40/lighter-assets" failed with status 1.

A full log can be found at /home/phusho/.cache/paru/clone/arc-gtk-theme-git/src/arc-theme/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
jnsh commented 2 years ago

Thank you for the report. Apparently this happens with gnome_shell_gresource=true build option, and any gnome-shell theme versions where the lighter variant isn't available, so this has always been issue with older versions.

I'll push a fix for this shortly.