tuberry / color-picker

Simple color picker for GNOME Shell.
GNU General Public License v3.0
144 stars 11 forks source link

Did latest master break GS 3.38 support? #26

Closed SaucySauce closed 3 years ago

SaucySauce commented 3 years ago

The preferences window shows an error but using the shell indicator works fine as well as the color ID notification.

https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/ Also broke pre 40 compatibility and showed the same bug as your extension.

tuberry commented 3 years ago

Yes, the git master branch usually only support the most current stable version of GNOME Shell (it's 40 now). I've tagged 3.38 for GS 3.38:

git clone https://github.com/tuberry/color-picker.git
cd color-picker && git checkout 3.38 && make install