Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error building latest arc-theme comit #525

Closed
EmyrB opened this issue May 9, 2016 · 7 comments
Closed

Error building latest arc-theme comit #525

EmyrB opened this issue May 9, 2016 · 7 comments

Comments

@EmyrB
Copy link

EmyrB commented May 9, 2016

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 👉 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.

@horst3180
Copy link
Owner

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

@EmyrB
Copy link
Author

EmyrB commented May 9, 2016

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

@dnz16
Copy link

dnz16 commented May 9, 2016

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

@EmyrB
Copy link
Author

EmyrB commented May 10, 2016

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

@Atracelex
Copy link

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

@horst3180
Copy link
Owner

See here #522.
tl;dr... Gnome is broken in Debian Testing. Half of the Gnome packages in Testing are still version 3.18.

@EmyrB
Copy link
Author

EmyrB commented May 12, 2016

Thanks horst3180, explains a lot ;-)

@EmyrB EmyrB closed this as completed May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants