UbuntuBudgie / pocillo-gtk-theme

GTK+ 3.22 & GTK+ 4 based theme for the Budgie Desktop that has Material Design elements and styled using the Arc colour palette
https://ubuntubudgie.org
GNU General Public License v2.0
47 stars 10 forks source link

Unable to build project for GTK2 #31

Closed UltraBurstXD closed 3 years ago

UltraBurstXD commented 3 years ago

When I run make all, I get this (new) error:

<pre>** Matching Colors
cd ./src/gtk-3.0/gtk-common/ &amp;&amp; ./recolor-assets.sh &gt; /dev/null
** Generating GTK2...
#cd ./src/gtk-2.0 &amp;&amp; ./recolor-assets.sh
** Generating GTK3...
for color in &apos;&apos; &apos;-dark&apos; &apos;-light&apos;; do \
  for size in &apos;&apos; &apos;-slim&apos;; do \
    for version in &apos;3.22&apos;; do \
      sassc -M -t expanded src/gtk-3.0/$version/gtk$color$size.{scss,css}; \
    done; \
  done; \
done
** Generating the CSS...
** Generating the Assets...
cd ./src/gtk-3.0/gtk-common/ &amp;&amp; find . -type f -name *.png -exec rm -v &apos;{}&apos; + &gt; /dev/null
cd ./src/gtk-2.0/ &amp;&amp; find . -type f -name *.png -exec rm -v &apos;{}&apos; + &gt; /dev/null
cd ./src/gtk-3.0/gtk-common/ &amp;&amp; ./render-assets.sh &gt; /dev/null
make: *** [Makefile:20: assets] Error 1
</pre>

I'm trying to build the project for both GTK2 & GTK3, but I can't. I don't know what's going on.

UltraBurstXD commented 3 years ago

Well, when I compile with GTK3 only, there are no issues. But I think for compatibility sake, I should compile to GTK2 too... There are still several software with some parts implemented with GTK2.

fossfreedom commented 3 years ago

Run

git clone https://github.com/ubuntubudgie/pocillo-gtk-theme
cd pocillo-gtk-theme
make
sudo make install

Then you can use make all / make gtk3 / .apply etc.

UltraBurstXD commented 3 years ago

I'm still getting the same error :confused:

UltraBurstXD commented 3 years ago

But I think I can ignore it :grinning: