helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
807 stars 58 forks source link

Check if the lock is held before attempting to install new packages with "app-placeholder" script #463

Closed CocoCR300 closed 1 year ago

CocoCR300 commented 1 year ago

The progress bar is set to undetermined state and the message box displays that another installation is in progress but, it doesn't seem enough, nothing is telling what program is being installed and what is the current progress of that installation (It may be in the background). I was thinking of using dtrace to get the output of the running pkg command, but maybe there is other way to do it.

probonopd commented 1 year ago

Thanks, very cool.

I think it's sufficient to say something like "Waiting for other installation to finish... " without mentioning the package name(s) of the already running installation.