schemar / solarc-theme

A flat theme with transparent elements. Based on the Arc theme: https://github.com/jnsh/arc-theme
GNU General Public License v3.0
114 stars 14 forks source link

Please support Ubuntu 22.04 with gnome-shell #41

Open m00lecule opened 1 year ago

m00lecule commented 1 year ago

Hello!

Currently I am trying to configure full solarized dark Ubuntu 22.04, which is shipped with unsupported by solarc-theme GNOME Shell version (>=40 https://launchpad.net/ubuntu/jammy/+source/gnome-shell). I would be grateful if somebody could give me a hint how I could install this cool theme on Ubuntu 22.04. Here is part, that I am stuck with:

$ ./autogen.sh --prefix=/usr --disable-gtk3
autoreconf: export WARNINGS=
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: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory '.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether ln -s works... yes
checking for gnome-shell... yes
Detected GNOME Shell 42.5
configure: error: Invalid GNOME Shell version: 42.5
schemar commented 1 year ago

Hey, there! Have you tried using a newer Arc version? You can set the variable before invoking the script or you could change the variable in the solarized script itself to a newer version of Arc.

m00lecule commented 1 year ago

Hey, there! Have you tried using a newer Arc version? You can set the variable before invoking the script or you could change the variable in the solarized script itself to a newer version of Arc.

Actually not, could You specify which one?

schemar commented 1 year ago

I don't know. Please have a look at the Arc repository what their latest release is and try that.

Omnikron13 commented 1 year ago

Looks like 20210412 is the earliest release with Gnome 40 support, and it is only one release past the last tested default here. There are a few other later releases than that as well which might improve Arc some more, though obviously the further from the 'known good' default the more likely you might encounter bugs with the SolArc conversion. Good luck!