AnimatedGif icon indicating copy to clipboard operation
AnimatedGif copied to clipboard

Unable to run in background mode

Open Lith1um opened this issue 2 years ago • 1 comments

I'm having trouble running this in background mode, the option is disabled for me.

I'm running on Monterey 12.3, unsure if the button being disabled is related to the OS version or not.

image

Lith1um avatar Jul 29 '22 11:07 Lith1um

If you run AnimatedGif on macOS Catalina, Big Sur, Monterey, Ventura or higher version of macOS, this behaviour is intended.

Due to Apple sandboxed the hole Screensaver Engine starting with macOS Catalina without giving the programmer of a screensaver the possibility to ask the user for more permissions (like a normal Application can do) this feature is no longer possible (see analysis in this old issue). If a macOS version higher as macOS Mojave is detected the button is disabled. The change was done with this commit.

But you can still use this feature on older versions of macOS like Mavericks, Yosemite, El Capitan, Sierra, High Sierra and Mojave. On this macOS versions the button will be enabled.

Waitsnake avatar Jul 29 '22 11:07 Waitsnake