How to change settings of my screen saver on the command line
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=uni-bremen.de; s=2019; t=1742994540; i=@uni-bremen.de; bh=r94MiJY7Sf1CEOAWt4dFsx6x22RVvxSSGKCbjYb1XQc=; h=From:Subject:Date:To; b=l5VRXH9m1v9HOhzXg3jWkwIMcl++P32bfR+ibgHkVAPhBoTo8hKAFxCD2741KiLKP YmQcgAzZRLa0YadK6Y8gujHrJZNnLXCEZiKzTwUIlndUYusYTD20lqeVY7ruvUtaem 2IAeTZRUwGcq9sRcqfIv1PogQv7/lUoTgH4PSNlC0+xZrJFh9KnMyCGfQRZeqInX/r 0V4JtL2jzhGn8GBMy5MWKLJQA04HLn6YfV5ChWaYqpIAVyGESiMTpNPHJ/k3l9QHmS 39+LVtcP58o//Gn9BpyQWfeOtfi+sd8Wbd4LFDHyCSy8NUKWeUlyv3M4qFUXrwQXDn ZtM3nUBTUg8eQ== I have a screensaver that uses a number of settings the user can change through the Options in System Settings. It uses several dictionaries, one per display type (built-in, external monitor, ...). In an app, I would use this command line to change one of the settings (while the app is not running): defaults write de.zach.ArtSaverApp "Built-in Retina Display_0" -dict-add FontName -string "Museo Slab" Does anybody know, if/how I could achieve the same thing with my screen saver? It is mandatory to use the command line to change one of its settings. Any hint or pointers will be highly appreciated. Best regards, Gabriel _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com smime.p7s
participants (1)
-
Gabriel Zachmann via Cocoa-dev