Giter Site home page Giter Site logo

Comments (9)

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on July 21, 2010 13:32:15

Seems like a pretty low priority item; what is the reason you'd like this?

Untested: you could probably get your desired behavior with a preflight script that did this:

defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture /path/to/custom_image

and a postflight that did:

defaults delete /Library/Preferences/com.apple.loginwindow DesktopPicture

or something a little more elaborate if you need to save and restore an existing loginwindow DesktopPicture...

Owner: [email protected]
Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on July 21, 2010 13:45:14

I would like to use a custom image containing some basic warnings like not to disconnect computer from network, not to try to put it to sleep while munki is running. I am working in an university and the users/students should know what NOT to do while system is installing updates...

Yes it can be done with pre&postscripting but it is not as neat. But this is not a top-priority "issue", I was thinking that if you have managed to use that standard /System/Library/CoreServices/DefaultDesktop.jpg as background image for munki then probably it would be not a big issue to set munki to check another location for image.
But as I have not looked at the source too deeply I could be wrong...

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on July 21, 2010 14:00:02

"not to disconnect computer from network"

When installing, munki does not need network access -- it has already downloaded all the packages it needs and installs them from local disk.

"not to try to put it to sleep while munki is running."

Wouldn't munki just resume where it left off when the machine was re-awakened?

"I am working in an university and the users/students should know what NOT to do while system is installing updates..."

OK, get your point.

-Greg

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on July 23, 2010 13:30:25

Would be nice, but I agree - it's a low priority item.

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on April 03, 2011 09:13:02

I started working on this in a preflight/postflight form and it is quite simple, but what I quickly realized is that you'd also need to have a broken_client script also in place to rescue a borked managedsoftwareupdate session. It will never get to the postflight if there is a problem with the session data. It seems like the munki client would be better suited to rescuing from this sort of thing and could easily handle it.

Yes, it's low priority, but would be useful. I propose a LoginWindowBackground key in ManagedInstalls.plist. The client would take care of figuring out if it needed to be set (if doing a restart or logging out) and then set it back after its done or if it errored out.

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on April 03, 2011 12:22:23

The right approach here would be to modify Managed Software Update.app to display a different image in its backdrop window, rather than modifying the actual loginwindow background image.

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on April 03, 2011 14:05:41

So I should be working on modifying getLoginwindowPicture() in MSUStatusWindow.py?

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on April 03, 2011 14:48:28

That's probably the right place, but the function probably should then be renamed to something like getBackdropPicture().

from munki.

natewalck avatar natewalck commented on June 13, 2024

From [email protected] on February 13, 2013 12:04:56

Given Apple's changes to the loginwindow appearance in Lion and Mountain Lion, and since no-one added this to MSU.app in the last three years, I'm calling this one dead.

Status: WontFix

from munki.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.