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.sh fails on macOS #64

Closed
brandazzle opened this issue May 26, 2021 · 3 comments
Closed

install.sh fails on macOS #64

brandazzle opened this issue May 26, 2021 · 3 comments

Comments

@brandazzle
Copy link

brandazzle commented May 26, 2021

On MacOS Big Sur, after running all prior build-from-source steps successfully, attempting sudo ./install.sh gives
cp: /usr/bin/library-loader-gui: Operation not permitted
cp: directory /usr/share/applications does not exist
cp: /usr/share/icons/hicolor/scalable/apps/net.olback.LibraryLoader.svg: No such file or directory
This appears to be because the install.sh is designed for Linux.

@brandazzle
Copy link
Author

I've managed to run the GUI app successfully by just running the library-loader-gui executable directly; however, it clearly cannot access its assets, since the window minimize and close buttons aren't rendering properly at all.

@olback
Copy link
Owner

olback commented May 26, 2021

The install.sh is indeed designed for Linux. I wish I could provide a better Mac experience but since I don't actually have one, it's rather difficult.

The icon issue may be fixed if you install the Adwaita icon pack (adwaita-icon-theme) via homebrew.

@olback
Copy link
Owner

olback commented Nov 3, 2021

Closing in favor of #67

@olback olback closed this as completed Nov 3, 2021
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

2 participants