vinceliuice / WhiteSur-gtk-theme

MacOS like theme for all gtk based desktops
MIT License
5.99k stars 616 forks source link

Install script broken on macOS #1159

Open ydalton opened 2 weeks ago

ydalton commented 2 weeks ago

The install script makes use of a few Linuxisms that macOS does not have, and I don't know immediately how to fix them without further investigation of the code.

192 ~/Downloads/WhiteSur-gtk-theme-2024.09.02 % ./install.sh
readlink: illegal option -- m
usage: readlink [-fn] [file ...]
./shell/lib-core.sh: line 25: getent: command not found
vinceliuice commented 2 weeks ago

Why install in macos ? it's gtk theme

vinceliuice commented 2 weeks ago

Anyway you cna use release files: https://github.com/vinceliuice/WhiteSur-gtk-theme/tree/master/release

ydalton commented 2 weeks ago

Why install in macos ? it's gtk theme

I am looking into packaging my own GTK application for macOS, so I want to test if this theme will fit my needs, since the default Adwaita theme does not look great on macOS.

vinceliuice commented 2 weeks ago

MacOS and linux have different environment, so install.sh can not work on MacOS

vinceliuice commented 2 weeks ago

You can unzip the release file to gtk theme folder

ydalton commented 2 weeks ago

You can unzip the release file to gtk theme folder

Yeah, so I untarred the release themes to ~/.themes, and GTK recognizes the themes. For the record, GTK4 Widget factory with the WhiteSur theme looks like this on macOS:

Screenshot 2024-10-29 at 15 11 28