Arc-theme: Error building latest arc-theme comit

Created on 9 May 2016  路  7Comments  路  Source: horst3180/arc-theme

Please read this before posting:

This list was created for avoiding duplicated issues, if yours isn't listed, delete and continue.

  • The theme doesn't work in [distro] that have a GTK+ 3 version lower than 3.14 (i.e. Linux Mint 17.x).

    • Arc _only supports versions higher or equal than_ 3.14.

  • The theme is broken after a major GTK+ 3 update (i.e. 3.18 :point_right: 3.20).

    • Update the package or install from sources.

  • The theme is broken after installing from a repository.

    • Check if the repository that you're using is _specifically_ for the distribution (and distribution/GTK version) that you're using.

  • The theme is broken after installing from sources.

    • Possibly a bug on GTK+ 3 version checking, use --with-gnome=<version> flag with ./autogen.sh.

  • Theme isn't transparent on GNOME applications without CSD (i.e. Ubuntu's patched Nautilus).

    • Transparency on GTK+ 3 themes _isn't supported_ for non-CSD applications.

  • Theme doesn't build from AUR in Arch/Manjaro and others.

    • Ensure you have the base-devel group installed.

  • Some GTK+ 3 applications have a transparent background in Ubuntu.

    • Run this in terminal: gsettings set com.canonical.desktop.interface scrollbar-mode normal.

  • GTK+ 2 theme looks like Windows 95 and LibreOffice/others looks ugly.

    • Check if you have the Murrine GTK engine and gnome-themes-standard installed.


  • [ *] I read the list above.
  • [ *] I read the README.
  • [ *] I checked if my issue isn't duplicated.

Details:

  • Distribution: Debian Testing
  • Desktop environment: Gnome 3.20
  • GTK+ 3 version: 3.20.3-2
  • Arc version (commit): 5ec25f4

When running ./autogen.sh --prefix=/usr I get the following error:

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure:2699: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

As this is the first time I am building anything from source, I am a bit lost as to how I resolve the issue. Any help is greatly appreciated.

Most helpful comment

See here https://github.com/horst3180/arc-theme/issues/522.
tl;dr... Gnome is broken in Debian Testing. Half of the Gnome packages in Testing are still version 3.18.

All 7 comments

You're missing the pkg-config package. Have a second look at the README.md and install it along with the other dependencies.

Thanks horst3180. That fixed the issue. I have selected the arc theme, but I no longer have window buttons, see screenshot. Am I missing something else!!
screenshot from 2016-05-09 16-25-29

Experienced the same (no buttons), seems a permission issue here with me.
->
cd /usr/share/themes
sudo chmod u=rwx,g=rx,o=rx Arc -R
sudo chmod u=rwx,g=rx,o=rx Arc-Dark -R
sudo chmod u=rwx,g=rx,o=rx Arc-Darker -R

Thanks dnz16. I had to log off before I had the buttons after issuing those commands. Though now I seem to have different style buttons on different windows. See screenshot.
screenshot from 2016-05-10 07-47-40

Thanks @dnz16, I didn't know that one can just set parameters using _comma sign_ for chmod command in such a way.

See here https://github.com/horst3180/arc-theme/issues/522.
tl;dr... Gnome is broken in Debian Testing. Half of the Gnome packages in Testing are still version 3.18.

Thanks horst3180, explains a lot ;-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cbcoutinho picture cbcoutinho  路  3Comments

TwisX picture TwisX  路  7Comments

oldherl picture oldherl  路  5Comments

martinrotter picture martinrotter  路  6Comments

amingarro picture amingarro  路  5Comments