Conky-for-macOS / Manage-Conky

conky-manager for macOS
https://github.com/Conky-for-macOS/Manage-Conky/wiki
MIT License
35 stars 3 forks source link

[Project is Stalled]: Apple Malware Protection & Other Security Problems; Someone could pick from where I left off? #29

Open felixvonberlin opened 4 years ago

felixvonberlin commented 4 years ago

When I downloaded the DiskImage, my Mac stopped me opening the Installer like this: Screenshot 2020-06-18 at 16 21 56

I think this is highly questionable...

npyl commented 4 years ago

I have lost track of Apple's guidelines; this is probably the case. (This project has been kind of unmaintained for quite some time now...)

If anyone wants to take it from where I left off that would be great.

PS: It may also depend on which version you are downloading as I've had reports of my dmgs not working on some versions except the last.

rtgilbert commented 3 years ago

Please forgive me, I am using this as a test–bed for learning; am completely new to git.

Am trying to work out some of the issues. The DMG security issue is not replicating for me. I've corrected one issue with the first installer script: Tools/preheatProject.command preheat | version 2.0 | by npyl

applying patches to conky... Cloning into '/tmp/conky-patches'... remote: Enumerating objects: 6, done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 6 Unpacking objects: 100% (6/6), done. Tools/preheatProject.command: line 28: cd: /Users/Main/build/ManageConky/Tools/../ConkyX/conky-for-macOS: No such file or directory

"symroot="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"/.." creates "/foo/foo/.."

Removing the "/.." corrects that, but running git clone --recurse-submodules https://github.com/Conky-for-macOS/Manage-Conky/ creates un–nested folders. That is /conky-for-macOS is not nested into /ConkyX. I think this is a command issue, but I'm not sure. Manually nesting the folders and running renders: Tools/preheatProject.command preheat | version 2.0 | by npyl

applying patches to conky... Cloning into '/tmp/conky-patches'... remote: Enumerating objects: 6, done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 6 Unpacking objects: 100% (6/6), done. applying patch: /tmp/conky-patches/p1.patch...

patching file cmake/ConkyPlatformChecks.cmake Hunk #1 FAILED at 154. 1 out of 1 hunk FAILED -- saving rejects to file cmake/ConkyPlatformChecks.cmake.rej

I am going to try to compile from the main project and then build ManagerConky and the launcher step–wise. If I get it to work I''l put it together and submit a pull. If there's no pull, I failed.

npyl commented 3 years ago

Hey! @rtgilbert This problem you discovered has happened to me in the past more than a couple times... Though, I never took time to take care of it. If you find a solution (I suspect it is a quick google search) I would be glad to merge a PR.

Thanks alot.