andreisergiu98 / arc-flatabulous-theme

Arc theme with Flatabulous window controls.
GNU General Public License v3.0
611 stars 42 forks source link

Installation fails with new inkscape changes #48

Closed cvetan closed 4 years ago

cvetan commented 4 years ago

Installation fails with latest inkscape changes in make files. Here is the error:

Making install in common
make[1]: Entering directory '/home/cvetan/Downloads/arc-flatabulous-theme/common'
Making install in gtk-2.0
make[2]: Entering directory '/home/cvetan/Downloads/arc-flatabulous-theme/common/gtk-2.0'
/bin/mkdir -p "light/assets"/
/usr/bin/inkscape --export-id-only --export-filename="light/assets/arrow-down.png" --export-id="arrow-down" --export-dpi=96 "light/assets.svg" >/dev/null

** (inkscape:19290): WARNING **: 10:08:05.309: Invalid option --export-filename=light/assets/arrow-down.png
Makefile:729: recipe for target 'light/assets/arrow-down.png' failed
make[2]: *** [light/assets/arrow-down.png] Error 1
make[2]: Leaving directory '/home/cvetan/Downloads/arc-flatabulous-theme/common/gtk-2.0'
Makefile:436: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/cvetan/Downloads/arc-flatabulous-theme/common'
Makefile:361: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

If you checkout this commit 905b1d1a88b757e0d3e389452c7c341d94a0e340 installation will complete normally. So something in latest two commits broke the install process.

Installed manually, Xubuntu 18.04

davidnash commented 4 years ago

I'm getting this too. Stock Ubuntu 20.04

$ sudo make install
Making install in common
make[1]: Entering directory '/home/david/arc-flatabulous-theme/common'
Making install in gtk-2.0
make[2]: Entering directory '/home/david/arc-flatabulous-theme/common/gtk-2.0'
/usr/bin/mkdir -p "light/assets"/
/usr/bin/inkscape --export-id-only --export-filename="light/assets/arrow-down.png" --export-id="arrow-down" --export-dpi=96 "light/assets.svg" >/dev/null

** (inkscape:34649): WARNING **: 16:07:13.365: Invalid option --export-filename=light/assets/arrow-down.png
make[2]: *** [Makefile:732: light/assets/arrow-down.png] Error 1
make[2]: Leaving directory '/home/david/arc-flatabulous-theme/common/gtk-2.0'
make[1]: *** [Makefile:436: install-recursive] Error 1
make[1]: Leaving directory '/home/david/arc-flatabulous-theme/common'
make: *** [Makefile:361: install-recursive] Error 1
andreisergiu98 commented 4 years ago

Hi. It should be fixed now, can you try it again?

davidnash commented 4 years ago

This is working now, thanks!

cvetan commented 4 years ago

Yes, I can also confirm it works now. Thanks.