-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not working with macOS High Sierra #34
Comments
@mteros, yep you are correct. I first ran into this a month ago #33 With High Sierra, operating system has changed dramatically. The location of the engine has moved. the engine still works but the --background flag has completely messed up! It still runs as a background process but does not run in the background. (see below test) The below test does not cause any damage to your computer. Until they fix the issue: |
simply close the laptop or sleep shutdown the computer if stuckwarning this is the test mentioned above putting this into your terminal runs this mac application. if it still works message me! and I can fix everything. If it causes trouble put your computer to sleep your computer will be fine. and for resolving the issue sadly lets wait a month or two. |
@mteros, I will update immediately when I discover the issue is fixed. It may occur that apple fixes the problem. Which I will report and hope for seeing that my issue was marked a duplicate. Lately my focus has been turning this application into a menubar and adding the coolest screensavers. For instance, I have one that plays youtube videos! So I hope this inconvenience is not a deal breaker and apple or myself will resolve the issue. |
@MichaelDimmitt Hey, I haven't been following along with the updated. Does your fork have the ability to set custom videos as the screen saver? :) |
This really would be best in a new issue since it is a different subject matter. Also I could look at aerial's code. It has a website it downloads the videos from so if you put your video files online it could access it off of the website you point it to. Personally I think the YouTube solution is more user friendly to hook up. And in a menubar it will be easy to toggle between YouTube or aerial with a click to operate back and forth. I have to rewrite some swift code to make the YouTube user experience better. Which is why I haven't released it. But I currently have that working in a different repo on a public GitHub organization. |
Hi Michael,
Thanks for the update. Let’s hope Apple will come to their senses.
Minh
From: MichaelDimmitt <notifications@github.com>
Reply-To: MichaelDimmitt/Aerial_Desktop <reply@reply.github.com>
Date: Friday, November 10, 2017 at 6:55 PM
To: MichaelDimmitt/Aerial_Desktop <Aerial_Desktop@noreply.github.com>
Cc: "md_tran@hotmail.com" <md_tran@Hotmail.com>, Mention <mention@noreply.github.com>
Subject: Re: [MichaelDimmitt/Aerial_Desktop] Not working with macOS High Sierra (#34)
@mteros<https://github.com/mteros>, I will update immediately when I discover the issue is fixed.
Hoping to construct a workaround to solve the problem. But my few attempts have failed.
It may occur that apple fixes the problem. Which I will report and hope for seeing that my issue was marked a duplicate.
Lately my focus has been turning this application into a menubar and adding the coolest screensavers. For instance, I have one that plays youtube videos!
So I hope this inconvenience is not a deal breaker and apple or myself will resolve the issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#34 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AfDQIsg9oRFeCMQ_l_WRJ1OBnQQzOJJuks5s1OJagaJpZM4QZ_NI>.
|
@MichaelDimmitt All right, thanks a lot! I think you can already use your own videos with Aerial by changing the video files on your drive to the ones you want to use. Haven't tried it yet though! |
What if Apple never adds that support? I could see them declaring it uses too much battery or just not caring about it. I wonder what the difficulty level would be to patching the screensaver engine. |
Good News this githubber named @Waitsnake . Figured this one out. |
the new /System/Library/CoreServices/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -window -background the only challenge left for this issue is how to resize the window to full screen. It seems to be a terminal window. it says terminal preferences when that window is selected. All of this information is from my work on MacOS High Sierra so keep your ears peeled for the apple update. |
going to use if[ 10.13.4 < $(sw_vers -productVersion) ] stick to the old way that doesnt work on high sierra but works with older operating systems. /System/Library/Frameworks/ScreenSaver.framework/Resources/./ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background
else /System/Library/CoreServices/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -window -background
fi to wrap the command to get product version into a test |
WOOHOO! This app is awesome. I can't wait to see it popping again. |
Hope the rumors are true and Apple fix this problem with the "-background" parameter. Even if AnimatedGif uses the parameter "-window" as workaround there is an other issue to be aware of. When using the parameter "-window" and the option "show with clock" at the same time the screensaver engine crashes, see AnimatedGif/issues/30. As workaround therefore I disable the option "show with clock" before starting the screensaver engine with "-window" option. But this is no ideal solution anyway. Aerial screensaver is a cool project and videos it shows are stunning. |
@Waitsnake, see https://github.com/JohnCoates/Aerial Soon im going to post a menubar project I made that does youtube video screensavers and many more screensavers. Id be happy to include yours if you are interested. Or show more about the menubar project. email: michaelgdimmitt@gmail.com |
Update on this, I have AerialDesktop working in a degraded fashion. And open a new pull request about fixing the degraded implementation. |
After upgrading to macOS High Sierra, program is not working anymore. Installation seems to go without a hitch but nothing happens after startup or waking from sleep.
The text was updated successfully, but these errors were encountered: