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

Adds Mac GUI #160

Merged
merged 2 commits into from
Dec 31, 2020
Merged

Adds Mac GUI #160

merged 2 commits into from
Dec 31, 2020

Conversation

qarmin
Copy link
Owner

@qarmin qarmin commented Dec 29, 2020

Fixes #11
Fixes #64

Thanks to ImplicitEmpiricism I have now basic instructions how to compile Czkawka on MacOS.

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install rust gtk+3 
curl -L https://github.com/qarmin/czkawka/archive/2.0.0.tar.gz | tar -zxvf -
cd czkawka-2.0.0
cargo run --bin czkawka_gui

Let's see if I can wrap it inside Github CI

Test binary - czkawka_gui-macOS-stable.zip

It should be able to run with help of terminal.
Probably after some changes it will be able to run when double clicking at it.

If you could open app, then please print here screenshot with OS info,

@qarmin qarmin added the enhancement New feature or request label Dec 29, 2020
@qarmin qarmin changed the title [WIP] Adds Mac GUI [WIP] Adds Mac GUI - Testers needed Dec 29, 2020
@qarmin qarmin changed the title [WIP] Adds Mac GUI - Testers needed Adds Mac GUI Dec 31, 2020
@qarmin qarmin merged commit 72d74dd into master Dec 31, 2020
@qarmin qarmin deleted the add_mac_gui branch December 31, 2020 18:53
@magnusviri
Copy link

I'm not sure if you still want screenshots. I'm on 10.14.6.
Screen Shot 2021-01-04 at 2 45 06 AM

@qarmin
Copy link
Owner Author

qarmin commented Jan 4, 2021

Thanks,
Looks that all icons are missing.
Could you install an icon pack to see if it will restore the icons?

brew install adwaita-icon-theme

@magnusviri
Copy link

I did that and there's no change.

@renarsvilnis
Copy link

Want to add to @magnusviri, icons also missing for me. macOS Big Sur 11.3
image

@kytta
Copy link
Contributor

kytta commented May 23, 2021

Weirdly enough, installing adwaita-icon-theme resolved the issue for me (as mentioned in #368). I'm running macOS 10.15.7

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS - Package pango was not found Windows/MacOS support
4 participants