NightPatch icon indicating copy to clipboard operation
NightPatch copied to clipboard

High Sierra not working.

Open Squuiid opened this issue 8 years ago • 9 comments

Unfortunately NightPatch is not working with the GM release of High Sierra. Is there any chance of an updated binary? Thank you!

Squuiid avatar Oct 03 '17 15:10 Squuiid

Could you try this alternative until @pookjw makes its version?

https://github.com/aonez/NightShiftPatcher

aonez avatar Oct 03 '17 15:10 aonez

Thank you very much! I will give it a go.

On 3 Oct 2017, at 16:57, aONe <[email protected]mailto:[email protected]> wrote:

Could you try this alternative until @pookjwhttps://github.com/pookjw makes its version?

https://github.com/aonez/NightShiftPatcher

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pookjw/NightPatch/issues/3#issuecomment-333887935, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ae4-OyU-Wv0R43UvMVQRjH05H6r2Q9AQks5sollSgaJpZM4PsWj3.

Squuiid avatar Oct 03 '17 15:10 Squuiid

Could you try this alternative until @pookjw makes its version?

https://github.com/aonez/NightShiftPatcher

Perfectly working!! iMac 2011 macOS hight Sierra.

Thank you!!

JimmyPastel avatar Oct 04 '17 09:10 JimmyPastel

Updated to support for High Sierra. Thanks @aonez.

https://github.com/pookjw/NightPatch/commit/6f1953b61cae9f4ff028e0dec6d0daca4e53d50f

pookjw avatar Oct 04 '17 16:10 pookjw

@pookjw, this has the same issue as @aonez. You need to have the user install Xcode tools BEFORE running your tool.

$ cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; ./NightPatch.sh Password: Creating backup... Patching... xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. dd: seek: Invalid argument Done. Reboot your macOS.

Squuiid avatar Oct 04 '17 17:10 Squuiid

@Squuiid added instruction to script

https://github.com/pookjw/NightPatch/commit/c6a7675657a08c571a7dad7a8645a2ae6d5debea

pookjw avatar Oct 04 '17 17:10 pookjw

@pookjw Might it be better to run nm with no arguments at the beginning of the script to call the Xcode tools install (most won't have this installed) and pause until it has installed, then run the rest of the script to enable Night Shift? Would that be possible? (I'm no coder!)

Squuiid avatar Oct 04 '17 18:10 Squuiid

@Squuiid reflected your opinion to https://github.com/pookjw/NightPatch/commit/b85b8b23611057a1ed15f0a1ad621c040810d684. But my macOS has already installed Command Line Tool, so I can't test this. You can test this by using --test option. Could you test this?

pookjw avatar Oct 04 '17 18:10 pookjw

@pookjw thank you very much! I too now have the tools installed but will rebuild a Mac tonight and give it ago and report back. Very grateful for you efforts.

Squuiid avatar Oct 05 '17 12:10 Squuiid