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

Install script broken on macOS #1159

Open
ydalton opened this issue Oct 29, 2024 · 6 comments
Open

Install script broken on macOS #1159

ydalton opened this issue Oct 29, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@ydalton
Copy link

ydalton commented Oct 29, 2024

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
@ydalton ydalton added the bug Something isn't working label Oct 29, 2024
@vinceliuice
Copy link
Owner

Why install in macos ? it's gtk theme

@vinceliuice
Copy link
Owner

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

@ydalton
Copy link
Author

ydalton commented Oct 29, 2024

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
Copy link
Owner

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

@vinceliuice
Copy link
Owner

You can unzip the release file to gtk theme folder

@ydalton
Copy link
Author

ydalton commented Oct 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants